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

     1  apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
     2  kind: AzureClusterTemplate
     3  metadata:
     4    name: ${CLUSTER_NAME}-azure-cluster
     5    namespace: default
     6  spec:
     7    template:
     8      spec:
     9        subscriptionID: ${AZURE_SUBSCRIPTION_ID}
    10        identityRef:
    11          apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
    12          kind: AzureClusterIdentity
    13          name: ${CLUSTER_IDENTITY_NAME}
    14        location: ${AZURE_LOCATION}
    15        networkSpec:
    16          subnets:
    17          - name: control-plane-subnet
    18            role: control-plane
    19          - name: node-subnet
    20            natGateway:
    21              name: node-natgateway
    22            role: node