Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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"}}}}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement