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
I'm building a UI that shows some of the details you see in the "kubectl get pod -o wide" command. I'm having trouble finding the data seen in the STATUS field. Currently I'm reading K8sPod.Status.Phase but it is not showing me all the states that a pod goes through. Below is a snippet showing 3 different states a pod might be in (there are others). I can't seem to find these anywhere in the object model. Am I missing something?
NAME READY STATUS RESTARTS AGE
labs-burns-portal-567859f4fd-gchvw 1/1 Running 0 3d21h
labs-burns-portal-567859f4fd-mnnpp 0/1 Terminating 0 2d18h
labs-burns-portal-6fbd9d444b-jwwcg 0/1 ContainerCreating 0 17s
labs-burns-portal-6fbd9d444b-qschr 1/1 Running 0 116s
The text was updated successfully, but these errors were encountered:
brobichaud
changed the title
Access full details of "kubectl get pod -o wide"
Access full details of STATUS column from "kubectl get pod"
Oct 26, 2020
I'm building a UI that shows some of the details you see in the "kubectl get pod -o wide" command. I'm having trouble finding the data seen in the STATUS field. Currently I'm reading K8sPod.Status.Phase but it is not showing me all the states that a pod goes through. Below is a snippet showing 3 different states a pod might be in (there are others). I can't seem to find these anywhere in the object model. Am I missing something?
The text was updated successfully, but these errors were encountered: