mirror of https://github.com/kubernetes/kops.git
fix(coredns/rbac): add permission to list and watch endpointslices
This commit is contained in:
parent
abc6bc087c
commit
1b7179513f
|
|
@ -25,6 +25,13 @@ rules:
|
|||
verbs:
|
||||
- list
|
||||
- watch
|
||||
- apiGroups:
|
||||
- discovery.k8s.io
|
||||
resources:
|
||||
- endpointslices
|
||||
verbs:
|
||||
- list
|
||||
- watch
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
|
|
|
|||
Loading…
Reference in New Issue