Skip to content

Commit

Permalink
test: update pause-win image to the new one k8s.gcr.io/pause:3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Feb 11, 2021
1 parent 16a329f commit 1185a4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cluster/gce/windows/k8s-node-setup.psm1
Expand Up @@ -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.1.0'
$INFRA_CONTAINER = 'k8s.gcr.io/pause:3.4.1'
$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
Expand Down
2 changes: 1 addition & 1 deletion cluster/gce/windows/smoke-test.sh
Expand Up @@ -358,7 +358,7 @@ spec:
spec:
containers:
- name: pause-win
image: gcr.io/gke-release/pause-win:1.1.0
image: k8s.gcr.io/pause:3.4.1
nodeSelector:
kubernetes.io/os: windows
tolerations:
Expand Down

0 comments on commit 1185a4a

Please sign in to comment.