FairwindsOps / pentagon

A framework for building repeatable, containerized, cloud-based infrastructure as code with Kubernetes.
https://www.reactiveops.com
Apache License 2.0
183 stars 25 forks source link

GCP / GKE as first class citizen in pentagon #112

Closed ejether closed 6 years ago

ejether commented 6 years ago

Until now, to create a GCP/GKE project, you'd have to create an AWS/Kops project, then gut it. This PR makes it so that it is configurable with the --cloud flag. If none is selected it also allows you to create an empty project with no inventory.

The GKE componenet needs beefing up, the GCPPentagonProject Class needs some tests but this MVP for Native GCP/GKE support.