Error: error installing: the server could not find the requested resource HELM Kubernetes

前端 未结 9 1687

What I Did:
I installed Helm with

curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
helm init --history-m         


        
9条回答
  •  北荒
    北荒 (楼主)
    2020-12-09 05:50

    We need to have tiller installed in the cluster before we start using helm. helm init command installs tiller in the cluster and also we need to have RBAC configured in the cluster for tiller as well. Here you'll find out the RBAC rules required as per your need for your k8s cluster.

提交回复
热议问题