-
Bug
-
Resolution: Done
-
Undefined
-
None
-
4.10
-
Low
-
None
-
Unspecified
-
If docs needed, set a value
https://docs.openshift.com/container-platform/4.10/updating/updating-cluster-within-minor.html#manually-maintained-credentials-upgrade_updating-cluster-within-minor
Section Number and Name:
Upgrading clusters with manually maintained credentials
Describe the issue:
Document has the same procedure for two interfaces i.e. web console and CLI. I think the expectation is the procedure for each interface shall use the right interface but currently the procedure of Upgrading clusters with manually maintained credentials for CLI and web console and are same and mixed up with operations on CLI and web console.
Suggestions for improvement:
https://docs.openshift.com/container-platform/4.10/updating/updating-cluster-within-minor.html
The step 3 of procedure is via CLI now and shall be changed to web console style.
Like Verification part, click cloud-credential in the Cluster Operators list, find Annotations to edit, click "Add more", enter key=cloudcredential.openshift.io/upgradeable-to, value=<version_number>, then click "Save"
https://docs.openshift.com/container-platform/4.10/updating/updating-cluster-cli.html
The verification is via web console and shall be changed to CLI style.
Normally we run
$ oc get co cloud-credential -o json | jq -r '.status.conditions[] | select(.type == "Upgradeable")'
But not sure if there's jq in environment, so simple command is
$ oc get co cloud-credential -o json
Additional information: