Skip to content
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

Wait for pod to be deleted #56

Open
onedr0p opened this issue Jul 13, 2022 · 1 comment
Open

Wait for pod to be deleted #56

onedr0p opened this issue Jul 13, 2022 · 1 comment
Assignees
Labels

Comments

@onedr0p
Copy link

onedr0p commented Jul 13, 2022

With kubectl it can be done, something like this. kubectl wait --for delete pod --selector=<label>=<value>

@groundnuty groundnuty self-assigned this Aug 21, 2022
@groundnuty
Copy link
Owner

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 :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants