When setting up Kubernetes, why can't my Gitlab GUI see the Helm Tiller application?

12/3/2020

when I recently tried to use Gitlab Auto DevOps to Kubernetes, my Gitlab GUI cannot see the Helm Tiller application. Why?

Screenshot

-- Daxton
gitlab
kubernetes
kubernetes-helm

1 Answer

12/3/2020

One possible reason could be that you are using Helm 3. The Tiller doesn't exist on Helm 3.

The internal implementation of Helm 3 has changed considerably from Helm 2. The most apparent change is the removal of Tiller.

-- Kamol Hasan
Source: StackOverflow