Title
b

bland-painting-61617

05/13/2022, 10:46 AM
Hey guys, I'm having trouble provisioning an RKE2 cluster from rancher since upgrading to 2.6.4 (and now 2.6.5), it's stuck at:
Waiting for cluster agent to connect
and in the machine yaml I can see
- lastTransitionTime: "2022-05-13T10:34:16Z"
    reason: WaitingForNodeRef
    severity: Info
    status: "False"
    type: NodeHealthy
Guess I'll have to ssh into the VM to check, which component do I need to look at?
c

creamy-pencil-82913

05/13/2022, 3:54 PM
rancher-system-agent and rke2-server or rke2-agent depending on what roles you selected
👍 1
b

bland-painting-61617

05/13/2022, 8:08 PM
May 13 20:02:58 storclus-ashford-d6c7cd3e-6266n rke2[606919]: time="2022-05-13T20:02:58Z" level=info msg="Stopped tunnel to 127.0.0.1:9345"
May 13 20:02:58 storclus-ashford-d6c7cd3e-6266n rke2[606919]: time="2022-05-13T20:02:58Z" level=info msg="Connecting to proxy" url="<wss://192.168.64.143:9345/v1-rke2/connect>"
May 13 20:02:58 storclus-ashford-d6c7cd3e-6266n rke2[606919]: time="2022-05-13T20:02:58Z" level=info msg="Proxy done" err="context canceled" url="<wss://127.0.0.1:9345/v1-rke2/connect>"
May 13 20:02:58 storclus-ashford-d6c7cd3e-6266n rke2[606919]: time="2022-05-13T20:02:58Z" level=info msg="error in remotedialer server [400]: websocket: close 1006 (abnormal closure): unexpected EOF"
May 13 20:02:58 storclus-ashford-d6c7cd3e-6266n rke2[606919]: time="2022-05-13T20:02:58Z" level=info msg="Handling backend connection request [storclus-ashford-d6c7cd3e-6266n]"
This error is very similar to what I've seen in my K3s cluster
So turns out that vsphere doesn't like the format vsphere.local/username. Facepalming gently 🤦
And another question, when I make a change to the machinepool (cloud config args) and click save, it's not actually saved. Bug?