sigs.k8s.io/cluster-api-provider-azure@v1.14.3/templates/test/ci/prow-ci-version/patches/machine-deployment-ci-version-windows.yaml (about) 1 apiVersion: infrastructure.cluster.x-k8s.io/v1beta1 2 kind: AzureMachineTemplate 3 metadata: 4 name: ${CLUSTER_NAME}-md-win 5 spec: 6 template: 7 spec: 8 image: 9 # we use the latest image as a workaround there is no published marketplace image for k8s CI versions. 10 # the binaries and images will get replaced to the desired version by the pre-kubeadm script. 11 marketplace: 12 publisher: cncf-upstream 13 offer: capi-windows 14 sku: ${WINDOWS_SERVER_VERSION:=windows-2019}-containerd-gen1 15 version: "latest"