Skip to content

Instantly share code, notes, and snippets.

@hmpmarketing
Created October 11, 2018 11:13
Show Gist options
  • Save hmpmarketing/c096c193e36245776052f432cf19df49 to your computer and use it in GitHub Desktop.
Save hmpmarketing/c096c193e36245776052f432cf19df49 to your computer and use it in GitHub Desktop.
->kubectl create ns logging
serviceaccount "tiller" created
->kubectl create -f tiller-clusterrolebinding.yaml
clusterrolebinding.rbac.authorization.k8s.io "tiller-clusterrolebinding" created
->helm init --service-account tiller
Tiller (the Helm server-side component) has been installed into your Kubernetes Cluster.
->helm ls
Error: could not find tiller
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment