mirror of https://github.com/kubernetes/kops.git
Update v1.10.0.yaml
I had the following errors in the log:
This commit is contained in:
parent
dd6b0314fc
commit
679fa744ce
|
@ -42,11 +42,14 @@ rules:
|
||||||
resources: ["poddisruptionbudgets"]
|
resources: ["poddisruptionbudgets"]
|
||||||
verbs: ["watch","list"]
|
verbs: ["watch","list"]
|
||||||
- apiGroups: ["apps"]
|
- apiGroups: ["apps"]
|
||||||
resources: ["statefulsets"]
|
resources: ["statefulsets","replicasets","daemonsets"]
|
||||||
verbs: ["watch","list","get"]
|
verbs: ["watch","list","get"]
|
||||||
- apiGroups: ["storage.k8s.io"]
|
- apiGroups: ["storage.k8s.io"]
|
||||||
resources: ["storageclasses"]
|
resources: ["storageclasses"]
|
||||||
verbs: ["watch","list","get"]
|
verbs: ["watch","list","get"]
|
||||||
|
- apiGroups: ["batch"]
|
||||||
|
resources: ["jobs"]
|
||||||
|
verbs: ["watch","list","get"]
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
|
|
Loading…
Reference in New Issue