mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 00:48:01 +01:00
13 lines
343 B
Plaintext
13 lines
343 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * upgrading/upgrading-cluster-cli.adoc
|
|
|
|
[id="updating-clear_{context}"]
|
|
= Recovering when an update fails before it is applied
|
|
|
|
If an update fails before it is applied, such as when the version that you
|
|
specify cannot be found, you can cancel the upgrade:
|
|
|
|
----
|
|
$ oc adm upgrade clear
|
|
---- |