We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With kubectl it can be done, something like this. kubectl wait --for delete pod --selector=<label>=<value>
kubectl wait --for delete pod --selector=<label>=<value>
The text was updated successfully, but these errors were encountered:
indeed there is no such feature, I'm not sure if there has to be. Just use the command you referred to accomplish your use case.
If there is some more complicated use case involving deletion, please describe it here or make a pull request :-)
Sorry, something went wrong.
groundnuty
No branches or pull requests
With kubectl it can be done, something like this.
kubectl wait --for delete pod --selector=<label>=<value>
The text was updated successfully, but these errors were encountered: