Bug 2047434 - ClusterNotUpgradeable Alert should be set to Severity Info
Summary: ClusterNotUpgradeable Alert should be set to Severity Info
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Cluster Version Operator
Version: 4.8
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
: 4.8.z
Assignee: Lalatendu Mohanty
QA Contact: Yang Yang
URL:
Whiteboard:
: 2047464 (view as bug list)
Depends On: 2024588 2047464
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-01-27 20:08 UTC by OpenShift BugZilla Robot
Modified: 2022-02-16 06:52 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-02-16 06:51:42 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift cluster-version-operator pull 731 0 None open [release-4.8] [release-4.9] Bug 2047434: Changing the ClusterNotUpgradeable alert to info 2022-01-27 20:09:04 UTC
Red Hat Product Errata RHBA-2022:0484 0 None None None 2022-02-16 06:52:03 UTC

Comment 1 Lalatendu Mohanty 2022-01-27 21:31:07 UTC
*** Bug 2047464 has been marked as a duplicate of this bug. ***

Comment 4 Yang Yang 2022-02-07 10:07:44 UTC
Verified with 4.8.0-0.nightly-2022-02-07-035953

# oc get clusterversion
NAME      VERSION                             AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.8.0-0.nightly-2022-02-07-035953   True        False         18m     Cluster version is 4.8.0-0.nightly-2022-02-07-035953

# oc patch featuregate cluster --type json -p '[{"op": "add", "path": "/spec/featureSet", "value": "TechPreviewNoUpgrade"}]'
featuregate.config.openshift.io/cluster patched


# curl -s -k -H "Authorization: Bearer $token"  https://$url/api/v1/alerts | jq -r '.data.alerts[]|select(.labels.alertname == "ClusterNotUpgradeable")'
{
  "labels": {
    "alertname": "ClusterNotUpgradeable",
    "condition": "Upgradeable",
    "endpoint": "metrics",
    "name": "version",
    "severity": "info"
  },
  "annotations": {
    "message": "One or more cluster operators have been blocking minor version cluster upgrades for at least an hour for reason AdminAckRequired.AdminAckRequired.  For more information refer to https://console-openshift-console.apps.yanyang0207c.qe.gcp.devcluster.openshift.com/settings/cluster/."
  },
  "state": "pending",
  "activeAt": "2022-02-07T09:49:29.21303266Z",
  "value": "0e+00"
}

The severity of ClusterNotUpgradeable alert is changed to info. Moving it to verified state.

Comment 8 errata-xmlrpc 2022-02-16 06:51:42 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (OpenShift Container Platform 4.8.31 bug fix update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2022:0484


Note You need to log in before you can comment on or make changes to this bug.