Skip to content

Commit 2a98c4e

Browse files
authored
Merge pull request #40416 from wking/drop-upgrade-force-reference
updating/updating-cluster-within-minor: Replace --force with --clear
2 parents 1e34213 + 8f67f50 commit 2a98c4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

updating/updating-cluster-within-minor.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ Use the web console or `oc adm upgrade channel _<channel>_` to change the update
1818
See xref:../authentication/using-rbac.adoc[Using RBAC to define and apply permissions].
1919
* Have a recent xref:../backup_and_restore/control_plane_backup_and_restore/backing-up-etcd.adoc#backup-etcd[etcd backup] in case your upgrade fails and you must xref:../backup_and_restore/control_plane_backup_and_restore/disaster_recovery/scenario-2-restoring-cluster-state.adoc#dr-restoring-cluster-state[restore your cluster to a previous state].
2020
+
21-
{product-title} 4.9 requires an upgrade from etcd version 3.4 to 3.5. If the etcd Operator halts the upgrade, an alert is triggered. To clear this alert, ensure that you have a current etcd backup and restart the upgrade using the `--force` flag.
21+
{product-title} 4.9 requires an upgrade from etcd version 3.4 to 3.5. If the etcd Operator halts the upgrade, an alert is triggered. To clear this alert, cancel the update with the following command:
2222
+
2323
[source,terminal]
2424
----
25-
$ oc adm upgrade --force
25+
$ oc adm upgrade --clear
2626
----
2727

2828
* Ensure all Operators previously installed through Operator Lifecycle Manager (OLM) are updated to their latest version in their latest channel. Updating the Operators ensures they have a valid upgrade path when the default OperatorHub catalogs switch from the current minor version to the next during a cluster upgrade. See xref:../operators/admin/olm-upgrading-operators.adoc#olm-upgrading-operators[Upgrading installed Operators] for more information.

0 commit comments

Comments
 (0)