calico: update calico-kube-controller manifest (#12169)

This commit is contained in:
Cyclinder
2025-05-13 16:43:17 +08:00
committed by GitHub
parent fa6888df4c
commit 8cc5694580
2 changed files with 7 additions and 13 deletions

View File

@@ -19,19 +19,6 @@ rules:
- watch
- list
- get
- apiGroups:
- ""
resources:
- nodes
verbs:
- get
- apiGroups:
- networking.k8s.io
resources:
- networkpolicies
verbs:
- watch
- list
{% elif calico_datastore == "kdd" %}
# Nodes are watched to monitor for deletions.
- apiGroups: [""]
@@ -67,6 +54,7 @@ rules:
- blockaffinities
- ipamblocks
- ipamhandles
- tiers
verbs:
- get
- list