Files
kubernetes/pkg
Yu-Ju Hong 06125f37d3 Print container statuses in kubectl get pods
`kubectl get pod` already prints one container per line. This change fills in
the status for each container listed. This aims to help users quickly identify
unhealthy pods (e.g. in a crash loop) at a glance.

 - The first row of every pod would display the pod information and status
 - Each row of the subsequent rows corresponds to a container in that pod:
    * STATUS refers to the container status (Running, Waiting, Terminated).
    * CREATED refers to the elapsed time since the last start time of the
      container.
    * MESSAGE is a string which explains the last termination reason, and/or
      the reason behind the waiting status.
2015-04-21 15:42:18 -07:00
..
2015-04-02 11:13:20 -04:00
2015-04-16 12:20:43 -07:00
2015-04-16 08:52:36 -04:00
2015-03-19 19:49:44 -04:00
2015-02-20 08:49:12 -08:00
2015-04-17 11:33:31 -04:00
2015-03-30 19:28:11 -07:00
2015-04-13 14:08:50 -07:00
2015-04-14 16:21:29 -04:00