From 07c2afc4e5d6db390f2ca4851b6f7af6ed130190 Mon Sep 17 00:00:00 2001 From: Jaeryn Date: Mon, 3 Feb 2020 18:33:11 +0000 Subject: [PATCH] copy kube-proxy tolerations NPM may run on customer tainted nodes --- npm/azure-npm.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/npm/azure-npm.yaml b/npm/azure-npm.yaml index 3ac989209d..2da6ad0799 100644 --- a/npm/azure-npm.yaml +++ b/npm/azure-npm.yaml @@ -70,10 +70,15 @@ spec: spec: priorityClassName: system-node-critical tolerations: + - operator: "Exists" + effect: NoExecute + - operator: "Exists" + effect: NoSchedule - key: CriticalAddonsOnly operator: Exists nodeSelector: beta.kubernetes.io/os: linux + kubernetes.io/role: agent containers: - name: azure-npm image: mcr.microsoft.com/containernetworking/azure-npm:v1.0.30