-
Notifications
You must be signed in to change notification settings - Fork 72
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
Exposing livenessProbe and readinessProbe Configuration in Task Manager and Job Manager Pod Spec #105
Comments
Hi @hjwalt yeah I think that exposing these can be useful indeed; If you can create a PR please do. |
Hi @hjwalt and @regadas ,
|
@numbnut sure, I'll add the same for job manager |
Hi @hjwalt , thank you! |
Closed via #111 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now the following is the default provided:
Occasionally we encounter an unusual situation where the task manager did not reach RPC port start up, and was terminated by k8s. But when the port starts up while the pod is in terminating state, the job gets submitted, and killed eventually, creating a restart loop (which after some time resolves when magically the task manager starts before 25 seconds).
I can work on this and create pull request here if you think this is useful.
The text was updated successfully, but these errors were encountered: