From 368fe70aeda5254d496b0aafada3ccafbfa80957 Mon Sep 17 00:00:00 2001 From: Yu Liao Date: Tue, 21 Jan 2020 13:42:00 -0800 Subject: [PATCH] bumped pause-win to 1.1.0 --- cluster/gce/windows/k8s-node-setup.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/gce/windows/k8s-node-setup.psm1 b/cluster/gce/windows/k8s-node-setup.psm1 index 90ba32618bc..d021f7ffd0b 100644 --- a/cluster/gce/windows/k8s-node-setup.psm1 +++ b/cluster/gce/windows/k8s-node-setup.psm1 @@ -51,7 +51,7 @@ # - Document functions using proper syntax: # https://technet.microsoft.com/en-us/library/hh847834(v=wps.620).aspx -$INFRA_CONTAINER = 'gcr.io/gke-release/pause-win:1.0.0' +$INFRA_CONTAINER = 'gcr.io/gke-release/pause-win:1.1.0' $GCE_METADATA_SERVER = "169.254.169.254" # The "management" interface is used by the kubelet and by Windows pods to talk # to the rest of the Kubernetes cluster *without NAT*. This interface does not