By default displaying events in Openshift 4 can sometimes create confusion, so we need to order them by using timestamp. This is the command to do it,
$ oc get events --sort-by='{.lastTimestamp}'
By default displaying events in Openshift 4 can sometimes create confusion, so we need to order them by using timestamp. This is the command to do it,
$ oc get events --sort-by='{.lastTimestamp}'