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

Add list and kill support for kubernetes CLI #1631

Closed
chadaeschliman opened this issue Nov 10, 2023 · 0 comments · Fixed by #2023
Closed

Add list and kill support for kubernetes CLI #1631

chadaeschliman opened this issue Nov 10, 2023 · 0 comments · Fixed by #2023
Assignees

Comments

@chadaeschliman
Copy link

The metaflow batch CLI supports list and kill for identifying running jobs on a flow and killing them if needed. This is useful if you get disconnected from the terminal that started the job and need to stop it. The kubernetes CLI doesn't have any similar functionality. Our current workaround is to kill the pods manually (and then watch for and kill the retries) which is tedious and error-prone. A much better solution would be to add support for list and kill to the kubernetes CLI.

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