Skip to content

Commit 1e83807

Browse files
authored
Merge pull request #70149 from mburke5678/okd-remove-eus-update
GH70054: Removed EUS mentions from OKD update docs
2 parents 26d7319 + 3fdeb23 commit 1e83807

File tree

5 files changed

+38
-9
lines changed

5 files changed

+38
-9
lines changed

modules/gathering-log-data.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
[id="gathering-log-data_{context}"]
77
= Gathering log data for a support case
88

9-
To gather data from your cluster, including log data, use the `oc adm must-gather` command. See _Gathering data about your cluster for Red Hat Support_.
9+
To gather data from your cluster, including log data, use the `oc adm must-gather` command. See _Gathering data about your cluster_.

modules/migrating-to-multi-arch-cli.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ $ oc adm upgrade
3636
+
3737
For more information about cluster version condition types, see _Understanding cluster version condition types_.
3838

39+
ifndef::openshift-origin[]
3940
. If the condition `RetrievedUpdates` is `False`, change the channel to `stable-<4.y>` or `fast-<4.y>` with the following command:
4041
+
4142
[source,terminal]
@@ -46,6 +47,7 @@ $ oc adm upgrade channel <channel>
4647
After setting the channel, verify if `RetrievedUpdates` is `True`.
4748
+
4849
For more information about channels, see _Understanding update channels and releases_.
50+
endif::openshift-origin[]
4951

5052
. Migrate to the multi-architecture payload with following command:
5153
+

modules/update-upgrading-cli.adoc

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,35 +30,52 @@ you want to apply:
3030
$ oc adm upgrade
3131
----
3232
+
33+
ifndef::openshift-origin[]
3334
.Example output
3435
[source,terminal]
3536
----
36-
$ oc adm upgrade
3737
Cluster version is 4.13.10
38-
3938
Upstream is unset, so the cluster will use an appropriate default.
4039
Channel: stable-4.13 (available channels: candidate-4.13, candidate-4.14, fast-4.13, stable-4.13)
41-
4240
Recommended updates:
43-
4441
VERSION IMAGE
4542
4.13.14 quay.io/openshift-release-dev/ocp-release@sha256:406fcc160c097f61080412afcfa7fd65284ac8741ac7ad5b480e304aba73674b
4643
4.13.13 quay.io/openshift-release-dev/ocp-release@sha256:d62495768e335c79a215ba56771ff5ae97e3cbb2bf49ed8fb3f6cefabcdc0f17
4744
4.13.12 quay.io/openshift-release-dev/ocp-release@sha256:73946971c03b43a0dc6f7b0946b26a177c2f3c9d37105441315b4e3359373a55
4845
4.13.11 quay.io/openshift-release-dev/ocp-release@sha256:e1c2377fdae1d063aaddc753b99acf25972b6997ab9a0b7e80cfef627b9ef3dd
4946
----
47+
endif::openshift-origin[]
48+
ifdef::openshift-origin[]
49+
.Example output
50+
[source,terminal]
51+
----
52+
Cluster version is 4.13.0-0.okd-2023-10-28-065448
53+
54+
Upstream: https://amd64.origin.releases.ci.openshift.org/graph
55+
Channel: stable-4
56+
57+
Recommended updates:
58+
59+
VERSION IMAGE
60+
4.14.0-0.okd-2024-01-06-084517 registry.ci.openshift.org/origin/release@sha256:c4a6b6850701202f629c0e451de784b02f0de079650a1b9ccbf610448ebc9227
61+
4.14.0-0.okd-2023-11-14-101924 registry.ci.openshift.org/origin/release@sha256:72d40c51e7c4d1b9c31e9b0d276d045f1b2b93def5ecee49186df856d40bcb5c
62+
4.14.0-0.okd-2023-11-12-042703 registry.ci.openshift.org/origin/release@sha256:2242d1df4e4cbcc0cd27191ab9ad5f55ac4f0c60c3cda2a186181a2435e3bd00
63+
4.14.0-0.okd-2023-10-28-073550 registry.ci.openshift.org/origin/release@sha256:7a6200e347a1b857e47f2ab0735eb1303af7d796a847d79ef9706f217cd12f5c
64+
----
65+
endif::openshift-origin[]
5066
+
5167
[NOTE]
5268
====
5369
* If there are no available updates, updates that are supported but not recommended might still be available.
5470
See _Updating along a conditional update path_ for more information.
55-
71+
ifndef::openshift-origin[]
5672
* For details and information on how to perform an `EUS-to-EUS` channel update, please refer to the _Preparing to perform an EUS-to-EUS upgrade_ page, listed in the Additional resources section.
73+
endif::openshift-origin[]
5774
====
58-
75+
ifndef::openshift-origin[]
5976
. Based on your organization requirements, set the appropriate update channel. For example, you can set your channel to `stable-4.13` or `fast-4.13`. For more information about channels, refer to _Understanding update channels and releases_ listed in the Additional resources section.
77+
// In OKD, no need to set the channel.
6078
//this example will need to be updated per eus release to reflect options available
61-
6279
+
6380
[source,terminal]
6481
----
@@ -86,6 +103,7 @@ Update recommendations can change over time, as they are based on what update op
86103
87104
If you cannot see an update path to your target minor version, keep updating your cluster to the latest patch release for your current version until the next minor version is available in the path.
88105
====
106+
endif::openshift-origin[]
89107
90108
. Apply an update:
91109
** To update to the latest version:

updating/troubleshooting_updates/gathering-data-cluster-update.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,17 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9+
ifndef::openshift-origin[]
910
When reaching out to Red Hat support for issues with an update, it is important to provide data for the support team to use for troubleshooting your failed cluster update.
11+
endif::openshift-origin[]
12+
ifdef::openshift-origin[]
13+
If your cluster update fails, you can examine cluster data to troubleshoot the failure.
14+
endif::openshift-origin[]
1015

1116
include::modules/gathering-log-data.adoc[leveloffset=+1]
1217

1318
[role="_additional-resources"]
1419
[id="additional-resources_gathering-cluster-data"]
1520
.Additional resources
1621

17-
* xref:../../support/gathering-cluster-data.adoc#support_gathering_data_gathering-cluster-data[Gathering data about your cluster for Red Hat Support]
22+
* xref:../../support/gathering-cluster-data.adoc#support_gathering_data_gathering-cluster-data[Gathering data about your cluster]

updating/updating_a_cluster/updating-cluster-cli.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,13 @@ include::modules/update-upgrading-cli.adoc[leveloffset=+1]
5959
[role="_additional-resources"]
6060
.Additional resources
6161

62+
ifndef::openshift-origin[]
6263
* xref:../../updating/updating_a_cluster/eus-eus-update.adoc#eus-eus-update[Performing an EUS-to-EUS update]
64+
endif::openshift-origin[]
6365
* xref:../../updating/updating_a_cluster/updating-cluster-cli.adoc#update-conditional-upgrade-pathupdating-cluster-cli[Updating along a conditional update path]
66+
ifndef::openshift-origin[]
6467
* xref:../../updating/understanding_updates/understanding-update-channels-release.adoc#understanding-update-channels-releases[Understanding update channels and releases]
68+
endif::openshift-origin[]
6569

6670
// Updating along a conditional update path
6771
include::modules/update-conditional-updates.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)