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

Optimize resource sharing with concurrent reconciles #643

Draft
wants to merge 37 commits into
base: main
Choose a base branch
from
Draft

Conversation

kabicin
Copy link
Member

@kabicin kabicin commented Oct 24, 2024

What this PR does / why we need it?:

  • Optimizes resource sharing (LTPA/Password Encryption keys) by caching the DecisionTree into a global *sync.Map.
  • Enables MaxConcurrentReconciles by making the operator config map and resource sharing CR instances threadsafe.

Does this PR introduce a user-facing change?

  • User guide
  • CHANGELOG.md

Which issue(s) this PR fixes:

Fixes #

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant