When listing NNCEs using kubectl get nnce, their name status and reason are listed. The time when they reached the status is not listed and that makes is hard to figure out which NNCEs are recent.
What you expected to happen:
The time when the status was changed (or age) should be listed. This information could be obtained from the relevant condition's change timestamp.
Example:
$ oc get nnce
NAME STATUS STATUS AGE REASON
monster01.enable-lldp-ethernets-up Aborted 56m ConfigurationAborted
monster02.enable-lldp-ethernets-up Aborted 56m ConfigurationAborted
monster03.enable-lldp-ethernets-up Failing 55m FailedToConfigure
What happened:
When listing NNCEs using
kubectl get nnce
, their name status and reason are listed. The time when they reached the status is not listed and that makes is hard to figure out which NNCEs are recent.What you expected to happen:
The time when the status was changed (or age) should be listed. This information could be obtained from the relevant condition's change timestamp.
Example: