-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kubectl wait command #29
Comments
To be honest, I just heard of it from you, but after quickly playing with it, for example, it does not allow to wait for a job to complete. On the other hand, it allows waiting for the resource to be deleted.
|
thanks for clarification. I would be nice if the readme has a small notice about it. |
@groundnuty job wait for complete example https://hackernoon.com/kubectl-tip-of-the-day-wait-like-a-boss-40a818c423ac |
It seems experimental though. |
@TarekAS please feel welcome to come back with comments if you happen to test it |
What is the difference between the
wait_for.sh
shell script and thekubectl wait
commandhttps://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#wait
The text was updated successfully, but these errors were encountered: