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

Never orphan pods #95

Closed
yuvipanda opened this issue Nov 6, 2017 · 2 comments
Closed

Never orphan pods #95

yuvipanda opened this issue Nov 6, 2017 · 2 comments

Comments

@yuvipanda
Copy link
Collaborator

Right now, if we start a pod but it doesn't successfully launch in the launch timeout, we just sort of let it exist forever, in an orphaned state. This is very problematic!

We should make sure we clean up after ourselves if we do not launch in time.

@yuvipanda
Copy link
Collaborator Author

You can repro this by doing something like having a wrong image name in the config or an image that takes longer to download than the configured timeout. It will make it impossible for the user to launch until the pod is manually deleted.

@consideRatio
Copy link
Member

I think this is a resolved issue, I have not seen us orphan pods for a long time.

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

No branches or pull requests

2 participants