mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-05-05 12:32:34 +02:00
Remove support for federation in deploy script (#229)
* remove support for federation in deploy script * remove get node permissions Signed-off-by: Sandeep Rajan <srajan@infoblox.com>
This commit is contained in:
parent
69fc3d9f27
commit
916d90420d
2 changed files with 1 additions and 18 deletions
|
@ -21,12 +21,6 @@ rules:
|
|||
verbs:
|
||||
- list
|
||||
- watch
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
- nodes
|
||||
verbs:
|
||||
- get
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
|
@ -60,7 +54,7 @@ data:
|
|||
ready
|
||||
kubernetes CLUSTER_DOMAIN REVERSE_CIDRS {
|
||||
fallthrough in-addr.arpa ip6.arpa
|
||||
}FEDERATIONS
|
||||
}
|
||||
prometheus :9153
|
||||
forward . UPSTREAMNAMESERVER
|
||||
cache 30
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue