Merge pull request #9979 from codablock/cilium-permissions

Add missing permissions for cilium-operator
This commit is contained in:
Kubernetes Prow Robot 2020-09-22 11:17:09 -07:00 committed by GitHub
commit cd996d375a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 33 additions and 1 deletions

View File

@ -4735,6 +4735,14 @@ rules:
- get
- list
- watch
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- create
- get
- update
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
@ -5640,6 +5648,14 @@ rules:
- ciliumidentities/status
verbs:
- '*'
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- create
- get
- update
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding

View File

@ -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

View File

@ -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

View File

@ -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"