Move most coredns templates to static files (#4341)

* Move most coredns templates to static files

This should speed up the task slightly

* yaml lint fixes
This commit is contained in:
Matthew Mosesohn
2019-03-13 07:17:31 +03:00
committed by Kubernetes Prow Robot
parent 2560c4dda3
commit fd2c47b56a
8 changed files with 43 additions and 42 deletions

View File

@@ -1,25 +0,0 @@
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
labels:
kubernetes.io/bootstrapping: rbac-defaults
addonmanager.kubernetes.io/mode: Reconcile
name: system:coredns
rules:
- apiGroups:
- ""
resources:
- endpoints
- services
- pods
- namespaces
verbs:
- list
- watch
- apiGroups:
- ""
resources:
- nodes
verbs:
- get