You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you encounter any errors related to permissions while running the commands, double-check
747
+
the permissions of the kubeconfig used by antctl. Ensure that the ClusterRole has the
748
+
required permissions. The following sample errors are caused by insufficient permissions:
749
+
750
+
```bash
751
+
Error: failed to get CRD list: customresourcedefinitions.apiextensions.k8s.io is forbidden: User "user" cannot list resource "customresourcedefinitions"in API group "apiextensions.k8s.io" at the cluster scope
752
+
753
+
Error: externalippools.crd.antrea.io is forbidden: User "user" cannot list resource "externalippools"in API group "crd.antrea.io" at the cluster scope
754
+
755
+
Error: error upgrading object prod-external-ip-pool of CRD "externalippools.crd.antrea.io": externalippools.crd.antrea.io "prod-external-ip-pool" is forbidden: User "user" cannot update resource "externalippools"in API group "crd.antrea.io" at the cluster scope
756
+
757
+
Error: error updating CRD "externalippools.crd.antrea.io" status.storedVersion: customresourcedefinitions.apiextensions.k8s.io "externalippools.crd.antrea.io" is forbidden: User "user" cannot update resource "customresourcedefinitions/status"in API group "apiextensions.k8s.io" at the cluster scope
0 commit comments