-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add fields to pods table to match kubectl get pod -owide #44
Comments
some code to make it work: lib/ui/dashboard.js
lib/kubernetes.js
|
Thanks for the suggestion. This is something we plan to do. Actually, I was thinking the output of |
to solve the problem that client clock is not in sync with server clock. think about change 'AGE' field to ‘STARTTIME’, or just add a field ‘STARTTIME’. |
Indeed, replacing the age by the start time would be a good idea in case there is no way to retrieve the age server-side. |
Add some fields to pods_table, as result, it looks like kubectl get pod -owide.
'NAME', 'STATUS', 'READY', 'RESTARTS', 'AGE', 'IP', 'NODE'.
The text was updated successfully, but these errors were encountered: