Skip to content

Instantly share code, notes, and snippets.

@manojbadam
Last active June 3, 2019 01:45
Show Gist options
  • Select an option

  • Save manojbadam/47e556f5feeec04b90d3cb4b41f1d284 to your computer and use it in GitHub Desktop.

Select an option

Save manojbadam/47e556f5feeec04b90d3cb4b41f1d284 to your computer and use it in GitHub Desktop.
Tiller Service Account permissions
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