minikube/deploy/addons/helm-tiller
Steven Powell 9ac105a33c addons: Fixed files having .tmpl that aren't templates 2023-09-25 16:28:30 -07:00
..
README.md Improve the quality of annotations 2019-09-27 17:25:18 +08:00
helm-tiller-dp.yaml.tmpl addons: Fixed files having .tmpl that aren't templates 2023-09-25 16:28:30 -07:00
helm-tiller-rbac.yaml addons: Fixed files having .tmpl that aren't templates 2023-09-25 16:28:30 -07:00
helm-tiller-svc.yaml addons: Fixed files having .tmpl that aren't templates 2023-09-25 16:28:30 -07:00

README.md

helm-tiller Addon

Kubernetes Helm - The Kubernetes Package Manager

Enabling helm-tiller

To enable this addon, simply run:

minikube addons enable helm-tiller

In a minute or so tiller will be installed into your cluster. You could run helm init each time you create a new minikube instance or you could just enable this addon. Each time you start a new minikube instance, tiller will be automatically installed.

Testing installation

helm ls

If everything went well you shouldn't get any errors about tiller being installed in your cluster. If you haven't deployed any releases helm ls won't return anything.

Deprecation of Tiller

When tiller is finally deprecated this addon won't be necessary anymore. If your version of helm doesn't use tiller, you don't need this addon.