This message was deleted.
# rke
a
This message was deleted.
s
It's supported but not recommended, you can set node roles in the cluster.yml:
Copy code
nodes:
  - address: node01
    user: user1
    role: [worker,controlplane]
r
Yeah, nobody loves to mess with control panel nodes. I tried with test cluster to remove mixed role node and the cluster become unusable. Documentations is not covering directly such operation.
s
when you removed the node, how many controlplane nodes were you left with?
r
After removal, two controlplane nodes.