sigs.k8s.io/cluster-api-provider-azure@v1.14.3/templates/flavors/clusterclass/azure-machine-template-worker.yaml (about)

     1  apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
     2  kind: AzureMachineTemplate
     3  metadata:
     4    name: ${CLUSTER_NAME}-md-0
     5    namespace: default
     6  spec:
     7    template:
     8      spec:
     9        osDisk:
    10          diskSizeGB: 128
    11          osType: Linux
    12        sshPublicKey: ${AZURE_SSH_PUBLIC_KEY_B64:=""}
    13        vmSize: ${AZURE_NODE_MACHINE_TYPE}