Enable Helm with MKE¶
To use Helm with MKE, you must define the necessary roles in the
kube-system
default service account.
Note
For comprehensive information on the use of Helm, refer to the Helm user documentation.
To enable Helm with MKE, enter the following kubectl
commands in sequence:
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