[nodelocaldns] expand tolerations on the daemonset (#4451)
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:
|
||||||
|
|
Loading…
Reference in New Issue