-
Notifications
You must be signed in to change notification settings - Fork 2k
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
nomad does not restart a failed container #198
Comments
Nomad, does log the failure, just doesn't act on it:
|
I'm experiencing the same issue If I attached to the docker container and kill the service. Nomad does log the failure and change the allocation's state to 'dead' but doesn't attempt to restart or reevaluate. May be related to #134. |
Going to close as it is a duplicate of #134 |
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. |
Description:
https://www.nomadproject.io/intro/ states
Nomad will handle placement and recover from failures automatically.
However when killing a docker container Nomad does not restart it.
Repeat by:
The text was updated successfully, but these errors were encountered: