pip install -r requirements.txt
- kustomize Installed and in path
- kubectl Installed and in path
- A valid config.py file placed in
deployment/overlay/production/configs
(containing the relevant secrets that will over write the blank default values)
python -m generate
will generate the yaml files (with unique identifiers for easier version control ) and also a bulk.yaml
Those files will then be placed in the relevant components in rancher ( This is still a manual process),
TODO explain this process