github.com/verrazzano/verrazzano@v1.7.1/tests/e2e/quickcreate/templates/oke.goyaml (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: OKEQuickCreate 6 metadata: 7 name: {{.CLUSTER_ID}} 8 namespace: {{.NAMESPACE}} 9 spec: 10 identityRef: 11 name: test 12 namespace: {{.NAMESPACE}} 13 kubernetes: 14 version: {{.OKE_VERSION}} 15 oke: 16 compartment: {{.OCI_COMPARTMENT_ID}} 17 region: {{.CAPI_CLUSTER_REGION}} 18 imageId: {{.OKE_IMAGE_ID}} 19 sshPublicKey: {{.CAPI_NODE_SSH_KEY_PATH}} 20 network: 21 cniType: {{.CNI_TYPE}} 22 config: 23 createVCN: true 24 nodePools: 25 - name: {{.CLUSTER_ID}}-1 26 ocpus: 2 27 memoryGbs: 16 28 bootVolumeGbs: 50 29 replicas: 1 30 shape: VM.Standard.E4.Flex