Enable Helm and Tiller with MKE

Enable Helm and Tiller with MKE

To use Helm and Tiller with MKE, 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 information on the use of Helm, refer to the official Helm user documentation.