This message was deleted.
# general
a
This message was deleted.
c
You want a host with no etcd or control-plane components? It sounds like you’re describing an agent node.
c
@creamy-pencil-82913, using RKE2 terminology, I would like to setup new server nodes (without local worker) and to convert the old servers into agents, without confusing Rancher.
c
You can't have servers with no agent. Servers must run the agent (containerd+kubelet) to host the control plane and etcd pods. Best you can do is add taints to the servers to prevent workloads from running on them.
Swapping servers around like that is tricky to do. I would probably add the new servers, then delete the current ones, then reinstall them as agents. Once that is done you can add taints to the servers and delete whatever pods you don't want on the servers so that they get rescheduled.