Redefining the boundaries of Kubernetes optimization
This is the Helm chart used to installing Kompass and its various subsystems.
For the values of the various subsystems please refer to each of them separately:
- Follow the guidelines to onboard with Zesty in the docs.
- Have the following tools:
- Make sure your context is set to the appropriate cluster
- Add the Kompass helm chart repo to your client configuration
helm repo add kompass https://zesty-co.github.io/kompass
helm repo update- Search the repo to make sure it's set up
$ helm search repo kompass
NAME CHART VERSION APP VERSION DESCRIPTION
kompass/kompass 0.1.8 1.16.0 Helm chart for Kompass
- Install the chart
helm install kompass kompass/kompass --namespace zesty-system --create-namespace -f values.yamlhelm delete kompass