Skip to content

Commit

Permalink
Merge pull request #4793 from coutinhop/pedro-calicoctl-clusterinfo-r…
Browse files Browse the repository at this point in the history
…bac-3.20

Add clusterinformations 'get' permissions to operator for openshift
  • Loading branch information
marvin-tigera authored Jul 29, 2021
2 parents cb0bfd4 + be9ce37 commit daa0dec
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,13 @@ rules:
- ipamblocks
verbs:
- list
# Need this permission for the calicoctl version mismatch checking
- apiGroups:
- crd.projectcalico.org
resources:
- clusterinformations
verbs:
- get
# For AWS security group setup.
- apiGroups:
- batch
Expand Down

0 comments on commit daa0dec

Please sign in to comment.