Difference between revisions of "Unhealthy"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 +
[[kubectl get events -A]] | grep [[Warning]]
 +
[[kubectl describe pods]] | grep [[Unhealthy]]
  
[[kubectl describe pods]] | grep [[Unhealthy]]
 
  
 +
your_namespace        26m        Warning  [[Unhealthy]]                pod/elasticsearch-master-1                                          [[Readiness probe failed]]: Waiting for elasticsearch cluster to become ready (request params: "wait_for_status=green&timeout=1s" )...
  
  

Revision as of 05:45, 29 September 2022

kubectl get events -A | grep Warning
kubectl describe pods | grep Unhealthy


your_namespace         26m         Warning   Unhealthy                 pod/elasticsearch-master-1                                          Readiness probe failed: Waiting for elasticsearch cluster to become ready (request params: "wait_for_status=green&timeout=1s" )...


Readiness probe failed: Waiting for elasticsearch cluster to become ready (request params: "wait_for_status=green&timeout=1s" ) Cluster is not yet ready (request params: "wait_for_status=green&timeout=1s" )
Reason
FailedKillPod

See also

Advertising: