You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The setup
We're evaluating using nomad and have set up an environment in ec2 for the purposes.
what we have is a cluster of 3 hosts running consul server, 1 host running nomad server, and 3 app hosts running nomad agents (as well as consul agents)
on the nomad server if we attempt to put a host into drain mode
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.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
The setup
We're evaluating using nomad and have set up an environment in ec2 for the purposes.
what we have is a cluster of 3 hosts running consul server, 1 host running nomad server, and 3 app hosts running nomad agents (as well as consul agents)
on the nomad server if we attempt to put a host into drain mode
nomad node-drain -enable 45906f8c-6cc9-4471-29d9-002ebb62fdd6z
we can see its set in drain mode:
but from the log on the app host it only appears to stop 1 service:
and if we check the status for that node with
nomad node-status 45906f8c-6cc9-4471-29d9-002ebb62fdd6
we getif we run
nomad node-drain -enable 45906f8c-6cc9-4471-29d9-002ebb62fdd6z
again it will stop 1 more, and we see that reflected in the nodes status:nomad, and consul versions across the board are:
The text was updated successfully, but these errors were encountered: