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