Skip to content

Commit 6847b2a

Browse files
authored
Merge pull request kubernetes#88955 from pradeepnss/patch-1
Add tolerations with effect "NoExecute" and "NoSchedule" to allow sch…
2 parents 4734543 + 66491d2 commit 6847b2a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cluster/addons/dns/nodelocaldns/nodelocaldns.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ spec:
131131
tolerations:
132132
- key: "CriticalAddonsOnly"
133133
operator: "Exists"
134+
- effect: "NoExecute"
135+
operator: "Exists"
136+
- effect: "NoSchedule"
137+
operator: "Exists"
134138
containers:
135139
- name: node-cache
136140
image: k8s.gcr.io/k8s-dns-node-cache:1.15.10

0 commit comments

Comments
 (0)