github.com/verrazzano/verrazzano@v1.7.1/cluster-operator/controllers/quickcreate/oke/testdata/existing-vcn-provisioning.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  spec:
     5    identityRef:
     6      name: test
     7      namespace: default
     8    kubernetes:
     9      version: "v1.26.2"
    10    oke:
    11      compartment: test
    12      region: us-ashburn-1
    13      imageId: test
    14      sshPublicKey: ssh-rsa test
    15      network:
    16        cniType: FLANNEL_OVERLAY
    17        config:
    18          createVCN: false
    19          vcn: test
    20          subnets:
    21            - id: test
    22              role: service-lb
    23            - id: test
    24              role: control-plane-endpoint
    25            - id: test
    26              role: worker
    27      nodePools:
    28        - name: test
    29          ocpus: 2
    30          memoryGbs: 16
    31          bootVolumeGbs: 50
    32          replicas: 1
    33          shape: VM.Standard.E4.Flex
    34  status:
    35    phase: Provisioning