シェルスクリプトなどで待つ必要があったり、全部完了するまで待って通知を出したい時などに使えます。
kubectl wait --for=condition=ready --all pods -n {ご所望のnamespace}
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 3 years have passed since last update.
シェルスクリプトなどで待つ必要があったり、全部完了するまで待って通知を出したい時などに使えます。
kubectl wait --for=condition=ready --all pods -n {ご所望のnamespace}
Register as a new user and use Qiita more conveniently
Go to list of users who liked