-
Notifications
You must be signed in to change notification settings - Fork 475
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
Enable SPIRE Agent LRU Cache #4224
Comments
We're running LRU cache experimental feature for past few months in our production. We've also tried with different cache sizes and its working as expected with reduced cpu and memory usage. |
Maintainers discussed how we can safely roll this out. Here is the rough action plan we discussed, adding in more details about exact release cycles where changes will land: In
We will allow this behavior change to bake in the In
In
|
@prasadborole1 is planning to take on the changes targeted for v1.9.0. |
As part of this, https://github.com/spiffe/spire/blob/main/doc/images/cache_mgr.png probably also needs updating? I'll make a separate issue just about SPIRE Arch diagramming in general. #5180 |
ref #5383 (comment) reversal of course- maintainers would like to make the setting a stable aspect of spire-agent |
We have decided that in v1.11.0 instead of removing the |
Once the changes introduced by #3181 are validated, we should remove the feature flag surrounding the new cache design and make it the default behavior.
The text was updated successfully, but these errors were encountered: