Closed
Description
If a broker pod for some reason does not start, our deployed condition tells us 0/1 pods ready, but nothing more.
querying the relevant pods and finding the pod status and reporting some of that in the message of the PodNotReady reason would greatly improve usability. One use case is where a storage class is not available, the pod status has the detail but the cr status does not have any relevant detail.
There is obvious duplication here, but when a pod is starting, and the Cr operator is waiting for started, there is interesting information to share.