sigs.k8s.io/cluster-api-provider-azure@v1.14.3/templates/test/ci/prow-ci-version-ipv6/patches/machine-deployment.yaml (about)

     1  apiVersion: bootstrap.cluster.x-k8s.io/v1beta1
     2  kind: KubeadmConfigTemplate
     3  metadata:
     4    name: "${CLUSTER_NAME}-md-0"
     5  spec:
     6    template:
     7      spec:
     8        joinConfiguration:
     9          nodeRegistration:
    10            name: '{{ ds.meta_data["local_hostname"] }}'
    11            kubeletExtraArgs:
    12              cloud-provider: external
    13              cluster-dns: "[fd00::10]"
    14        clusterConfiguration:
    15          apiServer:
    16            extraArgs:
    17              bind-address: "::"
    18          controllerManager:
    19            extraArgs:
    20              bind-address: "::"
    21          scheduler:
    22            extraArgs:
    23              bind-address: "::"
    24  ---
    25  apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
    26  kind: AzureMachineTemplate
    27  metadata:
    28    name: "${CLUSTER_NAME}-md-0"
    29  spec:
    30    template:
    31      spec:
    32        enableIPForwarding: true