diff --git a/templates/addons/windows/calico/kube-proxy-windows.yaml b/templates/addons/windows/calico/kube-proxy-windows.yaml index 73747e78ec7..b2beeebb126 100644 --- a/templates/addons/windows/calico/kube-proxy-windows.yaml +++ b/templates/addons/windows/calico/kube-proxy-windows.yaml @@ -20,6 +20,7 @@ spec: hostProcess: true runAsUserName: "NT AUTHORITY\\system" hostNetwork: true + priorityClassName: system-node-critical containers: - image: sigwindowstools/kube-proxy:${KUBERNETES_VERSION/+/_}-calico-hostprocess args: ["$env:CONTAINER_SANDBOX_MOUNT_POINT/kube-proxy/start.ps1"] diff --git a/templates/test/ci/cluster-template-prow-ci-version.yaml b/templates/test/ci/cluster-template-prow-ci-version.yaml index e4deca90a7e..20a52443c24 100644 --- a/templates/test/ci/cluster-template-prow-ci-version.yaml +++ b/templates/test/ci/cluster-template-prow-ci-version.yaml @@ -823,6 +823,7 @@ data: hostProcess: true runAsUserName: "NT AUTHORITY\\system" hostNetwork: true + priorityClassName: system-node-critical containers: - image: sigwindowstools/kube-proxy:${KUBERNETES_VERSION/+/_}-calico-hostprocess args: ["$env:CONTAINER_SANDBOX_MOUNT_POINT/kube-proxy/start.ps1"] diff --git a/templates/test/ci/cluster-template-prow-machine-pool-ci-version.yaml b/templates/test/ci/cluster-template-prow-machine-pool-ci-version.yaml index 95955fd588e..4d4d0685dec 100644 --- a/templates/test/ci/cluster-template-prow-machine-pool-ci-version.yaml +++ b/templates/test/ci/cluster-template-prow-machine-pool-ci-version.yaml @@ -754,6 +754,7 @@ data: hostProcess: true runAsUserName: "NT AUTHORITY\\system" hostNetwork: true + priorityClassName: system-node-critical containers: - image: sigwindowstools/kube-proxy:${KUBERNETES_VERSION/+/_}-calico-hostprocess args: ["$env:CONTAINER_SANDBOX_MOUNT_POINT/kube-proxy/start.ps1"] diff --git a/templates/test/ci/cluster-template-prow-machine-pool-flex.yaml b/templates/test/ci/cluster-template-prow-machine-pool-flex.yaml index 3dbc6934a46..af6a6d0ed73 100644 --- a/templates/test/ci/cluster-template-prow-machine-pool-flex.yaml +++ b/templates/test/ci/cluster-template-prow-machine-pool-flex.yaml @@ -479,6 +479,7 @@ data: hostProcess: true runAsUserName: "NT AUTHORITY\\system" hostNetwork: true + priorityClassName: system-node-critical containers: - image: sigwindowstools/kube-proxy:${KUBERNETES_VERSION/+/_}-calico-hostprocess args: ["$env:CONTAINER_SANDBOX_MOUNT_POINT/kube-proxy/start.ps1"] diff --git a/templates/test/ci/cluster-template-prow-machine-pool.yaml b/templates/test/ci/cluster-template-prow-machine-pool.yaml index 47621a599fb..d3505d9fb78 100644 --- a/templates/test/ci/cluster-template-prow-machine-pool.yaml +++ b/templates/test/ci/cluster-template-prow-machine-pool.yaml @@ -473,6 +473,7 @@ data: hostProcess: true runAsUserName: "NT AUTHORITY\\system" hostNetwork: true + priorityClassName: system-node-critical containers: - image: sigwindowstools/kube-proxy:${KUBERNETES_VERSION/+/_}-calico-hostprocess args: ["$env:CONTAINER_SANDBOX_MOUNT_POINT/kube-proxy/start.ps1"] diff --git a/templates/test/ci/cluster-template-prow-topology.yaml b/templates/test/ci/cluster-template-prow-topology.yaml index c6b5beb8baf..2445f500368 100644 --- a/templates/test/ci/cluster-template-prow-topology.yaml +++ b/templates/test/ci/cluster-template-prow-topology.yaml @@ -208,6 +208,7 @@ data: hostProcess: true runAsUserName: "NT AUTHORITY\\system" hostNetwork: true + priorityClassName: system-node-critical containers: - image: sigwindowstools/kube-proxy:${KUBERNETES_VERSION/+/_}-calico-hostprocess args: ["$env:CONTAINER_SANDBOX_MOUNT_POINT/kube-proxy/start.ps1"] diff --git a/templates/test/ci/cluster-template-prow.yaml b/templates/test/ci/cluster-template-prow.yaml index 97b523bffb6..30ec545ba64 100644 --- a/templates/test/ci/cluster-template-prow.yaml +++ b/templates/test/ci/cluster-template-prow.yaml @@ -547,6 +547,7 @@ data: hostProcess: true runAsUserName: "NT AUTHORITY\\system" hostNetwork: true + priorityClassName: system-node-critical containers: - image: sigwindowstools/kube-proxy:${KUBERNETES_VERSION/+/_}-calico-hostprocess args: ["$env:CONTAINER_SANDBOX_MOUNT_POINT/kube-proxy/start.ps1"] diff --git a/templates/test/dev/cluster-template-custom-builds-load.yaml b/templates/test/dev/cluster-template-custom-builds-load.yaml index 16866fb7343..c711d01047c 100644 --- a/templates/test/dev/cluster-template-custom-builds-load.yaml +++ b/templates/test/dev/cluster-template-custom-builds-load.yaml @@ -795,6 +795,7 @@ data: hostProcess: true runAsUserName: "NT AUTHORITY\\system" hostNetwork: true + priorityClassName: system-node-critical containers: - image: sigwindowstools/kube-proxy:${KUBERNETES_VERSION/+/_}-calico-hostprocess args: ["$env:CONTAINER_SANDBOX_MOUNT_POINT/kube-proxy/start.ps1"] diff --git a/templates/test/dev/cluster-template-custom-builds-machine-pool.yaml b/templates/test/dev/cluster-template-custom-builds-machine-pool.yaml index f4c3f07a3c4..d498dfe6038 100644 --- a/templates/test/dev/cluster-template-custom-builds-machine-pool.yaml +++ b/templates/test/dev/cluster-template-custom-builds-machine-pool.yaml @@ -708,6 +708,7 @@ data: hostProcess: true runAsUserName: "NT AUTHORITY\\system" hostNetwork: true + priorityClassName: system-node-critical containers: - image: sigwindowstools/kube-proxy:${KUBERNETES_VERSION/+/_}-calico-hostprocess args: ["$env:CONTAINER_SANDBOX_MOUNT_POINT/kube-proxy/start.ps1"] diff --git a/templates/test/dev/cluster-template-custom-builds.yaml b/templates/test/dev/cluster-template-custom-builds.yaml index 007e3ac30c2..18275b41635 100644 --- a/templates/test/dev/cluster-template-custom-builds.yaml +++ b/templates/test/dev/cluster-template-custom-builds.yaml @@ -789,6 +789,7 @@ data: hostProcess: true runAsUserName: "NT AUTHORITY\\system" hostNetwork: true + priorityClassName: system-node-critical containers: - image: sigwindowstools/kube-proxy:${KUBERNETES_VERSION/+/_}-calico-hostprocess args: ["$env:CONTAINER_SANDBOX_MOUNT_POINT/kube-proxy/start.ps1"]