Skip to content

Document Helm Tiller Installation with RBAC #407

@osterman

Description

@osterman

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

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