mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-03-14 14:16:16 +01:00
Add getting nodes permission to system:coredns clusterrole (#100)
This commit is contained in:
parent
fd3ad086f8
commit
2022b220fd
1 changed files with 6 additions and 0 deletions
|
@ -21,6 +21,12 @@ rules:
|
|||
verbs:
|
||||
- list
|
||||
- watch
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
- nodes
|
||||
verbs:
|
||||
- get
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1beta1
|
||||
kind: ClusterRoleBinding
|
||||
|
|
Loading…
Reference in a new issue