We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 089b2e2 + 0ae9e90 commit 81011d2Copy full SHA for 81011d2
AWS/EC2/ec2-install.sh
@@ -340,7 +340,7 @@ checkInstallState() {
340
sleep 10
341
342
# Get all pods in the namespace
343
- PODS=$(kubectl get pods -n "$NAMESPACE" -o jsonpath='{.items[*].metadata.name}')
+ PODS=$(kubectl get pods -n "$NAMESPACE" --selector '!batch.kubernetes.io/job-name' -o jsonpath='{.items[*].metadata.name}')
344
345
# Total number of pods
346
TOTAL_PODS=$(echo "$PODS" | wc -w)
AWS/EC2/ec2-install.sh.sha256
@@ -1 +1 @@
1
-d80d88c0aad587102add5586f2c59b35125c073238e0c3de5c4ac9df91450075 ec2-install.sh
+ae5a646c78d3de90c29018b2153a5660d2410a991f724434337902cbcd7f251a ec2-install.sh
0 commit comments