- Use
helm package
to make a new helm archive file. You must be in thedeploy/helm/kuberhealthy/
directory so that the chart is found. - Add a new section to the
index.yaml
file in this directory and edit the entries to point to the package file created in the prior step
Install the newest Helm chart using the following commands:
- Create namespace "kuberhealthy" in the desired Kubernetes cluster/context:
kubectl create namespace kuberhealthy
- Set your current namespace to "kuberhealthy":
kubectl config set-context --current --namespace=kuberhealthy
- Add the kuberhealthy repo to Helm:
helm repo add kuberhealthy https://kuberhealthy.github.io/kuberhealthy/helm-repos
- Install kuberhealthy:
helm install kuberhealthy kuberhealthy/kuberhealthy