Skip to content

Instantly share code, notes, and snippets.

@mgiacomini
Created July 19, 2019 14:08
Show Gist options
  • Save mgiacomini/bf93c2a340a109eb4e6381a1317b77a3 to your computer and use it in GitHub Desktop.
Save mgiacomini/bf93c2a340a109eb4e6381a1317b77a3 to your computer and use it in GitHub Desktop.
Install helm for k8s
helm init
kubectl create clusterrolebinding tiller-cluster-rule --clusterrole=cluster-admin --serviceaccount=kube-system:tiller
kubectl create serviceaccount --namespace 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