How to access helm cli with Rancher 2.0?

Hello!

I attempted to install the Catalog App ‘nfs-client-provisioner’ via the UI, but it fails, for the obvious reason that the UI doesn’t allow me to input needed params such as the nfs server hostname and export path. If I open up the cluster > kubectl cli via the web UI and then attempt to run the ‘helm’ command, it’s a no go with ‘command not found’.

Is it possible to use rancher’s internal helm install via cli? Should I install an external helm setup to do this? That would seem silly since Rancher has obviously setup helm internally somewhere.

1 Like

The current version of Rancher (2.0.x) actually doesn’t run Tiller, and doesn’t use the helm CLI directly. https://github.com/rancher/rancher/issues/14642

1 Like