-
Notifications
You must be signed in to change notification settings - Fork 51
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
Cover scenario when installing the operator and using it in different namespaces #360
Comments
This should already be covered: you can configure which namespace(s) the operator needs to watch so it should already be able to monitor custom resources in namespace(s) other than the one it's being installed in. This is done by either using the |
Yes, I see this is already supported, though what I suggest is to cover this use case as part of the instructions and the CI pipeline, first to let users that this is the recommended configuration, and second to ensure it's working as expected. |
OK, makes sense. |
This is usually configured by env var but in some old versions setting a env var named |
At the moment, the instructions and the CI pipeline cover the following scenario:
However, it's a good practice that the operator is installed in a different namespace and watches the custom resources from another namespace. So, this new scenario should be also covered:
The text was updated successfully, but these errors were encountered: