Your one-stop guide to installing our Helm charts.
First, you need to add our repository to your Helm client. Use the following command:
helm repo add kloudmate https://kloudmate.github.io/km-kube-agent/
To ensure you have the latest charts, run the following command to update your local repository cache:
helm repo update
You can now install the `km-kube-agent` chart into your Kubernetes cluster. Choose a namespace and provide a release name:
helm install <RELEASE_NAME> kloudmate/km-kube-agent -n <NAMESPACE>
Replace `<RELEASE_NAME>` with a name for your release (e.g., `km-agent`) and `<NAMESPACE>` with your target Kubernetes namespace.
You can override default values in the chart by providing a `values.yaml` file:
helm install <RELEASE_NAME> kloudmate/km-kube-agent -n <NAMESPACE> -f values.yaml
For a full list of configurable options, please refer to the `README.md` file in the chart's repository.