Skip to content

[k8s] Force terminate misbehaving pods #5370

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

romilbhardwaj
Copy link
Collaborator

Closes #3755.

@SeungjinYang
Copy link
Collaborator

For personal reference, how --grace-period=0 --force translates into python API: kubernetes-client/python#508

@SeungjinYang
Copy link
Collaborator

It seems like a nonzero grace_period might not act like --force based on here and here - is there a reason 10 seconds was chosen as the grace period?

@romilbhardwaj
Copy link
Collaborator Author

hmm good point. looks like we do need to set grace_period=0 in the sdk. updated.

1 similar comment
@romilbhardwaj
Copy link
Collaborator Author

hmm good point. looks like we do need to set grace_period=0 in the sdk. updated.

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

Successfully merging this pull request may close these issues.

[k8s] Force deletion of misbehaving pods
2 participants