Skip to content

Commit 8d898a0

Browse files
authored
Merge pull request #67704 from obrown1205/OSDOCS-2464
2 parents 89906c6 + 15a3a49 commit 8d898a0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/update-upgrading-cli.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,12 @@ $ oc adm upgrade --to=<version> <1>
103103
<1> `<version>` is the update version that you obtained from the output of the
104104
`oc adm upgrade` command.
105105

106+
+
107+
[IMPORTANT]
108+
====
109+
When using `oc adm upgrade --help`, there is a listed option for `--force`. This is *heavily discouraged*, as using the `--force` option bypasses cluster-side guards, including release verification and precondition checks. Using `--force` does not guarantee a successful update. Bypassing guards put the cluster at risk.
110+
====
111+
106112
. Review the status of the Cluster Version Operator:
107113
+
108114
[source,terminal]
@@ -147,3 +153,4 @@ ip-10-0-182-134.ec2.internal Ready worker 70m v1.27.3
147153
ip-10-0-211-16.ec2.internal Ready master 82m v1.27.3
148154
ip-10-0-250-100.ec2.internal Ready worker 69m v1.27.3
149155
----
156+

0 commit comments

Comments
 (0)