-
Story
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
False
-
None
-
False
-
-
Description of problem:
Some events don't seem to have timestamps. This makes it hard to track live events on the https://cluster-url/k8s/all-namespaces/events screen. First the admin has to scroll past all of the events without timestamps to get to the start of the ones with timestamps. It might be reasonable for the console to sort by the first value out of lastTimestamp and metadata.creationTimestamp. That would preserve the existing behavior for entries with a lastTimestamp, but would provide a stable ordering for events without it.
Version-Release number of selected component (if applicable):
4.12.z
How reproducible:
Issue is reproducible by draining one of the master nodes and then viewing the "Recent events" pane at /dashboards or the event log at /k8s/all-namespaces/events. Also, can perform cluster upgrade and monitor recent events on the console. It will lists all events without timestamp first which would make difficult to monitor upgrade task activities.
Steps to Reproduce:
Actual results:
On the console, it lists all events without timestamp under "Recent events" first.
Expected results:
It should list events with timestamp first to monitor upgrade and other real time events. Ideally we should have a mechanism to filter out the events that dont have timestamp.
Additional info: