Deploying with Helm

October 8, 2018 ยท View on GitHub

A guide to deploying your ingress controller with Helm, a Kubernetes package manager.

Requirements

Step 1: Setup the Repository

helm repo add cloudflare https://cloudflare.github.io/helm-charts
helm repo update

Step 2: Deploy

helm install --name anydomain cloudflare/argo-tunnel

A useful trick to debug issues with ingress is to increase the logLevel.

helm install --name anydomain cloudflare/argo-tunnel --set controller.logLevel=6

Tip: see the argo-tunnel helm chart for details