-
Notifications
You must be signed in to change notification settings - Fork 248
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
Spinning up of large number of erroneous pods #64
Comments
@swatisehgal Sorry for the delay in response. I don't think setting |
Does backoff-policy |
@swatisehgal: any comments on this? I think the job BackoffLimit introduced in Kubernetes v1.8 should mitigate this as @okartau described. I would be inclined into closing this issue |
Closing this for now. Please re-open if you still see this issue |
In case of some configuration errors e.g. SSL misconfiguration, Kubernetes jobs fails to successfully complete. It keeps on creating new pods and finally the ends up having ~5000 pods with Error state.
It should stop or timeout. A simple fix could be setting the RestartPolicy equal to OnFailure or Never. Are there any other recommendation of gracefully handling this error
The text was updated successfully, but these errors were encountered: