Skip to content

Commit

Permalink
Merge pull request #81233 from YangLu1031/release-1.15
Browse files Browse the repository at this point in the history
Update the Windows node image 1809 version to 0709
  • Loading branch information
k8s-ci-robot committed Aug 16, 2019
2 parents 0c4c219 + f3d5fbb commit cba0944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/gce/util.sh
Expand Up @@ -2042,7 +2042,7 @@ function create-node-template() {
elif [[ "${os}" == 'windows' ]]; then
# TODO(pjh): revert back to using WINDOWS_NODE_IMAGE_FAMILY instead of
# pinning to the v20190312 image once #76666 is resolved.
node_image_flags="--image-project ${WINDOWS_NODE_IMAGE_PROJECT} --image=windows-server-1809-dc-core-for-containers-v20190312"
node_image_flags="--image-project ${WINDOWS_NODE_IMAGE_PROJECT} --image=windows-server-1809-dc-core-for-containers-v20190709"
else
echo "Unknown OS ${os}" >&2
exit 1
Expand Down

0 comments on commit cba0944

Please sign in to comment.