Difference between revisions of "Kubernetes restartPolicy"
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
== See also == | == See also == | ||
+ | * {{Kubernetes restartPolicy}} | ||
* {{Kubernetes deployments}} | * {{Kubernetes deployments}} | ||
− | * {{ | + | * {{K8s pods}} |
[[Category:K8s]] | [[Category:K8s]] |
Revision as of 09:27, 12 October 2022
restartPolicy:
Always, OnFailure
, andNever
.
PodStatus: PodScheduled, ContainersReady, Initialized, Ready
kubectl get deployments -o json -A | grep restartPolicy
Related
See also
- Kubernetes restartPolicy,
resources:, autoScaler:
- Kubernetes deployments, strategies:
kind: Deployment
, Strategies:Recreate
orRollingUpdate
,kubectl
[create | describe | get | scale | rollout | deployment/
], Kubernetes Canary Deployments,deployment.kubernetes.io
- Pods:
kubectl apply
,kubectl [ pod get | top | delete | describe pods ]
,InitContainers, PodInitializing, CrashLoopBackOff, ImagePullPolicy:, NodeAffinity, NodeSelector, Terminated
Advertising: