[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
|
||||
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:
|
||||
|
Reference in New Issue
Block a user