sigs.k8s.io/cluster-api-provider-aws@v1.5.5/test/e2e/data/ci-artifacts-platform-kustomization.yaml (about)

     1  ---
     2  apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
     3  kind: AWSMachineTemplate
     4  metadata:
     5    name: "${CLUSTER_NAME}-control-plane"
     6  spec:
     7    template:
     8      spec:
     9        ami:
    10          id: ${IMAGE_ID}
    11  ---
    12  apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
    13  kind: AWSMachineTemplate
    14  metadata:
    15    name: ${CLUSTER_NAME}-md-0
    16  spec:
    17    template:
    18      spec:
    19        ami:
    20          id: ${IMAGE_ID}
    21  ---
    22  apiVersion: controlplane.cluster.x-k8s.io/v1beta1
    23  kind: KubeadmControlPlane
    24  metadata:
    25    name: "${CLUSTER_NAME}-control-plane"
    26  spec:
    27    kubeadmConfigSpec:
    28      clusterConfiguration:
    29        kubernetesVersion: ci/${KUBERNETES_VERSION}