I have been battling with Cilium & getting a R...
# harvester
n
I have been battling with Cilium & getting a RKE2 cluster provisioned with Rancher Cluster Manager Against my Harvester Cluster. All VM's will create and be running but the initial Node in the Cluster will sit at "Waiting for cluster agent to connect". I have followed instruction on MTU 1450 for VLAN support and setting bpf.vlanBypass : [0] Any other settings or cloud init requirements other then iptables that I am missing?
m
can your guest cluster reach rancher? try check the logs of the cluster-agent in your guest cluster
you can identify the pod with
Copy code
k -n cattle-system get po -lapp=cattle-cluster-agent
my guess is an issue with the self-signed tls ca cert
also, you can download the kubeconfig of the guest cluster from the rancher ui
n
Thx @millions-microphone-3535 for the response. When ever I build a cluster using flannal or calico I don't have an issue. It's just cilium
m
maybe a cilium configuration issue? see what the cluster agent logs say
then might wanna look into cilium logs - sorry, not too familiar with it
fwiw, it's wss connections between your guest cluster and rancher; not sure if cilium works with that OOB