Skip to content

Use tiller locally for Auto Devops

Thong Kuah requested to merge 51942-auto-devops-local-tiller into master

What does this MR do?

Rather than installing a long-lived tiller-deploy pod, which will require securing (e.g. with TLS), we can install the tiller binary locally have have the helm client connect to that local tiller.

The local tiller will run with local KUBECONFIG settings.

Requires Helm 2.11.0 which is the first version to distribute the tiller binary in releases

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/51942

Does this MR meet the acceptance criteria?

Closes #51942 (closed)

Edited by 🤖 GitLab Bot 🤖

Merge request reports