mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
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:
committed by
k8s-ci-robot
parent
3f786542d3
commit
cdce8c81da
@@ -4,8 +4,6 @@ kind: ConfigMap
|
||||
metadata:
|
||||
name: coredns
|
||||
namespace: kube-system
|
||||
labels:
|
||||
addonmanager.kubernetes.io/mode: EnsureExists
|
||||
data:
|
||||
Corefile: |
|
||||
.:53 {
|
||||
@@ -27,4 +25,7 @@ data:
|
||||
proxy . /etc/resolv.conf
|
||||
{% endif %}
|
||||
cache 30
|
||||
loop
|
||||
reload
|
||||
loadbalance
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user