Elasticsearch helm

Warning Unhealthy 11s (x31 over 4m50s) kubelet Readiness probe failed: Waiting for elasticsearch cluster to become ready (request params: "wait_for_status=green&timeout=2s" )
Cluster is not yet ready (request params: "wait_for_status=green&timeout=2s" )

root@ubuntu-wrk:~# k get po
NAME READY STATUS RESTARTS AGE
elasticsearch-master-0 0/1 Running 6 (108s ago) 166m
elasticsearch-master-1 0/1 Running 6 (12m ago) 166m
elasticsearch-master-2 0/1 Running 6 (60s ago) 166m

readinessProbe:
failureThreshold: 3
initialDelaySeconds: 200
periodSeconds: 10
successThreshold: 3
timeoutSeconds: 5

I am new to elasticsearch ..i need to setup elasticsearch locally

Why are you using kubernetes for this? Why not a simple docker run?

comparatively i am good in kubernetes ..Also my TL told to use kubernetes ..Can you help me out to solve the issue ..

You need to check the Elasticsearch logs for your nodes to have some hint about the issue.

root@ubuntu-wrk:~# k logs elasticsearch-master-0
Defaulted container "elasticsearch" out of: elasticsearch, configure-sysctl (init)
Created elasticsearch keystore in /usr/share/elasticsearch/config/elasticsearch.keystore

all nodes it's given this same details ..
In describe po
Events:
Type Reason Age From Message


Warning Unhealthy 15s (x6154 over 17h) kubelet Readiness probe failed: Waiting for elasticsearch cluster to become ready (request params: "wait_for_status=green&timeout=2s" )
Cluster is not yet ready (request params: "wait_for_status=green&timeout=2s" )

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.