A production Deployment using the Rolling update strategy is failing its readiness probe during a rollout, causing the update to block and eventually time out. You need to inspect the reason for the rollout failure using the OpenShift CLI without deleting the failing pods immediately. Which oc command provides the most direct diagnostic information regarding the rollout status and blockage reason?
'oc rollout status' reports the current status of the rollout and indicates why it is failing or waiting.
Why this answer
The 'oc rollout status' command monitors the progress of a deployment and provides direct feedback on why a rollout is blocked.