Replies: 1 comment
-
So the way to orchestrate this is to create a clone of the existing MachineDeployment you already have, but with different instanceType. Wait until new nodes will join and then cordon all old nodes (this is needed to avoid moving workloads from 1 old Node to another), and delete the old MachineDeployment which will drain old Nodes of the workloads running there, and gently move the workload to the new Nodes. P.S. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently running an Kubeone cluster with master and worker nodes, where the worker nodes are using t3.medium instance types. I would like to upgrade these worker nodes to t3.large instance types without causing any disruption. Is this possible, and if so, what is the procedure to do this?
Beta Was this translation helpful? Give feedback.
All reactions