Enable Helm and Tiller with UCP

Estimated reading time: 1 minute

This topic applies to Docker Enterprise.

The Docker Enterprise platform business, including products, customers, and employees, has been acquired by Mirantis, inc., effective 13-November-2019. For more information on the acquisition and how it may affect you and your business, refer to the Docker Enterprise Customer FAQ.

To use Helm and Tiller with UCP, you must modify the kube-system default service account to define the necessary roles. Enter the following kubectl commands in this order:

kubectl create rolebinding default-view --clusterrole=view --serviceaccount=kube-system:default --namespace=kube-system

kubectl create clusterrolebinding add-on-cluster-admin --clusterrole=cluster-admin --serviceaccount=kube-system:default

Using Helm

For more information about using Helm, see Using Helm - Role-Based Access Control.

Helm, ucp, Tiller, Kubernetes, service accounts, Kubernetes