https://rancher.com/ logo
Title
b

bland-jackal-22983

06/23/2022, 2:28 AM
hi, i was trying to setup a control plane with 3 rke2 servers. the first node was bootstrapped successfully, but when i tried to join the second node. i got the following error. i verified the error is consistent. please see the full log from
journalctl -u rke2-server -f
in the thread. os: ubuntu 22.04 rke2 version: latest stable
in the log:
controlplane.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"
eventually ``journalctl -u rke2-server -f` timed out and exited
i solved it by reinstalling the os and got a new error: https://rancher-users.slack.com/archives/C01PHNP149L/p1655962758844679