This message was deleted.
# rke2
a
This message was deleted.
b
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
Copy code
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