This message was deleted.
# rke2
a
This message was deleted.
g
If you bring the cluster up via the rancher UI, you can do this with a simple checkbox (see screenshot). Otherwise, see these example config.yaml files:
Copy code
# etcd-only node
disable-apiserver: true
disable-scheduler: true
disable-controller-manager: true
disable-cloud-controller: true
token: somevalue

# control-plane node
disable-etcd: true
server: https://<etcd-only node ip>:9345
token: somevalue