astefanutti / kubebox

⎈❏ Terminal and Web console for Kubernetes
http://astefanutti.github.io/kubebox
MIT License
2.15k stars 142 forks source link

kubebox sees a terminating pod as running #19

Closed cscetbon closed 5 years ago

cscetbon commented 5 years ago

Here is what I get using kubectl get pods

NAME                                        READY     STATUS        RESTARTS   AGE
my-app-debug-5fb97f97fc-pjfdg   1/1       Running       2          2d
my-app-debug-7bd446cb84-zjzvl   1/1       Terminating   0          3d

However kubebox sees it as Running :

my-app-debug-5fb97f97fc-pjfdg  Running  2d 15h
my-app-debug-7bd446cb84-zjzvl  Running  3d 4h
astefanutti commented 5 years ago

Thanks for the report. The status still needs to be polished.

This relates to #12.

astefanutti commented 5 years ago

Fixed with 412aa404cb9dc9a0719b8b65cbb56d78d30bfb4d.