You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: