-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
UPSTREAM: 46516: kubelet was sending negative allocatable values #14379
UPSTREAM: 46516: kubelet was sending negative allocatable values #14379
Conversation
50a6d7d
to
6e57276
Compare
[test] |
6e57276
to
177e943
Compare
[test] |
@liggitt -- ptal |
@@ -574,6 +574,11 @@ func (kl *Kubelet) setNodeStatusMachineInfo(node *v1.Node) { | |||
value.Sub(res) | |||
} | |||
node.Status.Allocatable[k] = value |
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.
this line got duplicated
nit on duplicated line, LGTM otherwise |
continuous-integration/openshift-jenkins/test Waiting: Determining build queue position |
177e943
to
c7f261c
Compare
Evaluated for origin test up to c7f261c |
fixed nit [merge][severity: blocker] |
Evaluated for origin merge up to c7f261c |
continuous-integration/openshift-jenkins/test FAILURE (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/1848/) (Base Commit: 1c38059) |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_origin/847/) (Base Commit: 96f1865) (Extended Tests: blocker) (Image: devenv-rhel7_6289) |
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1455420
xref kubernetes/kubernetes#46516
xref kubernetes/kubernetes#46628