Installing helm charts on kubernetes cluster Installing helm charts on kubernetes cluster kubernetes kubernetes

Installing helm charts on kubernetes cluster


Helm is a separate commandline tool. so just

helm list --kubeconfig <path to config file>helm ls --kubeconfig <path to config file>

Btw. you can omit generall if its located in ~/.kube/config for both kubectl and helm commands


Helm command is not part of kubectl. It's a separate tool you need to install. Please check the Helm official doc installation page.

After the installation you should be able to execute:

$ helm list


Not sure what was wrong but solved it with helm2. earlier I had helm3