Merge pull request #88955 from pradeepnss/patch-1

Add tolerations with effect "NoExecute" and "NoSchedule" to allow sch…
This commit is contained in:
Kubernetes Prow Robot 2020-03-12 18:12:39 -07:00 committed by GitHub
commit 6847b2aeba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,6 +131,10 @@ spec:
tolerations: tolerations:
- key: "CriticalAddonsOnly" - key: "CriticalAddonsOnly"
operator: "Exists" operator: "Exists"
- effect: "NoExecute"
operator: "Exists"
- effect: "NoSchedule"
operator: "Exists"
containers: containers:
- name: node-cache - name: node-cache
image: k8s.gcr.io/k8s-dns-node-cache:1.15.10 image: k8s.gcr.io/k8s-dns-node-cache:1.15.10