Skip to content

Instantly share code, notes, and snippets.

@displague
Last active November 29, 2018 22:02
Show Gist options
  • Save displague/0bef208126301476642f91cbb243d1cb to your computer and use it in GitHub Desktop.
Save displague/0bef208126301476642f91cbb243d1cb to your computer and use it in GitHub Desktop.
kubectl -n kube-system create sa tiller
kubectl create clusterrolebinding tiller --clusterrole cluster-admin --serviceaccount=kube-system:tiller
helm init --service-account tiller
kubectl create namespace kubeapps
helm install --name kubeapps --namespace kubeapps bitnami/kubeapps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment