Skip to content
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

Improve performance on K3s secrets-encrypt reencrypt #10581

Closed
dereknola opened this issue Jul 26, 2024 · 1 comment
Closed

Improve performance on K3s secrets-encrypt reencrypt #10581

dereknola opened this issue Jul 26, 2024 · 1 comment
Assignees
Labels
kind/enhancement An improvement to existing functionality

Comments

@dereknola
Copy link
Member

Is your feature request related to a problem? Please describe.

In the best case (small secrets of only a few bytes) we reencrypt at a rate of ~5 secrets/second. This is painfully slow compared to kubectl replace, which is roughly ~50 secrets/second.

Describe the solution you'd like
Improve performance of the reencrypt secrets stage. Isolate and determine root cause of performance bottlenecks.

Describe alternatives you've considered

Additional context

@aganesh-suse
Copy link

aganesh-suse commented Aug 15, 2024

Closing based on: #10637 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement An improvement to existing functionality
Projects
Archived in project
Development

No branches or pull requests

5 participants