Skip to content

Instantly share code, notes, and snippets.

@sangdongvan
Last active March 8, 2019 19:09
Show Gist options
  • Save sangdongvan/94360a9b827113bb654562bbd12c1695 to your computer and use it in GitHub Desktop.
Save sangdongvan/94360a9b827113bb654562bbd12c1695 to your computer and use it in GitHub Desktop.
kubectl create serviceaccount --namespace kube-system tiller
kubectl create clusterrolebinding tiller-cluster-rule --clusterrole=cluster-admin --serviceaccount=kube-system:tiller
kubectl patch deploy --namespace kube-system tiller-deploy -p '{"spec":{"template":{"spec":{"serviceAccount":"tiller"}}}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment