Difference between revisions of "Kubernetes readiness"

From wikieduonline
Jump to navigation Jump to search
 
Line 20: Line 20:
 
* [[Readiness probe failed: HTTP probe failed with statuscode: 500]]
 
* [[Readiness probe failed: HTTP probe failed with statuscode: 500]]
 
* <code>[[helm create]]</code>, [[templates/deployment.yaml]]
 
* <code>[[helm create]]</code>, [[templates/deployment.yaml]]
 +
* [[ContainersNotReady]]
  
 
== See also ==
 
== See also ==

Latest revision as of 05:59, 18 July 2024

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" )
9m42s       Warning   Unhealthy                 pod/my-release-mariadb-0   Readiness probe failed: mysqladmin: Deprecated program name. It will be removed in a future release, use 
'/opt/bitnami/mariadb/bin/mariadb-admin' instead...
kubectl describe deployment  | grep Readiness

Related[edit]

See also[edit]

Advertising: