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

Remove/Align Duplicate CLI Args #176

Open ejether opened 5 years ago

ejether commented 5 years ago

KOPS clusters and GCP/GKE clusters share some arguments and some of those arguments are duplicated in different groups. Some names are different but they are used in the same way in the creation of the project.

I think options/argument should probably be single use and not reused but that decision should be an outcome of this issue.

ejether commented 5 years ago

examples of some args that are wonky: --zones vs --aws-availability-zones vs --gcp-zones they all kinda do the same things and call out the wrong deprecation notice --hash-type I don't recall what that is for --infrastructure-bucket help text is probably inadequate