Quantcast
Channel: Command not found error when initializing the tiller using `helm init` - Stack Overflow
Viewing all articles
Browse latest Browse all 4

Answer by Pieber for Command not found error when initializing the tiller using `helm init`

$
0
0
  1. Check that helm is installed with sudo snap install helm.

If installed, you should have something like that:

snap "helm" is already installed, see 'snap help refresh'
  1. If helm is installed, then at the end of the file ~/.profile, add the following:
# Addition of snap packages to PATHPATH="$PATH:/snap/bin/"
  1. Log Out / Log In to update the changes to ~/.profile
  2. Check that the helm command works by testing it: helm version

If you still encounter the Command not found message, go to Preferences > Profile > Command and check Run command as a login shell if not checked.


Viewing all articles
Browse latest Browse all 4


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>