Update CoreDNS templates to newest version and fix kubedns-autoscaler (#3483)

* Update CoreDNS templates to newest version

* Add watch to ClusterRole. Fixes #3460
This commit is contained in:
Andreas Krüger
2018-10-11 09:12:58 +02:00
committed by k8s-ci-robot
parent 3f786542d3
commit cdce8c81da
7 changed files with 14 additions and 13 deletions

View File

@@ -7,8 +7,7 @@ metadata:
labels:
k8s-app: coredns{{ coredns_ordinal_suffix | default('') }}
kubernetes.io/cluster-service: "true"
addonmanager.kubernetes.io/mode: Reconcile
kubernetes.io/name: "CoreDNS"
kubernetes.io/name: "coredns{{ coredns_ordinal_suffix | default('') }}"
annotations:
prometheus.io/path: /metrics
prometheus.io/port: "9153"