-
Notifications
You must be signed in to change notification settings - Fork 546
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
how to use single namespace mode #1499
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Please consult with the doc: https://olm.operatorframework.io/docs/concepts/crds/operatorgroup/ |
Type of question
Support question on installation modes
Question
I'd like to deploy the Prometheus operator in a namespace (
monitoring-operators
) in such a way that it watches another namespace (sre-monitoring
). This model should be theSingleNamespace
model.From it's csv, we can see that this model is supported:
This is how I deploy it:
When I deploy a Prometheus objects in the
sre-monitoring
namespace the Prometheus operator pod emits these errors:so basically the permissions are not setup correctly.
Questions:
What did you do?
see above
What did you expect to see?
Prometheus operator should have deployed a Prometheus instance
What did you see instead? Under which circumstances?
error log, see above.
Environment
OpenShift 4.3
Prometheus operator: 0.32.0
The text was updated successfully, but these errors were encountered: