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

SecretSyncController warmup for cluster-scope #1401

Open
burmanm opened this issue Sep 10, 2024 · 0 comments
Open

SecretSyncController warmup for cluster-scope #1401

burmanm opened this issue Sep 10, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@burmanm
Copy link
Contributor

burmanm commented Sep 10, 2024

What is missing?

Follow up to this issue:

#1399

This functionality is used in the warmup phase of the SecretController, in initializeCache(). This works now for single-namespace as well as multi-namespace, but not for cluster-scoped installation requiring all namespaces as sync source.

That requires a bit more work and could be done by first fetching K8ssandraCluster objects (cluster-wide) and then listing their namespaces and after that fetching the required secrets. Fetching all the secrets and then parsing them could return huge amount of resources, so that would reduce the burden to the Kubernetes cluster.

Why do we need it?

Environment

  • K8ssandra Operator version:

    Insert image tag or Git SHA here

    **Anything else we need to know?**:

┆Issue is synchronized with this Jira Story by Unito
┆Issue Number: K8OP-250

@burmanm burmanm added the enhancement New feature or request label Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Status: No status
Development

No branches or pull requests

1 participant