-
Notifications
You must be signed in to change notification settings - Fork 5k
Auto install helm #5302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Can you do it as an add-on ? |
Yes I suppose we could. We would have to install the tiller resources without using |
I agree that it would be nice to have an --addons flag for startup, but I'm not sure about auto-installation of a host-side software package. |
Same old binary sadness as ever, as in: https://git.io/get_helm.sh I know that Tiller is going away soon, but maybe you still need to run |
#5363 tested on darwin and linux both with virtualbox. I think the addon approach as @tstromberg suggested is a good solution while helm is still using tiller. @afbjorklund I could be wrong but since this is just installing tiller in the cluster I'm not sure that the host architecture matters. |
Well, the architecture of tiller still matters but the deployment should take care of that (choosing the right image, normally What I meant is that it is not really useful without also installing |
Does #5503 + the helm-tiller addon effectively solve this issue? |
Closed with |
Consider adding a feature to auto install helm. For example:
minikube start -p hellokube --with-helm
Helm is becoming a tool that is more and more used. Having to remember install it after each time a new minikube instance is launched is pretty annoying. Its like having to install composer after installing php or installing npm after installing node. While I can agree that not everyone uses helm it is used often enough to justify an option to auto install it.
The text was updated successfully, but these errors were encountered: