Skip to content

Instantly share code, notes, and snippets.

@epcim
Last active March 19, 2018 21:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save epcim/fccc69241d23e807811aad3e547fcdd0 to your computer and use it in GitHub Desktop.
Save epcim/fccc69241d23e807811aad3e547fcdd0 to your computer and use it in GitHub Desktop.
kubernetes helm k8s
# install
https://github.com/kubernetes/helm/issues/2657
# finish configuration
kubectl create serviceaccount --namespace kube-system tiller
kubectl create clusterrolebinding tiller-cluster-rule --clusterrole=cluster-admin --serviceaccount=kube-system:tiller
kubectl edit deploy --namespace kube-system tiller-deploy #and add the line serviceAccount: tiller to spec/template/spec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment