-
Notifications
You must be signed in to change notification settings - Fork 25
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
NETOBSERV-1003: Added monitoring role to bundle #333
NETOBSERV-1003: Added monitoring role to bundle #333
Conversation
@OlivierCazade: This pull request references NETOBSERV-1003 which is a valid jira issue. 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. |
/hold Testing |
/ok-to-test |
New images:
They will expire after two weeks. Catalog source: apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: netobserv-dev
namespace: openshift-marketplace
spec:
sourceType: grpc
image: quay.io/netobserv/network-observability-operator-catalog:v0.0.0-589bbb4
displayName: NetObserv development catalog
publisher: Me
updateStrategy:
registryPoll:
interval: 1m |
Codecov Report
@@ Coverage Diff @@
## main #333 +/- ##
=======================================
Coverage 51.34% 51.34%
=======================================
Files 43 43
Lines 5155 5155
=======================================
Hits 2647 2647
Misses 2310 2310
Partials 198 198
Flags with carried forward coverage won't be shown. Click here to find out more. |
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
I tried testing using make-deploy
but it did not deploy operator in openshift-netobserv-operator
NS and also had to update DOWNSTREAM_DEPLOYMENT
variable. If your testing so far looks good. I think we should go ahead merge it and can do further testing on Downstream builds.
/label qe-approved
never mind I was able to work with catalog image on this PS and edit CSV for DOWNSTREAM_DEPLOYMENT, Operator metrics were being populated correctly. Thanks! |
@OlivierCazade do u think it’s better to group role and role_binding for Prometheus with the rest under Config/rbac folder ? |
@msherif1234 config/rbac is general and used in every kind of deployment. The monitoring part is proper to Openshift this is why I added the rules there to avoid deploying unnecessary rule. |
shouldn't it be in the |
336f3f1
to
5db3663
Compare
@jotak done, thanks |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: OlivierCazade The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/unhold |
Add monitoring role to the bundle.