Skip to content

Instantly share code, notes, and snippets.

@ams0
Created January 9, 2019 13:15
Show Gist options
  • Save ams0/759f7894fc31b9a3b747abb8b2e4a354 to your computer and use it in GitHub Desktop.
Save ams0/759f7894fc31b9a3b747abb8b2e4a354 to your computer and use it in GitHub Desktop.
kubectl create serviceaccount -n kube-system 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