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

Answer by Esteban Garcia for Command not found error when initializing the...

You need to run helm init on the same machine where you installed the helm client. That will install tiller in the kubernetes cluster you have configured on your kubeconfig. There are two parts of...

View Article



Command not found error when initializing the tiller using `helm init`

I am trying to use Kubernetes cluster with Kubernetes Helm chart for defining the Kubernetes services and deployment. I installed Helm client on one machine by using the following command, sudo snap...

View Article

Answer by Keyur for Command not found error when initializing the tiller...

In the Kubernetes 1.6 RBAC is enabled by default which makes helm harder to run tiller shamelessly so that based on the decision of community tiller is removed for Helm 3 onwards. Checkout official...

View Article

Answer by Pieber for Command not found error when initializing the tiller...

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'If helm is installed, then at the...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images