Bug 2047434

Summary: ClusterNotUpgradeable Alert should be set to Severity Info
Product: OpenShift Container Platform Reporter: OpenShift BugZilla Robot <openshift-bugzilla-robot>
Component: Cluster Version OperatorAssignee: Lalatendu Mohanty <lmohanty>
Status: CLOSED ERRATA QA Contact: Yang Yang <yanyang>
Severity: medium Docs Contact:
Priority: medium    
Version: 4.8CC: aos-bugs, chdeshpa, jiajliu, jokerman, kgordeev, lmohanty, oarribas, pmagotra
Target Milestone: ---   
Target Release: 4.8.z   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-02-16 06:51:42 UTC Type: ---
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: 2024588, 2047464    
Bug Blocks:    

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