mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-19 14:57:43 -02:30
CoreDNS deployment extra tolerations (#5364)
* Add extra tolerations for coredns * dns_extra_tolerations option * dns_extra_tolerations * missing starting space in comment
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
257c20f39e
commit
80418a44d5
@@ -34,6 +34,9 @@ spec:
|
||||
effect: NoSchedule
|
||||
- key: "CriticalAddonsOnly"
|
||||
operator: "Exists"
|
||||
{% if dns_extra_tolerations | default(None) %}
|
||||
{{ dns_extra_tolerations | list | to_nice_yaml(indent=2) | indent(8) }}
|
||||
{% endif %}
|
||||
affinity:
|
||||
podAntiAffinity:
|
||||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
|
||||
Reference in New Issue
Block a user