Difference between revisions of "Killing: Stopping container"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
(26 intermediate revisions by 3 users not shown)
Line 2: Line 2:
  
  
[[Evict]]
+
[[Kubelet]]:
 +
<code>[[Killing: Stopping container]] XXXXX</code>
  
 +
<pre>
 +
<nowiki>kubectl get pod termination-demo -o go-template="{{range .status.containerStatuses}}{{.lastState.terminated.message}}{{end}}"</nowiki>
 +
</pre>
 +
 +
 +
[[Container XXXX failed liveness probe, will be restarted]]
 +
 +
== Related ==
 +
* [[Nominate]]
 +
* <code>[[Evict]]</code>
 +
* <code>[[OOMKilled]]</code>
 +
* <code>[[FailedScheduling]]</code>
 +
* <code>[[containerd]] Task XXXXXXXX [[deleted with exit code 137]]</code>
 +
* [[Node-pressure Eviction]]
 +
* [[Kubelet logs]]:  <code>[[Started: Started container]]</code>
 +
* <code>[[kubectl get events -A]]</code>
  
 
== See also ==
 
== See also ==
 
* {{kubectl get events}}
 
* {{kubectl get events}}
 +
* {{K8s tr}}
 +
* {{Kubelet}}
  
 
[[Category:Kubecetl]]
 
[[Category:Kubecetl]]

Revision as of 15:08, 9 March 2023


Kubelet: Killing: Stopping container XXXXX

kubectl get pod termination-demo -o go-template="{{range .status.containerStatuses}}{{.lastState.terminated.message}}{{end}}"


Container XXXX failed liveness probe, will be restarted

Related

See also

Advertising: