mirror of https://github.com/kubernetes/kops.git
remove 'get' from aws-cni clusterRole to reflect https://github.com/aws/amazon-vpc-cni-k8s/pull/2058
This commit is contained in:
parent
f32cfed68d
commit
03bc54e0d6
|
|
@ -74,7 +74,7 @@ rules:
|
||||||
- apiGroups: ["", "events.k8s.io"]
|
- apiGroups: ["", "events.k8s.io"]
|
||||||
resources:
|
resources:
|
||||||
- events
|
- events
|
||||||
verbs: ["create", "patch", "list", "get"]
|
verbs: ["create", "patch", "list"]
|
||||||
---
|
---
|
||||||
# Source: aws-vpc-cni/templates/clusterrolebinding.yaml
|
# Source: aws-vpc-cni/templates/clusterrolebinding.yaml
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue