-
I've tried using cluster-template-managed and cluster-template-managed-private to create an OKE cluster via Cluster API on the free tier. In both cases, the create failed with: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It sounds like maybe you already have a NAT gateway setup? I believe you only get one for the trial. If that is the case it may be possible to use the same NAT Gateway, but I've not tested that. You should be able to set the NAT gateway id in the VCN https://github.com/oracle/cluster-api-provider-oci/blob/main/templates/cluster-template-managed-private.yaml#L29 and set a NAT gateway with the existing id cluster-api-provider-oci/api/v1beta2/types.go Line 1125 in 14936bf |
Beta Was this translation helpful? Give feedback.
-
Thanks, I haven't been able to find it but I deleted my account and created a new one and was able to build a cluster. |
Beta Was this translation helpful? Give feedback.
It sounds like maybe you already have a NAT gateway setup? I believe you only get one for the trial. If that is the case it may be possible to use the same NAT Gateway, but I've not tested that. You should be able to set the NAT gateway id in the VCN https://github.com/oracle/cluster-api-provider-oci/blob/main/templates/cluster-template-managed-private.yaml#L29 and set a NAT gateway with the existing id
cluster-api-provider-oci/api/v1beta2/types.go
Line 1125 in 14936bf