-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Update pod pages to v1beta3 in web ui #8600
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
Conversation
www/app/assets/js/app.js
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not pod.spec.host? That's the field set by the scheduler.
@bgrant0607 - The pod files have been updated to use host instead of hostIP, and the mocks have been changed in the other PR #8304 as well. |
www/app/assets/js/app.js
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be pod.status.ContainerStatuses[container.name].restartCount
Can one of the admins verify that this patch is reasonable to test? (reply "ok to test", or if you trust the user, reply "add to whitelist") If this message is too spammy, please complain @ixdy. |
@bcbroussard, I think I have review all your PRs that are assigned to me. Ping me if I left any. |
Thanks @caesarxuchao. I've made those two updates. |
Thank you @bcbroussard, LGTM |
needs rebase |
I'd like to get all of the v1beta3-related PRs ASAP, prior to the 0.18 cut. Please rebase. |
rebase |
@thockin rebased |
Update pod pages to v1beta3 in web ui
Depends on #8304
cc @jackgr @lavalamp @bgrant0607 @brendandburns