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

Use mgr.GetAPIReader() to read Secrets and ConfigMaps directly from the API Server #4750

Open
arkodg opened this issue Nov 21, 2024 · 1 comment
Labels
help wanted Extra attention is needed provider/kubernetes Issues related to the Kubernetes provider
Milestone

Comments

@arkodg
Copy link
Contributor

arkodg commented Nov 21, 2024

Description:

Describe the desired behavior, what scenario it enables and how it
would be used.

Use the GetAPIReader handle instead of the GetClient() handle to read larger objects such as Secrets and ConfigMaps by not storing them in the Controller Runtime Cache and directly reading them from the API server

[optional Relevant Links:]

Any extra documentation required to understand the issue.

@arkodg arkodg added triage help wanted Extra attention is needed provider/kubernetes Issues related to the Kubernetes provider and removed triage labels Nov 21, 2024
@arkodg arkodg added this to the v1.3.0-rc.1 milestone Nov 21, 2024
@arkodg
Copy link
Contributor Author

arkodg commented Nov 21, 2024

cc @qicz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed provider/kubernetes Issues related to the Kubernetes provider
Projects
None yet
Development

No branches or pull requests

1 participant