snapcrafters / helm

Unofficial Helm installer for Linux
https://snapcraft.io/helm
MIT License
36 stars 26 forks source link

Expose Tiller Binary #37

Closed austince closed 4 years ago

austince commented 5 years ago

Is there a way to also expose the tiller binary for running locally? This is helpful during development and also the recommended way to use Helm with AWS EKS.

austince commented 5 years ago

@ldath here's the snap from the PR if you want to use it: helm-pr41.zip

ldath commented 4 years ago

Thanks

joedborg commented 4 years ago

Tiller exposed on builds in channels 2.15 and 2.16. Access with helm.tiller.

austince commented 4 years ago

Hey @joedborg, sorry I never ran this until now, but I'm not finding the helm.tiller binary when installing from the 2.16 channel.

sudo snap install helm --channel=2.16/stable --classic

Is it not on the stable channel?

joedborg commented 4 years ago

@austince it should be, I'll take a look (it's branch v2).

joedborg commented 4 years ago

Morning @austince, please try again (after a refresh). Not sure why it wasn't working before, but I've rebuilt and pushed the images and they seem to be good now.

austince commented 4 years ago

Just pulled, all good! Thanks @joedborg!