Hi everyone, this is my config.yaml for the master...
# general
c
Hi everyone, this is my config.yaml for the master node:
tls-san:
- "<http://rke2.example.com|rke2.example.com>"
- "172.16.0.10"
- "<http://rke2-control-plane-1.example.com|rke2-control-plane-1.example.com>"
- "172.16.0.11"
- "<http://rke2-control-plane-2.example.com|rke2-control-plane-2.example.com>"
- "172.16.0.12"
- "<http://rke2-control-plane-3.example.com|rke2-control-plane-3.example.com>"
- "172.16.0.13"
cni:
- calico
write-kubeconfig-mode: "0644"
etcd-expose-metrics: true
disable:
- rke2-ingress-nginx
node-taint:
- "CriticalAddonsOnly=true:NoExecute"
Do other master nodes need to have the same config with the first one? After joining them, is it necessary to add the "server" key that points to the load balancer DNS name as well?