holandes22 / kube-admin

An admin dashboard for Kubernetes
MIT License
6 stars 0 forks source link

Add color code Phase to pod details #36

Closed holandes22 closed 8 years ago

holandes22 commented 8 years ago

pending: warning ready: green etc

It would be nice to also show the phase in the pod list scree

holandes22 commented 8 years ago

After reading more closely the docs on pod phase http://kubernetes.io/v1.1/docs/user-guide/pod-states.html#pod-phase

I think is not really a good idea to assign color code. for instance, using green for succeeded sounds logical, but after reading "All containers in the pod have terminated in success, and will not be restarted." using green just sounds arbitrary.

Closing this as wontfix