bland-jackal-22983
06/23/2022, 2:28 AMjournalctl -u rke2-server -f
in the thread.
os: ubuntu 22.04
rke2 version: latest stablecontrolplane.hostname
is the kubeapi ip address
server1.hostname
is ip of the 1st server node
server2.hostname
is ip of the 2nd server node trying to join
config.yaml
server: <https://controlplane.hostname:9345>
token: xxx
cni: canal
tls-san:
- controlplane.hostname
- ...
disable:
- rke2-ingress-nginx
snapshotter: overlayfs
node-name: server2.hostname
etcd-extra-env:
- 'ETCD_AUTO_TLS=false'
- 'ETCD_PEER_AUTO_TLS=false'
write-kubeconfig-mode: "0640"