-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add cli flag to supply namespace for capi controller to watch for Objects #912
Comments
Currently we hard code the lister to watch for updates in all Namespaces, We should expose the ability to set a specific namespace using the manager command line arguments that is passed to the lister to limit to a specific namespace. |
/assign |
@vikaschoudhary16: GitHub didn't allow me to assign the following users: vikaschoudhary16. Note that only kubernetes-sigs members and repo collaborators can be assigned and that issues/PRs can only have 10 assignees at the same time. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@detiber can you please assign this to me, if anyone is not working already. |
/assign |
@vikaschoudhary16 I've assigned it to myself (since it doesn't appear that you are a member of the kubernetes-sigs org), and marked it as active. If you are already a member of the kubernetes org, you can request to be added to the kubernetes-sigs org as well. If not, I'm also happy to sponsor you for membership in kubernetes-sigs. |
@vikaschoudhary16 this shouldn't require any changes to controller-runtime. Here is how we added the support to cluster-api-provider-aws: kubernetes-sigs/cluster-api-provider-aws#607 and kubernetes-sigs/cluster-api-provider-aws#615 |
/kind feature
Add cli flag to supply namespace for capi controller to watch for Objects
Describe the solution you'd like
[A clear and concise description of what you want to happen.]
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
The text was updated successfully, but these errors were encountered: