helm-classic icon indicating copy to clipboard operation
helm-classic copied to clipboard

Be able to pass in kubectl params to helm install

Open jchauncey opened this issue 10 years ago • 3 comments
trafficstars

So for some reason the daemonset I have been working on requires me to pass in -validate=false for it to work.

That got me thinking that we might want to accept kubectl params into helm install. Or at the very least determine if there are certain params we should include into helm install.

jchauncey avatar Nov 20 '15 14:11 jchauncey

I was running into this yesterday with a nodePort validation. It is a bug in Kubernetes that missing fields in manifest are not initializing.

As for passing params during helm install, we should determine if there are chart-specific options. A field could be added to the chartfile for passing opts to kubectl

adamreese avatar Nov 20 '15 16:11 adamreese

I like @adamreese's idea here. That would remove the need for the user to know exactly what they need to add.

technosophos avatar Nov 20 '15 22:11 technosophos

I would like to add this to 0.3 milestone, but I'm not sure I have a clear enough idea of how we'd build this.

technosophos avatar Nov 23 '15 19:11 technosophos