search by tags

for the user

adventures into the land of the command line

tillerless helm

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.

Cookies

We use third-party cookies to analyse web traffic.

Read more.