add NoExecute toleration for konnectivity agent

This commit is contained in:
Paco Xu
2021-06-04 17:39:02 +08:00
committed by GitHub
parent 5c137f1af9
commit 7f06d0d553

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: