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

前端 未结 9 1664

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:39

    helm init --service-account tiller --override spec.selector.matchLabels.'name'='tiller',spec.selector.matchLabels.'app'='helm' --output yaml | sed 's@apiVersion: extensions/v1beta1@apiVersion: apps/v1@' | kubectl apply -f -
    

提交回复
热议问题