-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
Automated cherry pick of #45923 #46541
Automated cherry pick of #45923 #46541
Conversation
Hi @verult. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
The 'parent' PR of a cherry-pick PR must have one of the "release-note" or "release-note-action-required" labels, or this PR must follow the standard/parent release note labeling requirement. (release-note-experimental must be explicit for cherry-picks) |
/release-note-none |
@verult The original PR says this fixes "unnecessary node status updates". Can you elaborate on why this needs to be cherrypicked? Are the unnecessary status updates causing harm? |
/assign @saad-ali |
@k8s-bot pull-kubernetes-verify test this |
1 similar comment
@k8s-bot pull-kubernetes-verify test this |
@verult, verify tests usually fails from a good reason, this time it's bazel check. And it includes hint what to do:
So, run hack/update-bazel.sh, update the PR and that should be it. |
fa88366
to
e4ad246
Compare
BUILD.bazel
Outdated
@@ -44,6 +44,11 @@ filegroup( | |||
"//examples:all-srcs", | |||
"//federation:all-srcs", | |||
"//hack:all-srcs", | |||
"//kubernetes/cluster:all-srcs", |
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.
Hm the hack/update-bazel.sh
script should not have added these lines. Is your git tree checked out into a directory structure that ends in */src/k8s.io/kubernetes
? For now I think you can just revert this file and the PR should pass, but for the future you should figure out why the script did this in your environment.
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.
Turns out I had a kubernetes/ directory under KUBE_ROOT, possibly as build output. Removing that did the trick. Thanks!
… node is missing in NodeInformer cache. Fixes kubernetes#42438. - Added RemoveNodeFromAttachUpdates as part of node status updater operations.
e4ad246
to
1f42790
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: enisoc, jsafrane, verult Associated issue: 45923 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Automatic merge from submit-queue |
Cherry pick of #45923 on release-1.6.
#45923: Node status updater now deletes the node entry in attach