Hello. I have a 3-node Harvester cluster, where al...
# harvester
p
Hello. I have a 3-node Harvester cluster, where all 3 are control planes. Is it safe for me to restart rke2-server on one of the nodes, without risking stopping pods or VMs running on that host?
t
no it is not safe. restarting rke2-server will restart k8s on the node, Ideally you will want to treat the node like an appliance where you should reboot. this is due to how harvester boots and configures itself.
p
Alright. I'm asking because I needed to add a TLS SAN and I know for k3s (and rke2 i think) you can restart the service without causing pods to get restarted
So in that case, I take it that I should put that node into maintenance mode, wait for everything to be removed, then restart?
t
Did you add it in the harvester gui?
p
I can do that?
t
yup
p
Oh!
And this would be applied without a restart required?
t
it should bounce the gui without hurting the pods/vms