Merge pull request #102592 from pacoxu/patch-11

add NoExecute toleration for konnectivity agent
This commit is contained in:
Kubernetes Prow Robot 2021-09-15 01:40:42 -07:00 committed by GitHub
commit 03e0106bbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,10 @@ spec:
tolerations:
- key: "CriticalAddonsOnly"
operator: "Exists"
- operator: "Exists"
effect: "NoExecute"
- operator: "Exists"
effect: "NoSchedule"
nodeSelector:
kubernetes.io/os: linux
containers: