hawtio / hawtio-kubernetes

hawtio plugin for working with kubernetes
Apache License 2.0
24 stars 14 forks source link

sometimes creating an RC can't create any pods (e.g. bad image or missing service account or something) #72

Open jstrachan opened 9 years ago

jstrachan commented 9 years ago

there's no UI feedback in hawtio though. We should maybe add a status column or something on the Controllers table.

Incidentally oc get pods and oc get rc doesn't often give much info either; to find the error you often need to do oc describe rc cheese