pires/kubernetes-elasticsearch-cluster

deploying with helm doesn't work

Closed this issue · 1 comments

$ helm install helm-elasticsearch
Error: Get https://104.154.198.126/api/v1/namespaces/kube-system/pods?labelSelector=app%3Dhelm%2Cname%3Dtiller: dial tcp 104.154.198.126:443: i/o timeout

No webserver (443) on 104.154.198.126, only ssh (22) is open.
Any alternative approaches with helm?

Helm needs to talk to the API server and tiller, so unfortunately, no.

(BTW: wrong repo: https://github.com/clockworksoul/helm-elasticsearch)