Description of problem: User visible string spells Manually incorrectly: "Cannot upgrade manual mode cluster to %s due to missing secret(s): %v Please see Manualy Creating IAM documentation for the cluster's platform."
Verified on 4.8.0-0.nightly-2021-02-21-102854 $ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.8.0-0.nightly-2021-02-21-102854 True False 40m Cluster version is 4.8.0-0.nightly-2021-02-21-102854 steps to verify 1. Install a 4.8 cluster, after installation , change cco mode to "Manual" $ oc edit cloudcredential cluster 2. delete secret gcp-pd-cloud-credentials, check cluster operator status, the Manually spells in Message correct. $ oc get co cloud-credential -o json | jq -r ".status.conditions" [ { "lastTransitionTime": "2021-02-22T02:41:07Z", "message": "Credential minting is disabled by cluster admin", "reason": "OperatorDisabledByAdmin", "status": "True", "type": "Available" }, { "lastTransitionTime": "2021-02-22T01:41:12Z", "status": "False", "type": "Degraded" }, { "lastTransitionTime": "2021-02-22T01:57:18Z", "status": "False", "type": "Progressing" }, { "lastTransitionTime": "2021-02-22T02:45:02Z", "message": "Cannot upgrade manual mode cluster to 4.7 due to missing secret(s): [openshift-cluster-csi-drivers/gcp-pd-cloud-credentials] Please see Manually Creating IAM documentation for the cluster's platform.", "reason": "ManualModeMissingSecrets", "status": "False", "type": "Upgradeable" } ]
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.8.2 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:2438