sigs.k8s.io/cluster-api-provider-aws@v1.5.5/test/e2e/data/infrastructure-aws/kustomize_sources/peered-remote/patches/az-select.yaml (about)

     1  kind: AWSMachineTemplate
     2  apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
     3  metadata:
     4    name: "${CLUSTER_NAME}-control-plane"
     5  spec:
     6    template:
     7      spec:
     8        failureDomain: "us-west-2a"
     9  ---
    10  apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
    11  kind: AWSMachineTemplate
    12  metadata:
    13    name: "${CLUSTER_NAME}-md-0"
    14  spec:
    15    template:
    16      spec:
    17        failureDomain: "us-west-2a"
    18  
    19