-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Unknown namespace for the cache error while Getting cluster scoped for MultiNamespacedCache #1378
Comments
/kind bug |
@alvaroaleman: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed 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. |
@alvaroaleman, would this be the right approach to solve the issue with cluster scoped objects:
Maybe we can have a separate const defined for cc: @estroz |
One problem that will likely result in a breaking change comes from point (2). As @varshaprasad96 alluded to, |
Having same issue. Any tentative timelines on when this will be fixed? |
@madhurtrilio #1418 will fix this |
While using MultiNamespacedCache with manager, if we try to get a cluster scoped resource as
cluster scoped resource doesn't have any namespace (empty namespace), it's returning unknown namespace error
The text was updated successfully, but these errors were encountered: