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

     1  apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
     2  kind: AzureMachineTemplate
     3  metadata:
     4    name: ${CLUSTER_NAME}-control-plane
     5    namespace: default
     6  spec:
     7    template:
     8      spec:
     9        networkInterfaces:
    10        - subnetName: control-plane-subnet
    11          privateIPConfigs: 110 # matching the max pods per node.