sigs.k8s.io/cluster-api-provider-aws@v1.5.5/test/e2e/data/ci-artifacts-platform-kustomization-for-upgrade.yaml (about) 1 --- 2 apiVersion: cluster.x-k8s.io/v1beta1 3 kind: MachineDeployment 4 metadata: 5 name: "${CLUSTER_NAME}-md-0" 6 spec: 7 template: 8 spec: 9 infrastructureRef: 10 name: "${CLUSTER_NAME}-md-1" 11 apiVersion: infrastructure.cluster.x-k8s.io/v1beta1 12 kind: AWSMachineTemplate 13 --- 14 kind: KubeadmControlPlane 15 apiVersion: controlplane.cluster.x-k8s.io/v1beta1 16 metadata: 17 name: "${CLUSTER_NAME}-control-plane" 18 spec: 19 machineTemplate: 20 infrastructureRef: 21 kind: AWSMachineTemplate 22 apiVersion: infrastructure.cluster.x-k8s.io/v1beta1 23 name: "${CLUSTER_NAME}-control-plane-1"