[nodelocaldns] expand tolerations on the daemonset (#4451)
parent
01cf11b961
commit
d711a0c83f
|
@ -26,8 +26,10 @@ spec:
|
|||
hostNetwork: true
|
||||
dnsPolicy: Default # Don't use cluster DNS.
|
||||
tolerations:
|
||||
- key: node-role.kubernetes.io/master
|
||||
effect: NoSchedule
|
||||
- effect: NoSchedule
|
||||
operator: "Exists"
|
||||
- effect: NoExecute
|
||||
operator: "Exists"
|
||||
- key: "CriticalAddonsOnly"
|
||||
operator: "Exists"
|
||||
containers:
|
||||
|
|
Loading…
Reference in New Issue