Что я сделал:
Я установил шлем с
curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
helm init --history-max 200
Получение ошибки:
$HELM_HOME has been configured at /root/.helm.
Error: error installing: the server could not find the requested resource
- что означает эта ошибка?
- Как установить Helm and tiller?
Версия Ubuntu: 18.04
Версия Kubernetes: 1.16
Версия Helm:
helm version
Client: &version.Version{SemVer:"v2.14.3", GitCommit:"0e7f3b6637f7af8fcfddb3d2941fcc7cbebb0085", GitTreeState:"clean"}
Error: could not find tiller
Обновление:
Я попробовал ответ @ shawndodo, но все еще не установлен
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 -
Обновление 2:
helm init --history-max 200
работает в kubernetes версии 1.15