Skip to content

Instantly share code, notes, and snippets.

@kingdonb
Created January 27, 2020 00:01
Show Gist options
  • Save kingdonb/61dd8e50c99e032a36b842514996b944 to your computer and use it in GitHub Desktop.
Save kingdonb/61dd8e50c99e032a36b842514996b944 to your computer and use it in GitHub Desktop.
Ancient relic of Helm v2
#!/usr/bin/env bash
kubectl -n kube-system create sa tiller
kubectl create clusterrolebinding tiller --clusterrole cluster-admin --serviceaccount=kube-system:tiller
helm init --service-account tiller
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment