mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #88955 from pradeepnss/patch-1
Add tolerations with effect "NoExecute" and "NoSchedule" to allow sch…
This commit is contained in:
commit
6847b2aeba
@ -131,6 +131,10 @@ spec:
|
||||
tolerations:
|
||||
- key: "CriticalAddonsOnly"
|
||||
operator: "Exists"
|
||||
- effect: "NoExecute"
|
||||
operator: "Exists"
|
||||
- effect: "NoSchedule"
|
||||
operator: "Exists"
|
||||
containers:
|
||||
- name: node-cache
|
||||
image: k8s.gcr.io/k8s-dns-node-cache:1.15.10
|
||||
|
Loading…
Reference in New Issue
Block a user