Skip to content

Instantly share code, notes, and snippets.

@initcron
Created February 22, 2018 04:08
Show Gist options
  • Save initcron/ff951ae8d8f2e6f82b0cbfa0233c6cbd to your computer and use it in GitHub Desktop.
Save initcron/ff951ae8d8f2e6f82b0cbfa0233c6cbd to your computer and use it in GitHub Desktop.
fixing helm Error: no available release name found
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"}}}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment