mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-11 10:00:03 -03:30
[calico] fix: kubecontrollersconfigurations list permission (#12035)
[WARNING][1] kube-controllers/runconfig.go 193: unable to list KubeControllersConfiguration(default) error=connection is unauthorized: kubecontrollersconfigurations.crd.projectcalico.org "default" is forbidden: User "system:serviceaccount:kube-system:calico-kube-controllers" cannot list resource "kubecontrollersconfigurations" in API group "crd.projectcalico.org" at the cluster scope
This commit is contained in:
parent
04a8adb17a
commit
9e861cf816
@ -101,6 +101,7 @@ rules:
|
||||
verbs:
|
||||
# read its own config
|
||||
- get
|
||||
- list
|
||||
# create a default if none exists
|
||||
- create
|
||||
# update status
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user