mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-07 01:17:39 -02:30
[nodelocaldns] expand tolerations on the daemonset (#4451)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
01cf11b961
commit
d711a0c83f
@@ -26,8 +26,10 @@ spec:
|
|||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
dnsPolicy: Default # Don't use cluster DNS.
|
dnsPolicy: Default # Don't use cluster DNS.
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: node-role.kubernetes.io/master
|
- effect: NoSchedule
|
||||||
effect: NoSchedule
|
operator: "Exists"
|
||||||
|
- effect: NoExecute
|
||||||
|
operator: "Exists"
|
||||||
- key: "CriticalAddonsOnly"
|
- key: "CriticalAddonsOnly"
|
||||||
operator: "Exists"
|
operator: "Exists"
|
||||||
containers:
|
containers:
|
||||||
|
|||||||
Reference in New Issue
Block a user