-
Notifications
You must be signed in to change notification settings - Fork 184
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
CSV changes to remove ocs metrics exporter deployment #2313
CSV changes to remove ocs metrics exporter deployment #2313
Conversation
/hold |
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 think we need to test this.
@umangachapagain Do we have test to get the list of metrics using the console ?
2708e77
to
da1343e
Compare
Testing of #2293 might be blocked due to resource conflicts with CSV. This PR is now updated to unblock it. |
/unhold |
ocs-metrics-exporter is now deployed with every StorageCluster. We do not need to deploy it during operator installation anymore. Signed-off-by: Umanga Chapagain <[email protected]>
Signed-off-by: Umanga Chapagain <[email protected]>
ocs-metrics-exporter is no longer deployed via the CSV at operator install time. So, we do not need to generate the "ocs-metrics-exporter" serviceaccount and related ClusterRole and ClusterRoleBindings. Signed-off-by: Umanga Chapagain <[email protected]>
These changes include removal of ocs-metrics-exporter ServiceAccount and it's related RBACs from the operator bundle. Signed-off-by: Umanga Chapagain <[email protected]>
da1343e
to
bd260f5
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: iamniting, umangachapagain 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 |
2b565e4
into
red-hat-storage:main
We will deploy metrics exporter as part of StorageCluster reconcile now. We don't need it in CSV anymore.