-
Notifications
You must be signed in to change notification settings - Fork 380
OCPBUGS-62160: Remove AlertManager endpoints when disabled #2684
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
OCPBUGS-62160: Remove AlertManager endpoints when disabled #2684
Conversation
@danielmellado: This pull request references Jira Issue OCPBUGS-62160, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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 openshift-eng/jira-lifecycle-plugin repository. |
/jira refresh |
@danielmellado: This pull request references Jira Issue OCPBUGS-62160, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
Requesting review from QA contact: 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 openshift-eng/jira-lifecycle-plugin repository. |
/jira refresh |
@danielmellado: This pull request references Jira Issue OCPBUGS-62160, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: 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 openshift-eng/jira-lifecycle-plugin repository. |
/retest-required |
3 similar comments
/retest-required |
/retest-required |
/retest-required |
Can we extend |
20b1079
to
7a7447e
Compare
added a new assertion and for now removed the tests I originally add, but was wondering whether they'd still be useful as unit tests or not, wdyt? |
I find that for configuration testing, end-to-end is usually the more robust option because it will ensure that all components are properly deployed and interact together as expected. |
This commit adds a specific validation to remove AlertManager endpoints if it's disabled Signed-off-by: Daniel Mellado <[email protected]>
7a7447e
to
1430b3f
Compare
/retest-required |
@danielmellado: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
/verified by @juzhao |
@juzhao: This PR has been marked as verified by 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 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.
/lgtm
in user-workload e2e tests we check the prometheus_notifications_alertmanagers_discovered
metric. It might be good to consolidate on 1 method but it can be a follow-up.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: danielmellado, simonpasquier 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 |
41f90a2
into
openshift:main
@danielmellado: Jira Issue Verification Checks: Jira Issue OCPBUGS-62160 Jira Issue OCPBUGS-62160 has been moved to the MODIFIED state and will move to the VERIFIED state when the change is available in an accepted nightly payload. 🕓 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 openshift-eng/jira-lifecycle-plugin repository. |
Fix included in accepted release 4.21.0-0.nightly-2025-10-12-115019 |
/jira backport release-4.20 releaase-4.19 release-4.18 |
@danielmellado: The following backport issues have been created: Queuing cherrypicks to the requested branches to be created after this PR merges: 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 openshift-eng/jira-lifecycle-plugin repository. |
@openshift-ci-robot: new pull request created: #2710 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-sigs/prow repository. |
/jira backport release-4.19 |
@danielmellado: Missing required branches for backport chain:
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 openshift-eng/jira-lifecycle-plugin repository. |
/jira backport release-4.19 |
@danielmellado: Missing required branches for backport chain:
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 openshift-eng/jira-lifecycle-plugin repository. |
This commit adds a specific validation to remove AlertManager endpoints
if it's disabled