Add services RBAC for calico-kube-controllers in KDD mode (#12928)

Commit 5fb85dc added service permissions for etcd datastore mode,
but the same permissions are needed for KDD (Kubernetes datastore) mode.

Signed-off-by: Micke Nordin <kano@sunet.se>
This commit is contained in:
Micke Nordin
2026-02-10 15:22:02 +01:00
committed by GitHub
parent cc05dd4d14
commit 8f73dc9c2f

View File

@@ -114,4 +114,14 @@ rules:
- update
# watch for changes
- watch
# Services are monitored for service LoadBalancer IP allocation
- apiGroups: [""]
resources:
- services
- services/status
verbs:
- get
- list
- update
- watch
{% endif %}