Add support for running helmfile on arbitrarily configured clusters
Open
- Dominant language
- Python
- Stars
- 203
- Forks
- 39
- PR merge metrics
- No merged PRs in 30d
Description
Currently helmfile composition generates kubernetes cluster context information for eks clusters via `aws eks update-kubeconfig` commands.
Previously if required variables to generate were missing the tool would run with default kubernetes context configured.
Since this has proven to be dangerous running against default context has been removed.
To be able to run helmfile composition against non eks clusters support for explicit context selection needs to be added in ops-cli
Contributor guide
Assessment
This issue has not been assessed yet.