You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh-cn/docs/concepts/workloads/pods/pod-lifecycle.md
+27-10Lines changed: 27 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -219,13 +219,31 @@ Value | Description
219
219
220
220
{{< note >}}
221
221
<!--
222
-
When a Pod is being deleted, it is shown as `Terminating` by some kubectl commands.
223
-
This `Terminating` status is not one of the Pod phases.
222
+
When a pod is failing to start repeatedly, `CrashLoopBackOff` may appear in the `Status` field of some kubectl commands. Similarly, when a pod is being deleted, `Terminating` may appear in the `Status` field of some kubectl commands.
223
+
224
+
Make sure not to confuse _Status_, a kubectl display field for user intuition, with the pod's `phase`.
225
+
Pod phase is an explicit part of the Kubernetes data model and of the
0 commit comments