[release-5.0] OCPBUGS-114674: Allow KubeDaemonSetRolloutStuck alert on external platform clusters - #31573
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
|
@redhat-chai-bot: 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. |
|
Scheduling required tests: |
|
/payload-job periodic-ci-openshift-release-main-nightly-5.0-opct-platform-external-aws |
|
@mtulio: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/67750e40-a23f-11f1-823d-113f466012a8-0 |
|
/test e2e-external-aws |
|
@redhat-chai-bot: This pull request references Jira Issue OCPBUGS-114674, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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. |
|
/jira refresh |
|
@mtulio: This pull request references Jira Issue OCPBUGS-114674, which is valid. The bug has been moved to the POST state. 7 validation(s) were run on this bug
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. |
|
/lgtm /assign @neisw |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mtulio, redhat-chai-bot The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Cherry-pick of #31564 to release-5.0 (manual — cherry-pick bot failed due to merge conflict).
Adds
KubeDaemonSetRolloutStuckto the allowed alert list forisExternalPlatformonly, usingappend()syntax (release-5.0 branch convention).Changes
test/extended/prometheus/prometheus.go: Addedif isExternalPlatform { allowedAlertNames = append(allowedAlertNames, "KubeDaemonSetRolloutStuck") }after the existingKubeDaemonSetMisScheduledblockJira
AI-generated. Review for accuracy.
@neisw requested in Slack thread