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

Notebook pods get stuck in terminating #186

Open
Jose-Matsuda opened this issue Jan 28, 2025 · 0 comments
Open

Notebook pods get stuck in terminating #186

Jose-Matsuda opened this issue Jan 28, 2025 · 0 comments

Comments

@Jose-Matsuda
Copy link

Hi kubeflow team

We're currently using kubeflow 1.7 on a k8s 1.29 (in the process of going to kf 1.9) and we've noticed that some notebooks don't terminate after being sent the delete from the frontend.

This isn't something that we've experienced in our past few years of using kf (albeit in the past we have not had the amount of users that we have now) as every time we've submitted the delete the pod terminated and all the resources cleaned themselves up.

Something odd that we've noticed is that the a finalizer gets added to the pod metadata and as a result it cannot clean itself up. Normally when a notebook is slated for deletion we will see that finalizer added to both the notebook and statefulset but it somehow appears in the pod.
At this stage we cannot edit the pod metadata to remove the finalizer and must force delete it to get it out.

I've exported a gist containing the notebook, statefulset, and pod spec here

Any help would be greatly appreciated!

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

No branches or pull requests

1 participant