kubectl -n kube-system create sa tiller
kubectl create clusterrolebinding tiller --clusterrole cluster-admin --serviceaccount=kube-system:tiller
helm init --service-account tiller
Helper setup to edit .yaml files with Vim:
List of general purpose commands for Kubernetes management:
This gist is deprecated. Please see http://github.com/sethvargo/hashicorp-installer.
OlderNewer