Bug 1927925 - Manually misspelled as Manualy
Summary: Manually misspelled as Manualy
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Cloud Credential Operator
Version: 4.8
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: 4.8.0
Assignee: Joel Diaz
QA Contact: wang lin
URL:
Whiteboard:
Depends On:
Blocks: 1928151
TreeView+ depends on / blocked
 
Reported: 2021-02-11 20:29 UTC by Joel Diaz
Modified: 2021-07-27 22:44 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: No Doc Update
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-07-27 22:44:18 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift cloud-credential-operator pull 300 0 None closed Bug 1927925: spell fix user-visible string 2021-02-18 01:13:14 UTC
Red Hat Product Errata RHSA-2021:2438 0 None None None 2021-07-27 22:44:35 UTC

Description Joel Diaz 2021-02-11 20:29:43 UTC
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."

Comment 3 wang lin 2021-02-22 03:04:18 UTC
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"
  }
]

Comment 6 errata-xmlrpc 2021-07-27 22:44:18 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 (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


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