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"}}}}'
Last active
June 3, 2019 01:45
-
-
Save manojbadam/47e556f5feeec04b90d3cb4b41f1d284 to your computer and use it in GitHub Desktop.
Tiller Service Account permissions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment