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

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>
Co-authored-by: Micke Nordin <kano@sunet.se>
This commit is contained in:
k8s-infra-cherrypick-robot
2026-02-10 06:56:02 -08:00
committed by GitHub
parent 4598ba2e57
commit 698f60f87f

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 %}