-
Notifications
You must be signed in to change notification settings - Fork 776
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
[feature request] Optimizing BroadcastJob Performance #1593
Labels
Milestone
Comments
zmberg
added
kind/good-first-issue
Good for newcomers
kind/feature-request
kind/good-idea
Good Idea
labels
Apr 25, 2024
can i work on this issue ? |
/assign @manan1979 |
I am interested in this issue, can you assign it to me? |
/assign @Prepmachine4 |
Prepmachine4
added a commit
to Prepmachine4/kruise
that referenced
this issue
Aug 6, 2024
…options (openkruise#1593) Signed-off-by: Prepmachine4 <prepmachine4@gmail.com>
Prepmachine4
added a commit
to Prepmachine4/kruise
that referenced
this issue
Aug 6, 2024
…ns (openkruise#1593) Signed-off-by: Prepmachine4 <prepmachine4@gmail.com>
This was referenced Aug 6, 2024
zerunhu
pushed a commit
to zerunhu/kruise
that referenced
this issue
Sep 3, 2024
…ns (openkruise#1593) (openkruise#1696) Signed-off-by: Prepmachine4 <prepmachine4@gmail.com>
zerunhu
pushed a commit
to zerunhu/kruise
that referenced
this issue
Sep 3, 2024
…ns (openkruise#1593) (openkruise#1696) Signed-off-by: Prepmachine4 <prepmachine4@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
What would you like to be added:
BroadcastJob Controller list pods need add the disableDeepCopy options to improve performance in large-scale clusters. refer code: https://github.com/openkruise/kruise/blob/master/pkg/controller/broadcastjob/broadcastjob_controller.go#L216. For examples:
Why is this needed:
The text was updated successfully, but these errors were encountered: