oracle / terraform-kubernetes-installer

Terraform Installer for Kubernetes on Oracle Cloud Infrastructure
Other
179 stars 118 forks source link

Allow creation of clusters with existing subnets, routes and security lists. #178

Open garthy opened 6 years ago

garthy commented 6 years ago

This handles the case where the user only has the use permission, which prevents them from creating subnets (or security lists, or route tables), but allows them to launch instances.

tjfontaine commented 6 years ago

See precreated-subnets branch for a quick implementation that satisfies a particular use case.