You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why is this needed:
We would like to automate networking and cluster setup using CAPOCI. These features are required for our networking and cluster setup
The text was updated successfully, but these errors were encountered:
What would you like to be added:
Support the following config in OCIManagedControlPlaneSpec:
cluster-api-provider-oci/api/v1beta2/ocimanagedcontrolplane_types.go
Line 147 in b53ef08
Additional options:
serviceLbSubnetIds
https://docs.oracle.com/en-us/iaas/api/#/en/containerengine/20180222/datatypes/ClusterCreateOptions
cluster-api-provider-oci/api/v1beta2/ocimanagedcontrolplane_types.go
Line 88 in b53ef08
Additional options:
subnetId
https://docs.oracle.com/en-us/iaas/api/#/en/containerengine/20180222/datatypes/CreateClusterEndpointConfigDetails
Support for prohibitPublicIpOnVnic
https://docs.oracle.com/en-us/iaas/api/#/en/iaas/20160918/datatypes/CreateSubnetDetails
Add support for customized route table:
https://docs.oracle.com/en-us/iaas/api/#/en/iaas/20160918/datatypes/CreateRouteTableDetails
Currently we can only choose to skip or not skip route tables
cluster-api-provider-oci/api/v1beta2/types.go
Line 1090 in b53ef08
Add support for Dynamic Routing Gateways
https://docs.oracle.com/en-us/iaas/Content/Network/Tasks/managingDRGs.htm
Why is this needed:
We would like to automate networking and cluster setup using CAPOCI. These features are required for our networking and cluster setup
The text was updated successfully, but these errors were encountered: