-
Notifications
You must be signed in to change notification settings - Fork 426
OCPBUGS-55439: scope MCD node listers to current node #5015
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
OCPBUGS-55439: scope MCD node listers to current node #5015
Conversation
Skipping CI for Draft Pull Request. |
@cheesesashimi: This pull request references Jira Issue OCPBUGS-55439, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. In response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
31526c2
to
629342b
Compare
/jira refresh |
@cheesesashimi: This pull request references Jira Issue OCPBUGS-55439, which is invalid:
Comment In response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
/jira refresh |
@cheesesashimi: This pull request references Jira Issue OCPBUGS-55439, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
In response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
629342b
to
9b09934
Compare
9b09934
to
244549f
Compare
/test e2e-gcp-op-ocl |
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.
lgtm, but I will leave final tagging to a teammate with better context.
/lgtm Excited to see the node API counts go down! 😄 Not sure this needs QE, our current suites should cover this. Feel free to unhold when ready to merge. |
/lgtm hello, bot? |
In response to this:
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-sigs/prow repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cheesesashimi, djoshy The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/unhold |
@cheesesashimi: The following tests failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
fc8187a
into
openshift:main
@cheesesashimi: Jira Issue OCPBUGS-55439: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-55439 has been moved to the MODIFIED state. In response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
/cherry-pick release-4.19 |
@cheesesashimi: new pull request created: #5057 In response to this:
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-sigs/prow repository. |
/cherry-pick release-4.19 release-4.18 release-4.17 release-4.16 |
@cheesesashimi: new pull request could not be created: failed to create pull request against openshift/machine-config-operator#release-4.19 from head openshift-cherrypick-robot:cherry-pick-5015-to-release-4.19: status code 422 not one of [201], body: {"message":"Validation Failed","errors":[{"resource":"PullRequest","code":"custom","message":"A pull request already exists for openshift-cherrypick-robot:cherry-pick-5015-to-release-4.19."}],"documentation_url":"https://docs.github.com/rest/pulls/pulls#create-a-pull-request","status":"422"} In response to this:
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-sigs/prow repository. |
/cherry-pick release-4.19 release-4.18 release-4.17 release-4.16 |
@cheesesashimi: new pull request created: #5058 In response to this:
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-sigs/prow repository. |
- What I did
Each node in the cluster was also listing all of the other nodes within the cluster and we were filtering out irrelevant nodes manually. Instead, a much better approach is to have the informer filter the node at the API server level to reduce load on the API server. This is mostly a problem for clusters with 1200+ nodes.
- How to verify it
The MCD should continue to work as-is.
- Description for the changelog
MCD node listers should only be scoped to the node they're running on