Bump GCE Windows pause image version

pause-win:1.2.1 is based on the March Windows container base images for
both LTSC 2019 and SAC 1909.
This commit is contained in:
Peter Hornyack 2020-03-30 11:30:52 -07:00
parent 933c303592
commit 72f58ae4ff

View File

@ -159,4 +159,4 @@ export WINDOWS_BOOTSTRAP_KUBECONFIG_FILE="${WINDOWS_K8S_DIR}\kubelet.bootstrap-k
# Path for kube-proxy kubeconfig file on Windows nodes.
export WINDOWS_KUBEPROXY_KUBECONFIG_FILE="${WINDOWS_K8S_DIR}\kubeproxy.kubeconfig"
# Pause container image for Windows container.
export WINDOWS_INFRA_CONTAINER="gcr.io/gke-release/pause-win:1.2.0"
export WINDOWS_INFRA_CONTAINER="gcr.io/gke-release/pause-win:1.2.1"