Difference between revisions of "Kubernetes readiness"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
  
  
  [[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" )
+
  [[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" )
  
 
  [[kubectl describe deployment]]  | grep Readiness
 
  [[kubectl describe deployment]]  | grep Readiness

Revision as of 18:19, 6 March 2023

kubectl describe pods
  Warning  Unhealthy               6m34s (x2 over 6m36s)  kubelet                  Readiness probe failed: Get "http://192.168.66.98:3000/api/health": dial tcp 192.168.66.98:3000: connect: connection refused


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" )
kubectl describe deployment  | grep Readiness

Related

See also

Advertising: