Skip to content
Snippets Groups Projects

Use tiller locally for Auto Devops

Merged Thong Kuah requested to merge 51942-auto-devops-local-tiller into master
2 files
+ 17
3
Compare changes
  • Side-by-side
  • Inline
Files
2
  • 8112ddad
    Use tiller locally for Auto Devops · 8112ddad
    Thong Kuah authored
    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
---
title: Use local tiller for Auto DevOps
merge_request: 22036
author:
type: changed
Loading