mirror of https://github.com/k3s-io/k3s.git
Update the Windows node image 1809 version to 0709
parent
2d20b57594
commit
9bb492202d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue