Merge pull request #81106 from YangLu1031/updateImageVersion

Update the Windows server core 1809 image to July version 0709
This commit is contained in:
Kubernetes Prow Robot 2019-08-08 17:58:18 -07:00 committed by GitHub
commit 18b6ff3d65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2185,7 +2185,7 @@ function create-node-template() {
elif [[ "${os}" == 'windows' ]]; then elif [[ "${os}" == 'windows' ]]; then
# TODO(pjh): revert back to using WINDOWS_NODE_IMAGE_FAMILY instead of # TODO(pjh): revert back to using WINDOWS_NODE_IMAGE_FAMILY instead of
# pinning to the v20190312 image once #76666 is resolved. # 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 else
echo "Unknown OS ${os}" >&2 echo "Unknown OS ${os}" >&2
exit 1 exit 1