-
Notifications
You must be signed in to change notification settings - Fork 74
MON-4437: Migrate windows-exporter ServiceMonitor to EndpointSlice #3583
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
Conversation
|
@slashpai: This pull request references MON-4432 which is a valid jira issue. DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
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.
@slashpai thanks for working on this, PTAL at the comments
|
@slashpai: This pull request references MON-4437 which is a valid jira issue. DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
4b98550 to
acea385
Compare
|
/test azure-e2e-operator |
|
e2e test failure looks legit I might also need to update e2e test |
|
/test aws-e2e-operator |
|
looking into this |
111feea to
a66ff46
Compare
@slashpai there is an ongoing issue with AWS job in CI, ignore this failure. |
a66ff46 to
7fc1e07
Compare
|
@simonpasquier I have addressed comments, please take a look |
|
/retest-required |
simonpasquier
left a comment
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
|
/test vsphere-proxy-e2e-operator |
|
/test nutanix-e2e-operator |
1 similar comment
|
/test nutanix-e2e-operator |
|
@slashpai please rebase |
Update ServiceMonitor configuration to use EndpointSlice discovery instead of Endpoints API for improved scalability. Also bumps prometheus-operator lib to v0.86.2 in which the new field serviceDiscoveryRole is introduced to serviceMonitor spec. - Set serviceDiscoveryRole to EndpointSlice - Update relabel metadata label for EndpointSlice - Add endpointslices RBAC permissions Signed-off-by: Jayapriya Pai <janantha@redhat.com> Assisted-By: Cursor AI
Assisted-By: Cursor AI Signed-off-by: Jayapriya Pai <janantha@redhat.com>
7fc1e07 to
88be9f8
Compare
|
/lgtm |
|
/test nutanix-e2e-operator |
|
/retest-required |
2 similar comments
|
/retest-required |
|
/retest-required |
|
@mansikulkarni96 Please review again |
|
I am not sure of nutanix test failure it looks to be issue with cluster creation itself and not related to change. |
|
/test nutanix-e2e-operator |
|
/override ci/prow/nutanix-e2e-operator |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sebsoto, slashpai The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@sebsoto: Overrode contexts on behalf of sebsoto: ci/prow/nutanix-e2e-operator DetailsIn 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-sigs/prow repository. |
|
@slashpai: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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-sigs/prow repository. I understand the commands that are listed here. |
|
/lgtm |
related-to openshift/cluster-network-operator#2839
Related Epic: https://issues.redhat.com/browse/MON-4216
cc: @simonpasquier