Skip to content

Instantly share code, notes, and snippets.

@sudermanjr
Last active November 9, 2018 03:49
Show Gist options
  • Save sudermanjr/972fac4b395577985dc49fe5c99f97d8 to your computer and use it in GitHub Desktop.
Save sudermanjr/972fac4b395577985dc49fe5c99f97d8 to your computer and use it in GitHub Desktop.
Kube 202 Install Tiller Command
kubectl --namespace kube-system create serviceaaccount tiller
kubectl create clusterrolebinding tiller --clusterrole cluster-admin --serviceaccount=kube-system:tiller
helm init --upgrade --service-account tiller
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment