Skip to content

Document Helm Tiller Installation with RBAC #407

Description

Create tiller service account:

kubectl -n kube-system create serviceaccount tiller

kubectl create clusterrolebinding tiller \
--clusterrole=cluster-admin \
--serviceaccount=kube-system:tiller

Upgrde tiller

helm init --service-account tiller --upgrade

See also make helm/toolbox/upsert in https://raw.githubusercontent.com/cloudposse/build-harness/master/bin/helm_toolbox.sh

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions