Difference between revisions of "Kubernetes restartPolicy"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
* https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy
 
* https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy
  
* Possible values: <code>Always, OnFailure</code>, and <code>Never</code>.
+
* <code>[[restartPolicy]]</code>: <code>Always, OnFailure</code>, and <code>Never</code>.
  
  

Revision as of 12:28, 10 August 2022


  • PodStatus: PodScheduled, ContainersReady, Initialized, Ready
kubectl get deployments -o json -A | grep restartPolicy

Related

See also

Advertising: