Commit 57d7107e authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #13668 from Huawei-PaaS/add_PodPhase_Unknown

Auto commit by PR queue bot
parents 68e2c3db 4936b9d5
...@@ -47,6 +47,7 @@ The number and meanings of `PodPhase` values are tightly guarded. Other than wh ...@@ -47,6 +47,7 @@ The number and meanings of `PodPhase` values are tightly guarded. Other than wh
* Running: The pod has been bound to a node, and all of the containers have been created. At least one container is still running, or is in the process of starting or restarting. * Running: The pod has been bound to a node, and all of the containers have been created. At least one container is still running, or is in the process of starting or restarting.
* Succeeded: All containers in the pod have terminated in success, and will not be restarted. * Succeeded: All containers in the pod have terminated in success, and will not be restarted.
* Failed: All containers in the pod have terminated, at least one container has terminated in failure (exited with non-zero exit status or was terminated by the system). * Failed: All containers in the pod have terminated, at least one container has terminated in failure (exited with non-zero exit status or was terminated by the system).
* Unknown: For some reason the state of the pod could not be obtained, typically due to an error in communicating with the host of the pod.
## Pod Conditions ## Pod Conditions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment