pentagon
pentagon copied to clipboard
A framework for building repeatable, containerized, cloud-based infrastructure as code with Kubernetes.
According to docs step `. yaml_source inventory/default/config/local/vars.yml` is prior to `export INVENTORY=default ` this leads to `ANSIBLE_CONFIG` env variable being incorrectly set and results to `private/ssh_config` not being used by...
We don't want to carry around every migration ever and we may want to upgrade/improve the migration class in a non-backwards-compatible way. I suggest we remove all migrations from the...
Either as part of #181 or related to work in https://github.com/reactiveops/terraform-gke/projects/1 replace the existing behavior of `pentagon add gcp.cluster` to use the new terraform modules for GKE. Component should be...
Currently inventory requires aws specific params, even to init gcp related items. This should really be removed and/or refactored to support gcp.
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...
Ensure that all cli arguments and options would be used if they were set. Eliminate dead end args that are do nothing if they are set.
Create an example configuration file that has the commonly used/edited option at the top of the file. Where the option has a calculated default it should be explained a tersely...
I was looking to create a default config file to simplify project creation organized by commonly changed values. I found that the command line arguments were disorganized and confusting. Some...