-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Fix working_set calculation in kubelet #29154
Conversation
Signed-off-by: Vishnu kannan <vishnuk@google.com>
cc @roberthbailey this is not a typical cherry-pick FYI. |
GCE e2e build/test passed for commit 3392bdf. |
Can you cross link the PR into master that this would have cherry picked (had it been possible)? Or was there no equivalent change in the master branch? |
PR for master branch: #29153 |
I'll approve this cherrypick, but won't LGTM it until #29153 is merged into master. Thanks. |
Update: The master branch PR #29153 is LGTM'ed. Waiting on the merge queue now! |
@fabioy Master branch PR is not merged |
Fix working_set calculation in kubelet
Update cadvisor to v0.23.7
Fixes #28619
Note that this PR is not a typical cherry-pick because
master
branch has diverged fromrelease-1.3
branch and can no longer compile against cadvisor'srelease-0.23
branch which was created specifically for k8srelease-1.3
branch.