Bug 1992536
Summary: | all the alert rules' annotations "summary" and "description" should comply with the OpenShift alerting guidelines | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | hongyan li <hongyli> |
Component: | kube-scheduler | Assignee: | Ross Peoples <rpeoples> |
Status: | CLOSED WONTFIX | QA Contact: | RamaKasturi <knarra> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 4.9 | CC: | aos-bugs, jchaloup, mfojtik |
Target Milestone: | --- | Flags: | hongyli:
needinfo-
|
Target Release: | 4.9.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | LifecycleStale | ||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-08-03 12:52:56 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 2010354 | ||
Bug Blocks: |
Description
hongyan li
2021-08-11 09:37:45 UTC
Ross sync with Mike about those changes, he knows the code in https://github.com/openshift/cluster-kube-scheduler-operator/ While at it also check if the alerts in https://github.com/openshift/cluster-kube-controller-manager-operator/ are following these rules. This bug hasn't had any activity in the last 30 days. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're marking this bug as "LifecycleStale" and decreasing the severity/priority. If you have further information on the current state of the bug, please update it, otherwise this bug can be closed in about 7 days. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. Additionally, you can add LifecycleFrozen into Whiteboard if you think this bug should never be marked as stale. Please consult with bug assignee before you do that. just checked, the the alert rules' annotations "summary" and "description" still not comply with the OpenShift alerting guidelines, it should be like this ``` - alert: KubeAPIDown annotations: summary: Target disappeared from Prometheus target discovery. description: KubeAPI has disappeared from Prometheus target discovery. runbook_url: https://github.com/openshift/runbooks/blob/master/alerts/cluster-monitoring-operator/KubeAPIDown.md expr: ``` KCM addressed as well in https://bugzilla.redhat.com/show_bug.cgi?id=2010352 Only critical fixes as backported to 4.9. |