You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! It's true that the Age column isn't continuously counting up in real time, but this is by design: it's only recalculated when the table re-renders to prevent excessive re-rendering and performance overhead (especially in large clusters).
If this is critical, we could modify the logic to force updates to the table, but this might introduce extra load and usually isn't necessary. Let us know if you feel this would be worth adding in
If this is critical, we could modify the logic to force updates to the table, but this might introduce extra load and usually isn't necessary. Let us know if you feel this would be worth adding in
You could fetch the pod creation date, and then calculate age in the frontend. That way, you won't need expensive updates any more than you do now.
Describe the bug
The "Age" column does not refresh. I have to manually refresh the browser for the time counter to change.
To Reproduce
Steps to reproduce the bug:
Environment (please provide info about your environment):
Are you able to fix this issue?
No
Additional Context
Screen.Recording.2024-12-25.161653.mp4
The text was updated successfully, but these errors were encountered: