Hi guys, having some issues starting rke2 via the ...
# rke2
c
Hi guys, having some issues starting rke2 via the rancher2 script. the etcd pod doesn't start at all
Copy code
"reason": "NetworkPluginNotReady",
        "message": "Network plugin returns error: cni plugin not initialized"
I ran the same automation earlier and it worked. the only difference is the subnet cidr for the cni that is now a 10.41.0.0/16 and 10.31.0.0/16 from a 10.40.0.0/16 and 10.30.0.0/16 Also the vms are on the same subnet 10.10.0.0/16 (from both installations) Last thing: If I create manually the cluster on rancher (without any setting specified besides the cluster name) and join a worker and the etcd control plane it works. What could that be?