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

BUG: KIM controller should be restricted to watch Runtimes only in kcp-system namespace #449

Closed
mvshao opened this issue Oct 25, 2024 · 0 comments
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@mvshao
Copy link
Contributor

mvshao commented Oct 25, 2024

Description
For the moment, the KIM controller is watching Runtime resources in all namespaces in the Kubernetes cluster. To make sure that only the Runtime CR that was created in the designed kcp-system namespace is under the control of KIM, we should limit the scope of the controller to kcp-system only. Or if it is possible we should restrict namespace on Custom Resource level.

Linked issues
Bug where KIM tries to reconcile the Runtime CR in default namespace
Similar namespace restriction was implemented in Compass Manager

@tobiscr tobiscr added the kind/bug Categorizes issue or PR as related to a bug. label Oct 30, 2024
@tobiscr tobiscr changed the title KIM controller should be restricted to watch Runtimes only in kcp-system namespace BUG: KIM controller should be restricted to watch Runtimes only in kcp-system namespace Nov 7, 2024
@mvshao mvshao self-assigned this Nov 21, 2024
@tobiscr tobiscr closed this as completed Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants