Merge pull request #81236 from YangLu1031/release-1.14

Update the Windows node image 1809 version to 0709
k3s-v1.14.6
Kubernetes Prow Robot 2019-08-12 22:55:38 -07:00 committed by GitHub
commit f0c11ee08c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2022,7 +2022,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