Я следую этим инструкциям, чтобы настроить SSL между рулем и румпелем. Когда мне helm-init
нравится это, я получаю ошибку
helm init --tiller-tls --tiller-tls-cert ./tiller.cert.pem --tiller-tls-key ./tiller.key.pem --tiller-tls-verify --tls-ca-cert ca.cert.pem
$HELM_HOME has been configured at /Users/Koustubh/.helm.
Warning: Tiller is already installed in the cluster.
(Use --client-only to suppress this message, or --upgrade to upgrade Tiller to the current version.)
Happy Helming!
Когда я проверяю свои модули, я получаю
tiller-deploy-6444c7d5bb-chfxw 0/1 ContainerCreating 0 2h
и после описания модуля я получаю
Warning FailedMount 7m (x73 over 2h) kubelet, gke-myservice-default-pool-0198f291-nrl2 Unable to mount volumes for pod "tiller-deploy-6444c7d5bb-chfxw_kube-system(3ebae1df-e790-11e8-98ae-42010a9800f9)": timeout expired waiting for volumes to attach or mount for pod "kube-system"/"tiller-deploy-6444c7d5bb-chfxw". list of unmounted volumes=[tiller-certs]. list of unattached volumes=[tiller-certs default-token-9x886]
Warning FailedMount 1m (x92 over 2h) kubelet, gke-myservice-default-pool-0198f291-nrl2 MountVolume.SetUp failed for volume "tiller-certs" : secrets "tiller-secret" not found
Если я пытаюсь удалить запущенный модуль tiller
, как это, он просто застревает
helm reset --debug --force
Как я могурешить эту проблему?--upgrade flag
с helm init
, но это тоже не работает.