github.com/verrazzano/verrazzano@v1.7.1/cluster-operator/apis/clusters/v1alpha1/testdata/okequickcreate_valid.yaml (about)

     1  # Copyright (c) 2023, Oracle and/or its affiliates.
     2  # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
     3  
     4  apiVersion: clusters.verrazzano.io/v1alpha1
     5  kind: OCNEOCIQuickCreate
     6  metadata:
     7    name: test
     8    namespace: test
     9    finalizers:
    10      - "verrazzano.io/oci-ocne-cluster"
    11  spec:
    12    identityRef:
    13      name: test
    14      namespace: default
    15    kubernetes:
    16      version: "v1.26.2"
    17    oke:
    18      compartment: test
    19      region: us-ashburn-1
    20      imageId: test
    21      sshPublicKey: ssh-rsa test
    22      network:
    23        cniType: FLANNEL_OVERLAY
    24        config:
    25          createVCN: false
    26          vcn: test
    27          subnets:
    28            - id: test
    29              role: service-lb
    30            - id: test
    31              role: control-plane-endpoint
    32            - id: test
    33              role: worker
    34      nodePools:
    35        - name: test
    36          ocpus: 2
    37          memoryGbs: 16
    38          bootVolumeGbs: 50
    39          replicas: 1
    40          shape: VM.Standard.E4.Flex