wanna run helm without installing tiller in your cluster? groovy:
★ mkdir ~/.helm ★ mkdir ~/.helm/plugins ★ helm plugin install https://github.com/rimusz/helm-tiller Installed plugin: tiller ★ helm tiller run mygroovynamespace -- helm list Installed Helm version v2.14.0 Copied found /usr/local/bin/tiller to helm-tiller/bin Helm and Tiller are the same version! Starting Tiller... Tiller namespace: mygroovynamespace Running: helm list . . . Stopping Tiller...
the origin post about it by its creator and a link to the repo.