Skip to content

Instantly share code, notes, and snippets.

@hilt86
Created October 3, 2019 06:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hilt86/ba6c266bf4f9fa7a31fdde51ddc6cb66 to your computer and use it in GitHub Desktop.
Save hilt86/ba6c266bf4f9fa7a31fdde51ddc6cb66 to your computer and use it in GitHub Desktop.
kubectl -n kube-system create serviceaccount 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