Merge pull request #104711 from claudiubelu/update-pause-3.6

update pause image references to use 3.6
This commit is contained in:
Kubernetes Prow Robot
2021-09-13 19:09:08 -07:00
committed by GitHub
56 changed files with 71 additions and 67 deletions

View File

@@ -160,7 +160,7 @@ export WINDOWS_KUBEPROXY_KUBECONFIG_FILE="${WINDOWS_K8S_DIR}\kubeproxy.kubeconfi
# Path for kube-proxy kubeconfig file on Windows nodes.
export WINDOWS_NODEPROBLEMDETECTOR_KUBECONFIG_FILE="${WINDOWS_K8S_DIR}\node-problem-detector.kubeconfig"
# Pause container image for Windows container.
export WINDOWS_INFRA_CONTAINER="k8s.gcr.io/pause:3.5"
export WINDOWS_INFRA_CONTAINER="k8s.gcr.io/pause:3.6"
# Storage Path for csi-proxy. csi-proxy only needs to be installed for Windows.
export CSI_PROXY_STORAGE_PATH="https://storage.googleapis.com/gke-release/csi-proxy"
# Version for csi-proxy

View File

@@ -358,7 +358,7 @@ spec:
spec:
containers:
- name: pause-win
image: k8s.gcr.io/pause:3.5
image: k8s.gcr.io/pause:3.6
nodeSelector:
kubernetes.io/os: windows
tolerations: