[nodelocaldns] expand tolerations on the daemonset (#4451)

This commit is contained in:
Xinghong Fang 2019-04-08 10:24:26 +01:00 committed by Kubernetes Prow Robot
parent 01cf11b961
commit d711a0c83f

View file

@ -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: