Difference between revisions of "Is waiting to start: PodInitializing"

From wikieduonline
Jump to navigation Jump to search
Line 13: Line 13:
 
== Related ==
 
== Related ==
 
* <code>[[kubectl exec]]</code>
 
* <code>[[kubectl exec]]</code>
 +
* <code>[[kubectl logs]]</code>
  
 
== See also ==
 
== See also ==

Revision as of 12:46, 22 February 2024


kubectl get pods --namespace=default -l app.kubernetes.io/component=opensearch-cluster-master -w


kubectl logs --previous elasticsearch-master-5 -n prod
Error from server (BadRequest): container "elasticsearch" in pod "elasticsearch-master-5" is waiting to start: PodInitializing
kubectl logs --previous elasticsearch-master-5 -n prod
Error from server (BadRequest): previous terminated container "elasticsearch" in pod "elasticsearch-master-5" not found

Related

See also

Advertising: