Skip to content

Commit

Permalink
Add missing permission for kube-controllers (#9786)
Browse files Browse the repository at this point in the history
Let it list its config so it can watch it.
  • Loading branch information
fasaxc authored Feb 4, 2025
1 parent ce0598a commit c1c7a41
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/calico/templates/calico-kube-controllers-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ rules:
verbs:
# read its own config
- get
- list
# create a default if none exists
- create
# update status
Expand Down
1 change: 1 addition & 0 deletions manifests/calico-bpf.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions manifests/calico-policy-only.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions manifests/calico-typha.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions manifests/calico-vxlan.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions manifests/calico.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions manifests/canal.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions manifests/flannel-migration/calico.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node/tests/k8st/infra/calico-kdd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ rules:
verbs:
# read its own config
- get
- list
# create a default if none exists
- create
# update status
Expand Down

0 comments on commit c1c7a41

Please sign in to comment.