mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 03:37:36 +03:00
Update CoreDNS, KubeDNS and Autoscaler to newest templates (#3711)
* Update DNS Autoscaler to latest * Update CoreDNS to latest * Update KubeDNS to latest * Add KubeDNS config map * Fix filename * Add missing selector to DNS Autoscaler * Add missing tolerations
This commit is contained in:
committed by
k8s-ci-robot
parent
29ee581067
commit
6f6274d0d9
@@ -9,6 +9,8 @@ dns_cpu_requests: 100m
|
||||
dns_memory_requests: 70Mi
|
||||
dns_min_replicas: 2
|
||||
dns_nodes_per_replica: 10
|
||||
dns_cores_per_replica: 20
|
||||
dns_prevent_single_point_failure: "{{ 'true' if dns_min_replicas > '1' else 'false' }}"
|
||||
|
||||
# Images
|
||||
image_arch: "{{host_architecture}}"
|
||||
|
||||
Reference in New Issue
Block a user