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.
1 parent 9767be7 commit 206aac5Copy full SHA for 206aac5
manifest.jps
@@ -391,6 +391,7 @@ actions:
391
service kubelet restart
392
- cmd[${nodes.k8sm.master.id}]: |-
393
/usr/bin/kubectl uncordon ${this.hostname} || exit 5
394
+ while true; do kubectl get pods --field-selector=status.phase=Pending -n kube-system | grep -q Pending || break ; done
395
396
execUpdate:
397
- cmd[${nodes.k8sm.master.id}]: echo "${this.current} | ${this.next} | ${this.avail}"
0 commit comments