-
|
Hi, Tomorrow Hetzner is doing network maintenance in our region for about 1 hour. Last time they did this, it caused issues with our k3s cluster, cluster created a new node, moved all pods to it, and we had to reset IPs on our CDN. It was quite chaos. I wonder how to survive this one hour better this time. Maybe we can just switch off worker servers and then master server and wait. I wonder what is recommended approach here. Worker pods are using connected disk volumes. The cluster is very small so far, just one master and one worker. Thank you for advice. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
|
Do your clusters have a single master? |
Beta Was this translation helpful? Give feedback.
We always run everything in HA config, not just control plane but also databases and everything else. Tomorrow for example a volume used by one instance in a database cluster will be affected, and up to this morning it was the primary instance in the (Postgres) cluster, so the maintenance would have caused downtime. So I just promoted another replica to primary to change this Unfortunately this kind of maintenance is always tricky because it's not always easy to work around them.