Skip to content

Commit 3492bfc

Browse files
authored
Merge pull request #70260 from mburke5678/okd-remove-eus-update-2
GH70054: Removed EUS mentions from OKD update docs- Follow up
2 parents d3e20f4 + 08d6343 commit 3492bfc

File tree

5 files changed

+38
-3
lines changed

5 files changed

+38
-3
lines changed

modules/api-compatibility-common-terminology.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,12 @@ For example, in the release 4.13.2:
3838
* 13 is the minor release version
3939
* 2 is the z-stream release version
4040

41+
ifndef::openshift-origin[]
4142
[id="api-compatibility-common-terminology-eus_{context}"]
4243
== Extended user support (EUS)
4344

4445
A minor release in an {product-title} major release that has an extended support window for critical bug fixes. Users are able to migrate between EUS releases by incrementally adopting minor versions between EUS releases. It is important to note that the deprecation policy is defined across minor releases and not EUS releases. As a result, an EUS user might have to respond to a deprecation when migrating to a future EUS while sequentially upgrading through each minor release.
46+
endif::openshift-origin[]
4547

4648
[id="api-compatibility-common-terminology-dev-preview_{context}"]
4749
== Developer Preview

modules/persistent-storage-csi-migration-vsphere.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,6 @@ oc -n openshift-config patch cm admin-acks --patch '{"data":{"ack-4.13-kube-127-
4646
If you do *not* update to vSphere 7.0 Update 3L or 8.0 Update 2 and use an administrator acknowledgment to update to {product-title} 4.14, known issues can occur due to CSI migration being enabled by default in {product-title} 4.14. link:https://access.redhat.com/node/7011683[Before proceeding with the administrator acknowledgement, carefully read this knowledge base article].
4747
====
4848

49-
Updating from {product-title} 4.12 to 4.14 is an Extended Update Support (EUS)-to-EUS update. To understand the ramifications for this type of update and how to perform it, see the _EUS-to-EUS update_ link in the _Additional resources_ section below.
49+
ifndef::openshift-origin[]
50+
Updating from {product-title} 4.12 to 4.14 is an Extended Update Support (EUS)-to-EUS update. To understand the ramifications for this type of update and how to perform it, see the _EUS-to-EUS update_ link in the _Additional resources_ section below.
51+
endif::openshift-origin[]

modules/update-upgrading-cli.adoc

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ $ oc adm upgrade --to=<version> <1>
121121
----
122122
<1> `<version>` is the update version that you obtained from the output of the
123123
`oc adm upgrade` command.
124-
125124
+
126125
[IMPORTANT]
127126
====
@@ -134,6 +133,18 @@ When using `oc adm upgrade --help`, there is a listed option for `--force`. This
134133
----
135134
$ oc adm upgrade
136135
----
136+
ifdef::openshift-origin[]
137+
+
138+
[source,terminal]
139+
.Example output
140+
----
141+
info: An upgrade is in progress. Working towards 4.14.0-0.okd-2024-01-06-084517: 117 of 864 done (13% complete), waiting on etcd, kube-apiserver
142+
143+
Upstream: https://amd64.origin.releases.ci.openshift.org/graph
144+
Channel: stable-4
145+
No updates available. You may still upgrade to a specific release image with --to-image or wait for new updates to be available.
146+
----
147+
endif::openshift-origin[]
137148
138149
. After the update completes, you can confirm that the cluster version has
139150
updated to the new version:
@@ -142,6 +153,7 @@ updated to the new version:
142153
----
143154
$ oc adm upgrade
144155
----
156+
ifndef::openshift-origin[]
145157
+
146158
.Example output
147159
[source,terminal]
@@ -153,6 +165,19 @@ Channel: stable-<version> (available channels: candidate-<version>, eus-<version
153165

154166
No updates available. You may force an update to a specific release image, but doing so might not be supported and might result in downtime or data loss.
155167
----
168+
endif::openshift-origin[]
169+
ifdef::openshift-origin[]
170+
+
171+
[source,terminal]
172+
.Example output
173+
----
174+
Cluster version is 4.14.0-0.okd-2024-01-06-084517
175+
176+
Upstream: https://amd64.origin.releases.ci.openshift.org/graph
177+
Channel: stable-4
178+
No updates available. You may still upgrade to a specific release image with --to-image or wait for new updates to be available.
179+
----
180+
endif::openshift-origin[]
156181
+
157182
. If you are updating your cluster to the next minor version, such as version X.y to X.(y+1), it is recommended to confirm that your nodes are updated before deploying workloads that rely on a new feature:
158183
+

storage/container_storage_interface/persistent-storage-csi-migration.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ To change the default storage class, see xref:../../storage/container_storage_in
1515

1616
include::modules/persistent-storage-csi-migration-vsphere.adoc[leveloffset=+1]
1717

18+
ifndef::openshift-origin[]
1819
[role="_additional-resources"]
1920
.Additional resources
20-
* xref:../../updating/updating_a_cluster/eus-eus-update.adoc#eus-eus-update[Performing an EUS-to-EUS update]
21+
* xref:../../updating/updating_a_cluster/eus-eus-update.adoc#eus-eus-update[Performing an EUS-to-EUS update]
22+
endif::openshift-origin[]

virt/updating/upgrading-virt.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ include::modules/virt-about-upgrading-virt.adoc[leveloffset=+1]
1414

1515
include::modules/virt-about-workload-updates.adoc[leveloffset=+2]
1616

17+
ifndef::openshift-origin[]
1718
include::modules/virt-about-eus-updates.adoc[leveloffset=+2]
1819

1920
Learn more about xref:../../updating/updating_a_cluster/eus-eus-update.adoc#eus-eus-update[performing an EUS-to-EUS update].
2021

2122
include::modules/virt-preventing-workload-updates-during-eus-update.adoc[leveloffset=+1]
23+
endif::openshift-origin[]
2224

2325
include::modules/virt-configuring-workload-update-methods.adoc[leveloffset=+1]
2426

@@ -42,7 +44,9 @@ Configure workload updates to ensure that VMIs update automatically.
4244
[id="additional-resources_upgrading-virt"]
4345
[role="_additional-resources"]
4446
== Additional resources
47+
ifndef::openshift-origin[]
4548
* xref:../../updating/updating_a_cluster/eus-eus-update.adoc#eus-eus-update[Performing an EUS-to-EUS update]
49+
endif::openshift-origin[]
4650
* xref:../../operators/understanding/olm-what-operators-are.adoc#olm-what-operators-are[What are Operators?]
4751
* xref:../../operators/understanding/olm/olm-understanding-olm.adoc#olm-understanding-olm[Operator Lifecycle Manager concepts and resources]
4852
* xref:../../operators/understanding/olm/olm-understanding-olm.adoc#olm-csv_olm-understanding-olm[Cluster service versions (CSVs)]

0 commit comments

Comments
 (0)