where does helm 3 get its cluster location from?

11/4/2019

I have installed Helm 3 binary locally on my Mac. I understand that Helm 3 does not use Tiller on the Kubernetes cluster. How do I configure Helm 3 to know where to find my cluster? I have looked all through the documentation but nothing!

-- Zuriar
kubernetes-helm

1 Answer

11/4/2019

ok, so I figured it out:

Helm uses KubeConfig file.

-- Zuriar
Source: StackOverflow