Update the Windows node image 1809 version to 0709

k3s-v1.14.6
Yang Lu 2019-08-07 12:36:04 -07:00
parent 2d20b57594
commit 9bb492202d
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