how to handle deployments while node-maintenance #2394
Unanswered
staabm
asked this question in
Help needed
Replies: 1 comment 2 replies
-
What I would do is create a shell script which will trigger deploys to two hosts in parallel. If one fails, other will succeed. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
we are deploying to 2 nodes in parallel. from time to time a single node might go into maintenance mode, get restarted or go into similar non-available states and therefore is not connectable at deployment time.
is there a recommendation for this kind of scenario?
in our case the deployment fails because of node2 is not available, even when node1 is actually available and serves regular traffic.
I am not sure if there is a clever way on how to handle this kind of situation
Beta Was this translation helpful? Give feedback.
All reactions