- apt-get -d install golang-1.13
- helm-v2.16.1-linux-amd64
Helm version 2 still uses 'tiller' so our init and readyness for letsencrypt will be as follows:
- kubectl label ...
- helm init --service-account tiller --history-max 200
- kubectl apply --validate=false -f 00-crds.yaml
- kubectl create namespace cert-manager
- helm repo add jetstack https://charts.jetstack.io
- helm repo update
- helm install ...