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

Review behaviour when WATCH_NAMESPACE is missing or an empty string #279

Open
squaremo opened this issue May 20, 2022 · 0 comments
Open
Labels
kind/enhancement Improvements or new features

Comments

@squaremo
Copy link
Contributor

From #278:

WATCH_NAMESPACE outcome expected?
missing crashloop with log message about requiring WATCH_NAMESPACE unclear, I would expect it to watch all namespaces -- is this an operator-framework convention?
"" cannot list resource "stacks" in API group "pulumi.com" at the cluster scope unclear, I would expect that it watches all namespaces; maybe this is another operator-framework convention. In any case, I would not expect it to attempt to watch cluster-level resources (but perhaps I'm misinterpreting the error)

My expectation for both these scenarios is that all namespaces would be watched (and this seems to be the intention of operator-sdk, too: https://sdk.operatorframework.io/docs/building-operators/golang/operator-scope/).

@mnlumi mnlumi added the kind/enhancement Improvements or new features label Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

2 participants