Hi!
I am going crazy trying to discover why new nodes provisioned by Rancher are stuck with the message “Waiting for Node Ref”. The host is up with SSH ready, I can remotely login but no action is performed to continue with the installation and configuration RKE2. I do not know what can I do or check to discover what is failing.
status:
bootstrapReady: true
conditions:
- lastTransitionTime: '2024-10-03T12:19:56Z'
status: 'True'
type: Ready
- lastTransitionTime: '2024-10-03T12:19:46Z'
status: 'True'
type: BootstrapReady
- lastTransitionTime: '2024-10-03T12:23:45Z'
status: 'True'
type: InfrastructureReady
- lastTransitionTime: '2024-10-03T12:19:46Z'
reason: WaitingForNodeRef
severity: Info
status: 'False'
type: NodeHealthy
lastUpdated: '2024-10-03T12:19:46Z'
observedGeneration: 2
phase: Provisioning
My setup:
- Rancher 2.9.2
- RKE2 v1.30.4+rke2r1
- Cloud VMware
- I am trying to configure static IP address on the nodes. I follow the steps provided in https://www.virtualthoughts.co.uk/2020/03/29/rancher-vsphere-network-protocol-profiles-and-static-ip-addresses-for-k8s-nodes/ . I can set an static IP address, I can login remotely by SSH but the provision of the node is stuck.