Skip to content
Snippets Groups Projects
Commit d711a0c8 authored by Xinghong Fang's avatar Xinghong Fang Committed by Kubernetes Prow Robot
Browse files

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

parent 01cf11b9
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment