terraform-kubernetes-installer
terraform-kubernetes-installer copied to clipboard
This allows the user to specify an existing VCN instead of it being created
simple specify the 3 extra parameters
VCN
vcn_id = "ocid1.vcn.oc1.phx.aaaaaaaa545hjqe26s77xpiiuyznb6baxym5ff6lnx5asgggnptwfcg3t7na" dhcp_options_id = "ocid1.dhcpoptions.oc1.phx.aaaaaaaat27e4e6li545u4tnymwk7452gpxvqcszg6jbflpfqvtr7vkxjqnq" public_routetable_id = "ocid1.routetable.oc1.phx.aaaaaaaab5obbsciewyf73r4ggm26uvmykqbyhwphwqiuvqpune3bosoyey
This looks good to me; certainly works.
Do we need more docs around the constraints of using it with an existing VCN?
- subnet ranges must not overlap with existing subnets
- DNS labels must not clash with existing labels.
@tjfontaine I've moved this to a new feature request. https://github.com/oracle/terraform-kubernetes-installer/issues/178 where we can discuss this new requirement.
I add the new variables in the tfvar files but new vcn still created. Thanks,
Is this feature ready for me to use? I tried it yesterday and it did not work. should I try it again? Thanks,