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

Add a second client to allow access to namespace operator control plane #611

Closed
pebrc opened this issue Apr 8, 2019 · 1 comment
Closed

Comments

@pebrc
Copy link
Collaborator

pebrc commented Apr 8, 2019

controller-runtime is limited to watching one namespace only or every namespace until the next release see #405

If we want to deploy an operator limited to watching one managed namespace that poses a problem for example to watch and create secrets for admission control or to watch licenses for controller licensing.

Until then a workaround to allow namespace operators to watch resources in their own control-plane namespace could be to create a second client watching the control plane namespace and passing it as an argument to interested controllers.

@pebrc pebrc added this to the Alpha milestone Apr 8, 2019
@pebrc pebrc removed this from the Alpha milestone May 10, 2019
@sebgl
Copy link
Contributor

sebgl commented Jul 17, 2019

I think we decided we'd wait for controller-runtime 0.2 to benefit from multi-namespace watches.
Closing this issue now.

@sebgl sebgl closed this as completed Jul 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants