sigs.k8s.io/cluster-api-provider-azure@v1.14.3/templates/test/ci/prow-edgezone/patches/standardssd-disk.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 dataDisks: 10 - diskSizeGB: 256 11 lun: 0 12 nameSuffix: etcddisk 13 managedDisk: 14 storageAccountType: StandardSSD_LRS 15 osDisk: 16 managedDisk: 17 storageAccountType: StandardSSD_LRS 18 --- 19 apiVersion: infrastructure.cluster.x-k8s.io/v1beta1 20 kind: AzureMachineTemplate 21 metadata: 22 name: ${CLUSTER_NAME}-md-0 23 namespace: default 24 spec: 25 template: 26 spec: 27 osDisk: 28 managedDisk: 29 storageAccountType: StandardSSD_LRS 30