https://rancher.com/ logo
Title
b

bland-jackal-22983

06/21/2022, 5:34 AM
hi, i was trying to join a rke2 server node to the initial rke2 server node, but everytime i tried this, the initial server got stuck, i was able to get the
ps
before it become unresponsive:
PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND
    833 root      20   0  948732 156860  89276 S 100.3   0.2   0:17.59 rke2
   1426 root      20   0 1045476 317188  74388 S  70.4   0.5   0:02.39 kube-apiserver
   1348 root      20   0   10.7g  62184  24912 S  10.3   0.1   0:00.41 etcd
    992 root      20   0  830948  95468  64436 S   2.3   0.1   0:00.38 kubelet
   1489 root      20   0  758424  50276  35488 S   1.0   0.1   0:00.50 kube-scheduler
    973 root      20   0  766448  58876  38472 S   0.7   0.1   0:00.34 containerd
   1508 root      20   0  752084  35188  27144 S   0.7   0.1   0:00.05 kube-proxy
after a while, i was logged off from the ssh connection:
client_loop: send disconnect: Broken pipe
the server spec looks fine: each server has 6 physical cores, 64gb memory os: ubuntu 22.04 rke2 version: latest stable anyone knows what could be wrong? happy to provider any info
h

hundreds-evening-84071

06/21/2022, 8:23 PM
have you looked at
journalctl -u rke2-server
b

bland-jackal-22983

06/21/2022, 10:13 PM
I was logged off from the server for being stuck too long and not able to ssh into it again. I tried a few times, all with the same result
h

hundreds-evening-84071

06/22/2022, 12:42 AM
Oh! Then you need to look at the console.
b

bland-jackal-22983

06/22/2022, 12:59 AM
Thanks, will try to do that. Which console can I install, cPanel?
h

hundreds-evening-84071

06/22/2022, 5:30 PM
No, since you cannot SSH back into the server, you need to login via the server console and look
b

bland-jackal-22983

06/23/2022, 2:15 AM
got you, thanks for the info. unfortunately the service provider i use doesn't provide console login. but luckily i was able to pin down the root cause and fix it -- it was due to a network / ip issue, thanks for the help!