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

Request only necessary resources from kube-api #100

Closed
hiddenmarten opened this issue Dec 9, 2024 · 1 comment · Fixed by #104
Closed

Request only necessary resources from kube-api #100

hiddenmarten opened this issue Dec 9, 2024 · 1 comment · Fixed by #104
Labels
enhancement New feature or request

Comments

@hiddenmarten
Copy link
Contributor

hiddenmarten commented Dec 9, 2024

Describe the feature request

My use case is quite simple: I have similar instances in different namespaces that need to be removed based on annotations.

In my case, it is common to place an annotation on the namespace itself, which I already do. Additionally, it is essential for the application to query the Kubernetes API only for namespaces. Currently, it queries all resources in the cluster, which creates unnecessary load on the API server (approximately 200 requests every 5 minutes).

To address this, I propose introducing a configuration file that allows specifying a list of kubernetes resources the controller should manage.

Why do you personally want this feature to be implemented?

No response

How long have you been using this project?

No response

Additional information

I can also take it :)

@TwiN TwiN added the enhancement New feature or request label Dec 11, 2024
@TwiN
Copy link
Owner

TwiN commented Dec 11, 2024

Sounds reasonable!

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
None yet
2 participants