oracle-cne / ocne

The Oracle Cloud Native Environment CLI
Universal Permissive License v1.0
1 stars 0 forks source link

Automatically gather VCN and subnet values for oci clusters when not explicitly configured #87

Open dkrasins opened 1 week ago

dkrasins commented 1 week ago

The Cluster API provider for OCI provisions a subnet for services. This subnet is intended to be used by OCI-CCM to provision LoadBalancers. It would be nice if the oci provider looked at the vcn and subnet in the OCICluster resource and use them when deploying OCI-CCM if the .providers.oci.vcn and providers.oci.loadBalancer values are not set.