sigs.k8s.io/cluster-api-provider-aws@v1.5.5/test/e2e/data/infrastructure-aws/kustomize_sources/gpu/patches/gpu-label.yaml (about)

     1  ---
     2  apiVersion: cluster.x-k8s.io/v1beta1
     3  kind: Cluster
     4  metadata:
     5    name: ${CLUSTER_NAME}
     6    labels:
     7      gpu: "nvidia"
     8  ---
     9  
    10  kind: AWSMachineTemplate
    11  apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
    12  metadata:
    13    name: "${CLUSTER_NAME}-control-plane"
    14  spec:
    15    template:
    16      spec:
    17        rootVolume:
    18          size: 100
    19          type: gp2