Replies: 1 comment 11 replies
-
I thought "drain" should do the trick to ensure the workload is moved to an other node before the current one is upgraded.. |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
is there a way to delay the upgrade of nodes in a cluster?
I mean to upgrade one by one but with a delay of lets say 5 minutes to make sure all pods
on the upgraded server are in ready state.
There are some deployments (cilium and mongodb for example) which need more time to
come up and if the upgrade goes too fast all mongodb cluster nodes are in unready state.
Example: Upgrade of 3 nodes RKE2 cluster (3 master nodes only).
The upgrade finishes faster than the initialization of the mongodb nodes in this cluster.
This results in an unnecessary downtime of the deployment.
Kind regards,
Michael
Beta Was this translation helpful? Give feedback.
All reactions