I just setup helm on my home PC and wanted to use it right away. However helm list
/ helm ls
does not show anything even tho I configured kubectl
properly. kubectl
is able to fetch any information. Tiller
is already installed since we use helm
at work all the time.
This is what I tried to far:
PS C:\WINDOWS\system32> kubectl config current-context
gke_mycompany-cluster_europe-west3_mycompany-cluster
PS C:\WINDOWS\system32> helm ls
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
PS C:\WINDOWS\system32>
As you can see the context is available but helm ls
is not returning anything.