how can i get pods status like use 'kubectl get pods', for example:'ContainerCreating','ImagePullBackOff'... #4372
Unanswered
wanghaininggg
asked this question in
Q&A
Replies: 1 comment
-
How about
or you can simplify with PodStatusUtil and get the status then check the status. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
how can i get pods status like use 'kubectl get pods', for example:'ContainerCreating','ImagePullBackOff'...
Beta Was this translation helpful? Give feedback.
All reactions