minikube/deploy/addons/helm-tiller
Ling Samuel 101d39fc51
Addon custom registry:
* fix missing suffix when using global image repo
* support override global image repo
* change all imagePullPolicy to IfNotPresent
* fix empty global image repo suffix

Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2021-01-27 10:33:08 +08:00
..
README.md Improve the quality of annotations 2019-09-27 17:25:18 +08:00
helm-tiller-dp.tmpl Addon custom registry: 2021-01-27 10:33:08 +08:00
helm-tiller-rbac.tmpl Bump helm-tiller 2.16.7 and promote ClusterRoleBinding to v1 2020-05-16 14:49:23 +09:00
helm-tiller-svc.tmpl Rename helm addon to helm-tiller 2019-09-23 13:15:38 -05: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.