sigs.k8s.io/cluster-api-provider-azure@v1.17.0/templates/flavors/aks-clusterclass/azure-managed-controlplane-template.yaml (about) 1 apiVersion: infrastructure.cluster.x-k8s.io/v1beta1 2 kind: AzureManagedControlPlaneTemplate 3 metadata: 4 name: ${CLUSTER_NAME}-control-plane 5 namespace: default 6 spec: 7 template: 8 spec: 9 identityRef: 10 apiVersion: infrastructure.cluster.x-k8s.io/v1beta1 11 kind: AzureClusterIdentity 12 name: ${CLUSTER_IDENTITY_NAME} 13 location: ${AZURE_LOCATION} 14 subscriptionID: ${AZURE_SUBSCRIPTION_ID} 15 version: ${KUBERNETES_VERSION}