-
For our clusters (which we provision using Terraform) we've pinned the kubernetes (and talos) versions as we want to control the upgrades Luckily there is There probably is a valid reason for not allowing this mode for nodes in maintenance but I wonder what the reasons is or what's wrong with the way we're approaching this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
There is no The mode should be set to I'm not sure what you're trying to achieve with |
Beta Was this translation helpful? Give feedback.
Kubernetes version shouldn't be applied node-by-node by the way.
Terraform doesn't offer a proper way, but
talosctl upgrade-k8s
does (incompatible with Terraform though).Omni has a proper solution for upgrades and config management.
Anyways,
--staged
is a bad workaround, as Talos can update Kubernetes version on the fly without a reboot. So I think this is asking for a wrong solution to a problem.Set the Kubernetes version to what it should be now, and it would be a no-op config change, which will be applied right away.