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

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: