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

     1  apiVersion: bootstrap.cluster.x-k8s.io/v1beta1
     2  kind: KubeadmConfigTemplate
     3  metadata:
     4    name: ${CLUSTER_NAME}-pool0
     5    namespace: default
     6  spec:
     7    template:
     8      spec: {}
     9  ---
    10  apiVersion: bootstrap.cluster.x-k8s.io/v1beta1
    11  kind: KubeadmConfigTemplate
    12  metadata:
    13    name: ${CLUSTER_NAME}-pool1
    14    namespace: default
    15  spec:
    16    template:
    17      spec: {}