Skip to content

Commit ce5d841

Browse files
authored
Merge pull request #10141 from Brian-McM/bm-add-clusterinformation-permissions
Add get list watch permissions for cluster informations
2 parents bb4d0b0 + d16eafb commit ce5d841

File tree

4 files changed

+4
-21
lines changed

4 files changed

+4
-21
lines changed

charts/tigera-operator/templates/tigera-operator/02-role-tigera-operator.yaml

+1-7
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ rules:
217217
resources:
218218
- kubecontrollersconfigurations
219219
- bgpconfigurations
220+
- clusterinformations
220221
verbs:
221222
- get
222223
- list
@@ -375,13 +376,6 @@ rules:
375376
- ipamblocks
376377
verbs:
377378
- list
378-
# Need this permission for the calicoctl version mismatch checking
379-
- apiGroups:
380-
- crd.projectcalico.org
381-
resources:
382-
- clusterinformations
383-
verbs:
384-
- get
385379
# For AWS security group setup.
386380
- apiGroups:
387381
- batch

manifests/ocp/02-role-tigera-operator.yaml

+1-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/tigera-operator-ocp-upgrade.yaml

+1-7
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ rules:
301301
resources:
302302
- kubecontrollersconfigurations
303303
- bgpconfigurations
304+
- clusterinformations
304305
verbs:
305306
- get
306307
- list
@@ -458,13 +459,6 @@ rules:
458459
- ipamblocks
459460
verbs:
460461
- list
461-
# Need this permission for the calicoctl version mismatch checking
462-
- apiGroups:
463-
- crd.projectcalico.org
464-
resources:
465-
- clusterinformations
466-
verbs:
467-
- get
468462
# For AWS security group setup.
469463
- apiGroups:
470464
- batch

manifests/tigera-operator.yaml

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)