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 support of removing a CRD from the dynamic informer factory #279

Open
ryanzhang-oss opened this issue Sep 9, 2022 · 0 comments
Open
Labels
bug Something isn't working enhancement New feature or request

Comments

@ryanzhang-oss
Copy link
Contributor

Currently, the client-go dynamic informer factory does not support removing an informer. It does support a stop on the informer but we only used one for all the informers. So we could at least

  1. separate out the informer factory stop channel into each informer so we can at least stop them.
    • We need to make sure that the infomer can be joined again.
  2. Add the remove function in the dynamic informer
  3. Propose a change on the go-client project and try to upstream this change back.
@ryanzhang-oss ryanzhang-oss added enhancement New feature or request bug Something isn't working labels Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant