Hi, according to the Events
you’ve provided, this is caused by Calico, not by AWX or AWX Operator.
Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "...": plugin type="calico" failed (add): error getting ClusterInformation: connection is unauthorized: Unauthorized
There are some reported issues on RKE2 repo and Calico repo, so you should refer to these issues.
- RKE2 ContainerNetwork interface ( Not able to create any running pods anymore) · Issue #3425 · rancher/rke2 · GitHub
- Error getting ClusterInformation: connection is unauthorized: Unauthorized" · Issue #3473 · rancher/rke2 · GitHub
- CNI plugin: error getting ClusterInformation: connection is unauthorized: Unauthorized · Issue #5712 · projectcalico/calico · GitHub
- Error getting ClusterInformation: connection is unauthorized · Issue #6546 · projectcalico/calico · GitHub
- Failed to create pod sandbox: rpc - error getting ClusterInformation connection is unauthorized: Unauthorized · Issue #8379 · projectcalico/calico · GitHub
I’m not a RKE2/Calico expert so I can’t provide exact solution, but upgrading RKE2 or finding and restarting Calico pod is good first step, I think.