Skip to content

Commit 5681e40

Browse files
authored
Merge pull request #67698 from obrown1205/OSDOCS-7531
[OSDOCS-7531]: Troubleshooting chapter to Upgrading clusters
2 parents 048b1d2 + 9697c3d commit 5681e40

11 files changed

+67
-33
lines changed

_topic_maps/_topic_map.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -662,8 +662,14 @@ Topics:
662662
File: migrating-to-multi-payload
663663
- Name: Updating hosted control planes
664664
File: updating-hosted-control-planes
665-
# - Name: Troubleshooting an update
666-
# File: updating-troubleshooting
665+
- Name: Troubleshooting a cluster update
666+
Dir: troubleshooting_updates
667+
Distros: openshift-enterprise,openshift-origin
668+
Topics:
669+
#- Name: Recovering when an update fails before it is applied
670+
# File: recovering-update-before-applied
671+
- Name: Gathering data about your cluster update
672+
File: gathering-data-cluster-update
667673
---
668674
Name: Support
669675
Dir: support

modules/gathering-log-data.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * updating/troubleshooting_updates/gathering-data-cluster-update.adoc
4+
5+
:_mod-docs-content-type: PROCEDURE
6+
[id="gathering-log-data_{context}"]
7+
= Gathering log data for a support case
8+
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_.

modules/updating-clear.adoc

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * updating/troubleshooting_updates/recovering-update-before-applied.adoc
4+
5+
[id="updating-troubleshooting-clear_{context}"]
6+
= Recovering when an update fails before it is applied
7+
8+
If an update fails before it is applied, such as when the version that you specify cannot be found, you can cancel the update:
9+
10+
[source,terminal]
11+
----
12+
$ oc adm upgrade --clear
13+
----
14+
15+
[IMPORTANT]
16+
====
17+
If an update fails at any other point, you must contact Red Hat support. Rolling your cluster back to a previous version is not supported.
18+
====
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../_attributes/
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="gathering-data-cluster-update"]
3+
= Gathering data about your cluster update
4+
include::_attributes/common-attributes.adoc[]
5+
:context: troubleshooting_updates
6+
7+
toc::[]
8+
9+
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.
10+
11+
include::modules/gathering-log-data.adoc[leveloffset=+1]
12+
13+
[role="_additional-resources"]
14+
[id="additional-resources_gathering-cluster-data"]
15+
.Additional resources
16+
17+
* xref:../../support/gathering-cluster-data.adoc#support_gathering_data_gathering-cluster-data[Gathering data about your cluster for Red Hat Support]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../images/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../modules/
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="recovering-update-before-applied"]
3+
= Recovering when an update fails before it is applied
4+
include::_attributes/common-attributes.adoc[]
5+
:context: troubleshooting_updates
6+
7+
toc::[]
8+
9+
In some situations, you can recover from a failed update of {product-title}.
10+
11+
include::modules/updating-troubleshooting-clear.adoc[leveloffset=+1]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../snippets/

0 commit comments

Comments
 (0)