github.com/verrazzano/verrazzano@v1.7.1/cluster-operator/controllers/quickcreate/ociocne/testdata/new-vcn-private-registry.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 kubernetes: 6 clusterNetwork: 7 podCIDR: 10.0.0.0/16 8 serviceCIDR: 10.8.0.0/16 9 identityRef: 10 name: test 11 namespace: test 12 ocne: 13 version: 1.7 14 dependencies: 15 skipInstall: false 16 privateRegistry: 17 url: myserver.com 18 credentialSecret: 19 name: registry 20 namespace: test 21 oci: 22 region: us-ashburn-1 23 compartment: abc 24 sshPublicKey: ssh-rsa abc 25 imageId: foo 26 controlPlane: 27 replicas: 1 28 shape: foo 29 bootVolumeGbs: 50 30 workers: 31 - name: np-1 32 replicas: 1 33 shape: a.Flex.v4 34 memoryGbs: 32 35 OCPUs: 4 36 bootVolumeGbs: 50 37 - name: np-2 38 replicas: 1 39 shape: a.Flex.v4 40 bootVolumeGbs: 100 41 network: 42 createVCN: true 43 vcn: xyz 44 subnets: 45 - id: xyz 46 role: control-plane-endpoint 47 - id: xyz 48 role: control-plane 49 - id: xyz 50 role: worker 51 - id: xyz 52 role: service-lb 53 status: 54 phase: Provisioning