hello! I ve been trying to run a k3d cluster manag...
# general
r
hello! I ve been trying to run a k3d cluster managed by rancher locally on my windows 11 machine. I am initializing a cluster locally then importing it from a rancher server instance running locally as a container in docker desktop. When the cattle-system-agent is initialized, it is running but the cluster on rancher is stuck on provisioning. Here are the events of the agent pod:
Events:                                                                                                                        Type     Reason          Age                   From               Message                                                    ----     ------          ----                  ----               -------                                                    Normal   Scheduled       44m                   default-scheduler  Successfully assigned cattle-system/cattle-cluster-agent-75f4675687-fk7tc to k3d-my-3node-cluster-server-0                                                                              Warning  BackOff         34m (x7 over 40m)     kubelet            Back-off restarting failed container cluster-register in pod cattle-cluster-agent-75f4675687-fk7tc_cattle-system(c189e097-516a-4759-b532-bce2d18e14dc)                                  Normal   Pulled          34m (x5 over 44m)     kubelet            Container image "rancher/rancher-agent:v2.11.2" already present on machine                                                                                                              Normal   Created         34m (x5 over 44m)     kubelet            Created container cluster-register                         Normal   Started         34m (x5 over 44m)     kubelet            Started container cluster-register                         Normal   SandboxChanged  6m36s                 kubelet            Pod sandbox changed, it will be killed and re-created.     Warning  BackOff         102s (x3 over 4m21s)  kubelet            Back-off restarting failed container cluster-register in pod cattle-cluster-agent-75f4675687-fk7tc_cattle-system(c189e097-516a-4759-b532-bce2d18e14dc)                                  Normal   Pulled          90s (x3 over 6m34s)   kubelet            Container image "rancher/rancher-agent:v2.11.2" already present on machine                                                                                                              Normal   Created         90s (x3 over 6m34s)   kubelet            Created container cluster-register                         Normal   Started         90s (x3 over 6m34s)   kubelet            Started container cluster-register
I am adding two variables when initializing the import: CATTLE_SERVER = my rancher container address CATTLE_AGENT_VARIANTS = my rancher container address why is it stuck on provisioning?