-
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
Catalog renaming OCS -> rh-operators #429
Conversation
344522f
to
eb00936
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MH. @ecordell You are reverting all changes i've done to the Prometheus CSV back to its original state. The ones from this PR: #425
Also, the final alm-example
should look like this:
[{"apiVersion":"monitoring.coreos.com/v1","kind":"Prometheus","metadata":{"name":"example","labels":{"prometheus":"k8s"}},"spec":{"replicas":2,"version":"v2.3.2","serviceAccountName":"prometheus-k8s","securityContext": {}, "serviceMonitorSelector":{"matchExpressions":[{"key":"k8s-app","operator":"Exists"}]},"ruleSelector":{"matchLabels":{"role":"prometheus-rulefiles","prometheus":"k8s"}},"alerting":{"alertmanagers":[{"namespace":"monitoring","name":"alertmanager-main","port":"web"}]}}},{"apiVersion":"monitoring.coreos.com/v1","kind":"ServiceMonitor","metadata":{"name":"example","labels":{"k8s-app":"prometheus"}},"spec":{"selector":{"matchLabels":{"k8s-app":"prometheus"}},"endpoints":[{"port":"web","interval":"30s"}]}},{"apiVersion":"monitoring.coreos.com/v1","kind":"Alertmanager","metadata":{"name":"alertmanager-main"},"spec":{"replicas":3}}]
eb00936
to
fa5d7d7
Compare
also stubs out the "certified-operators" catalog
fa5d7d7
to
fe79206
Compare
@sichvoge Fixed the issues you pointed out |
LGTM @alecmerdler Just to confirm, the Console will pick up these changes automatically? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ecordell There is one place where we look for the ocs
catalog source directly, I will make a PR to fix that.
@ecordell Will this be targeting 3.11? |
@alecmerdler yes it is, this is in response to @robszumski requests for changes for 3.11 |
Catalog renaming OCS -> rh-operators
Catalog renaming OCS -> rh-operators
Also removed the
namespaceSelector
from the ServiceMonitor example, and removed the edit verbs from the edit aggregated role for OLM