github.com/giantswarm/apiextensions/v6@v6.6.0/docs/cr/infrastructure.cluster.x-k8s.io_v1alpha3_azuremachine.yaml (about)

     1  apiVersion: infrastructure.cluster.x-k8s.io/v1alpha3
     2  kind: AzureMachine
     3  metadata:
     4    labels:
     5      azure-operator.giantswarm.io/version: 5.3.1
     6      cluster.x-k8s.io/cluster-name: mmh5x
     7      cluster.x-k8s.io/control-plane: "true"
     8      giantswarm.io/cluster: mmh5x
     9      giantswarm.io/organization: giantswarm
    10      release.giantswarm.io/version: 14.1.0
    11    name: mmh5x-master-0
    12    namespace: org-giantswarm
    13  spec:
    14    availabilityZone: {}
    15    failureDomain: "3"
    16    identity: None
    17    image:
    18      marketplace:
    19        offer: flatcar-container-linux-free
    20        publisher: kinvolk
    21        sku: stable
    22        thirdPartyImage: false
    23        version: 2345.3.1
    24    location: westeurope
    25    osDisk:
    26      cachingType: ReadWrite
    27      diskSizeGB: 50
    28      managedDisk:
    29        storageAccountType: Premium_LRS
    30      osType: Linux
    31    sshPublicKey: ""
    32    vmSize: Standard_D4s_v3