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

Default only creates a single master #79

Closed ejether closed 6 years ago

ejether commented 7 years ago

The default pentagon created cluster will only create a single master since it limits the *_kubernetes_master_aws_zone list to the 0th entry with it passes the value to the template.

https://github.com/reactiveops/pentagon/blob/master/pentagon/__init__.py#L177

https://github.com/reactiveops/pentagon/blob/master/pentagon/__init__.py#L188

You could work around by explicitly determining the *_kubernetes_master_aws_zones command option

ejether commented 6 years ago

fixed