Skip to content

Commit 81011d2

Browse files
authored
Merge pull request #3 from gradle/sven/main/update-script
Update script
2 parents 089b2e2 + 0ae9e90 commit 81011d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AWS/EC2/ec2-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ checkInstallState() {
340340
sleep 10
341341

342342
# Get all pods in the namespace
343-
PODS=$(kubectl get pods -n "$NAMESPACE" -o jsonpath='{.items[*].metadata.name}')
343+
PODS=$(kubectl get pods -n "$NAMESPACE" --selector '!batch.kubernetes.io/job-name' -o jsonpath='{.items[*].metadata.name}')
344344

345345
# Total number of pods
346346
TOTAL_PODS=$(echo "$PODS" | wc -w)

AWS/EC2/ec2-install.sh.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d80d88c0aad587102add5586f2c59b35125c073238e0c3de5c4ac9df91450075 ec2-install.sh
1+
ae5a646c78d3de90c29018b2153a5660d2410a991f724434337902cbcd7f251a ec2-install.sh

0 commit comments

Comments
 (0)