Bug 1928151 - 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.7.z
Assignee: Joel Diaz
QA Contact: wang lin
URL:
Whiteboard:
Depends On: 1927925
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-02-12 13:44 UTC by OpenShift BugZilla Robot
Modified: 2021-04-05 13:55 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: No Doc Update
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-04-05 13:55:11 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift cloud-credential-operator pull 301 0 None open [release-4.7] Bug 1928151: spell fix user-visible string 2021-02-18 01:17:44 UTC
Red Hat Product Errata RHSA-2021:1005 0 None None None 2021-04-05 13:55:33 UTC

Comment 3 wang lin 2021-03-25 04:43:17 UTC
Verified on 4.7.0-0.nightly-2021-03-25-002828
$ oc get clusterversion
NAME      VERSION                             AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.7.0-0.nightly-2021-03-25-002828   True        False         10m     Cluster version is 4.7.0-0.nightly-2021-03-25-002828


steps to verify
1. Install a 4.7 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-03-25T04:39:50Z",
    "message": "Credential minting is disabled by cluster admin",
    "reason": "OperatorDisabledByAdmin",
    "status": "True",
    "type": "Available"
  },
  {
    "lastTransitionTime": "2021-03-25T04:05:54Z",
    "status": "False",
    "type": "Degraded"
  },
  {
    "lastTransitionTime": "2021-03-25T04:21:19Z",
    "status": "False",
    "type": "Progressing"
  },
  {
    "lastTransitionTime": "2021-03-25T04:40:49Z",
    "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-04-05 13:55:11 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.7.5 security and 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/RHSA-2021:1005


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