pires / kubernetes-elasticsearch-cluster

Elasticsearch cluster on top of Kubernetes made easy.
Apache License 2.0
1.51k stars 687 forks source link

Liveness probe failed: dial tcp 10.244.1.207:9300: getsockopt: connection refused #180

Closed zhangxinZKCD closed 6 years ago

zhangxinZKCD commented 6 years ago

hello,My k8s is running on arm64 machine I recompile the docker image with yours https://github.com/pires/docker-elasticsearch-kubernetes upload my private repository, I named it kubernetes-elasticsearch I encountered the following troubles in the process of running, suggesting:Liveness probe failed: dial tcp 10.244.1.207:9300: getsockopt: connection refused

log2

logs:

log1.txt

I run docker directly, it looks like no problem

log2.txt

How can I solve this problem?Many thanks!!