sigs.k8s.io/cluster-api-provider-azure@v1.17.0/templates/test/ci/prow-edgezone/patches/machine-type.yaml (about) 1 apiVersion: infrastructure.cluster.x-k8s.io/v1beta1 2 kind: AzureMachineTemplate 3 metadata: 4 name: ${CLUSTER_NAME}-control-plane 5 namespace: default 6 spec: 7 template: 8 spec: 9 vmSize: ${AZURE_EDGEZONE_CONTROL_PLANE_MACHINE_TYPE:=Standard_DS2_v2} 10 --- 11 apiVersion: infrastructure.cluster.x-k8s.io/v1beta1 12 kind: AzureMachineTemplate 13 metadata: 14 name: ${CLUSTER_NAME}-md-0 15 namespace: default 16 spec: 17 template: 18 spec: 19 vmSize: ${AZURE_EDGEZONE_NODE_MACHINE_TYPE:=Standard_DS4_v2}