-
Notifications
You must be signed in to change notification settings - Fork 780
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 Pod SidecarSet webhook performance #1546
Labels
Comments
/assign @ls-2018 |
ls-2018
added a commit
to ls-2018/kruise
that referenced
this issue
Mar 28, 2024
Signed-off-by: acejilam <[email protected]>
ls-2018
added a commit
to ls-2018/kruise
that referenced
this issue
Mar 28, 2024
Signed-off-by: acejilam <[email protected]>
ls-2018
added a commit
to ls-2018/kruise
that referenced
this issue
Mar 28, 2024
Signed-off-by: acejilam <[email protected]>
ls-2018
added a commit
to ls-2018/kruise
that referenced
this issue
Mar 28, 2024
Signed-off-by: acejilam <[email protected]>
ls-2018
added a commit
to ls-2018/kruise
that referenced
this issue
Mar 28, 2024
Signed-off-by: acejilam <[email protected]>
ls-2018
added a commit
to ls-2018/kruise
that referenced
this issue
Mar 28, 2024
Signed-off-by: acejilam <[email protected]>
ls-2018
added a commit
to ls-2018/kruise
that referenced
this issue
Mar 28, 2024
Signed-off-by: acejilam <[email protected]>
ls-2018
added a commit
to ls-2018/kruise
that referenced
this issue
Mar 28, 2024
Signed-off-by: acejilam <[email protected]>
ls-2018
added a commit
to ls-2018/kruise
that referenced
this issue
Mar 28, 2024
Signed-off-by: acejilam <[email protected]>
ls-2018
added a commit
to ls-2018/kruise
that referenced
this issue
Apr 2, 2024
Signed-off-by: acejilam <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What would you like to be added:
The current Pod sidecarSet webhook lists all the SidecarSet resources of the cluster each time, which in turn consumes a lot of resources. However, SidecarSet does have a spec.namespace field, as it can be filtered one layer at a time based on changing the field.
In addition, the sidecarset RegisterFieldIndexes method can be added to improve the performance of List spec.namespace.
Why is this needed:
The text was updated successfully, but these errors were encountered: