Skip to content

Commit

Permalink
Merge pull request #9979 from codablock/cilium-permissions
Browse files Browse the repository at this point in the history
Add missing permissions for cilium-operator
  • Loading branch information
k8s-ci-robot authored Sep 22, 2020
2 parents 2901954 + 9aef3db commit cd996d3
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 1 deletion.
16 changes: 16 additions & 0 deletions upup/models/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,14 @@ rules:
- get
- list
- watch
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- create
- get
- update
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,14 @@ rules:
- ciliumidentities/status
verbs:
- '*'
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- create
- get
- update
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
- id: k8s-1.12
kubernetesVersion: '>=1.12.0'
manifest: networking.cilium.io/k8s-1.12-v1.8.yaml
manifestHash: 91d442758bc9678f9be8e1b08ef393bb7d2066a0
manifestHash: 0d0cb351894e81048b6c7046e15bd3a0c02c0ee9
name: networking.cilium.io
selector:
role.kubernetes.io/networking: "1"
Expand Down

0 comments on commit cd996d3

Please sign in to comment.