Bug 2011951
Summary: | [4.9] ClusterVersion Upgradeable=False MultipleReasons should include all messages | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | W. Trevor King <wking> | |
Component: | Cluster Version Operator | Assignee: | Over the Air Updates <aos-team-ota> | |
Status: | CLOSED ERRATA | QA Contact: | Johnny Liu <jialiu> | |
Severity: | urgent | Docs Contact: | ||
Priority: | urgent | |||
Version: | 4.8 | CC: | aos-bugs, jialiu, jokerman | |
Target Milestone: | --- | Keywords: | FastFix | |
Target Release: | 4.9.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | No Doc Update | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | 2011896 | |||
: | 2011954 (view as bug list) | Environment: | ||
Last Closed: | 2021-10-18 17:52:32 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: | 2011896 | |||
Bug Blocks: | 2011954 |
Description
W. Trevor King
2021-10-07 19:21:44 UTC
This bug is not a blocker, but I've labeled the PR for merge as we'd like to get this UX improvement into 4.8 ASAP. Verified this bug with 4.9.0-0.nightly-2021-10-08-232649, and PASS. Install a private disconnected cluster on aws with manuall cco. [root@preserve-jialiu-ansible ~]# oc adm upgrade Cluster version is 4.9.0-0.nightly-2021-10-08-232649 Upgradeable=False Reason: MissingUpgradeableAnnotation Message: Cluster operator cloud-credential should not be upgraded between minor versions: Upgradeable annotation cloudcredential.openshift.io/upgradeable-to on cloudcredential.operator.openshift.io/cluster object needs updating before upgrade. See Manually Creating IAM documentation for instructions on preparing a cluster for upgrade. [root@preserve-jialiu-ansible ~]# oc -n openshift-config-managed patch cm admin-gates --patch '{"data":{"ack-4.9-dummy":"testing"}}' --type=merge configmap/admin-gates patched [root@preserve-jialiu-ansible ~]# oc adm upgrade Cluster version is 4.9.0-0.nightly-2021-10-08-232649 Upgradeable=False Reason: MultipleReasons Message: Cluster should not be upgraded between minor versions for multiple reasons: AdminAckRequired,MissingUpgradeableAnnotation * testing * Cluster operator cloud-credential should not be upgraded between minor versions: Upgradeable annotation cloudcredential.openshift.io/upgradeable-to on cloudcredential.operator.openshift.io/cluster object needs updating before upgrade. See Manually Creating IAM documentation for instructions on preparing a cluster for upgrade. All the Upgradeable=False reason message is listed in multiple lines. 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 (Moderate: OpenShift Container Platform 4.9.0 bug fix and security 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/RHSA-2021:3759 |