mirror of https://github.com/kubernetes/kops.git
				
				
				
			Merge pull request #9979 from codablock/cilium-permissions
Add missing permissions for cilium-operator
This commit is contained in:
		
						commit
						cd996d375a
					
				|  | @ -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 | ||||
|  |  | |||
|  | @ -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 | ||||
|  |  | |||
|  | @ -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 | ||||
|  |  | |||
|  | @ -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" | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue