mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-07-24 14:48:24 -02:30
fix(calico): Add missing permissions in RBAC for calico-kube-controllers (#13375)
* fix(calico): Add namespace rbac for calico-kube-controllers * fix(calico): Add missing RBAC resource for calico-kube-controllers
This commit is contained in:
@@ -71,6 +71,7 @@ rules:
|
|||||||
- blockaffinities
|
- blockaffinities
|
||||||
- ipamblocks
|
- ipamblocks
|
||||||
- ipamhandles
|
- ipamhandles
|
||||||
|
- ipamconfigs
|
||||||
- tiers
|
- tiers
|
||||||
verbs:
|
verbs:
|
||||||
- get
|
- get
|
||||||
@@ -124,4 +125,12 @@ rules:
|
|||||||
- list
|
- list
|
||||||
- update
|
- update
|
||||||
- watch
|
- watch
|
||||||
|
# Namespaces are watched for LoadBalancer IP allocation with namespace selector support
|
||||||
|
- apiGroups: [""]
|
||||||
|
resources:
|
||||||
|
- namespaces
|
||||||
|
verbs:
|
||||||
|
- get
|
||||||
|
- list
|
||||||
|
- watch
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user