Skip to content

Commit cfa36b5

Browse files
authored
Merge pull request #53310 from ShaunaDiaz/OSDOCS-4614
OSDOCS-4614: making corrections to Troubleshooting book
2 parents 040121c + a72326c commit cfa36b5

File tree

7 files changed

+39
-28
lines changed

7 files changed

+39
-28
lines changed

_topic_maps/_topic_map_ms.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,5 +152,7 @@ Name: Troubleshooting
152152
Dir: microshift_troubleshooting
153153
Distros: microshift
154154
Topics:
155-
- Name: MicroShift Troubleshooting
156-
File: microshift-troubleshooting
155+
- Name: Checking your version
156+
File: microshift-version
157+
- Name: Known issues
158+
File: microshift-known-issues
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
:_content-type: ASSEMBLY
2+
[id="microshift-known-issues"]
3+
= Troubleshoot known issues
4+
include::_attributes/attributes-microshift.adoc[]
5+
:context: microshift-known-issues
6+
toc::[]
7+
8+
Read about known issues and possible solutions.
9+
10+
include::modules/microshift-ki-cni-iptables-deleted.adoc[leveloffset=+1]

microshift_troubleshooting/microshift-troubleshooting.adoc

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
:_content-type: ASSEMBLY
2+
[id="microshift-version"]
3+
= Checking which version you have installed
4+
include::_attributes/attributes-microshift.adoc[]
5+
:context: microshift-version
6+
toc::[]
7+
8+
To begin troubleshooting, determine which version of {product-title} you have installed.
9+
10+
include::modules/microshift-version-cli.adoc[leveloffset=+1]
11+
12+
include::modules/microshift-version-api.adoc[leveloffset=+1]

modules/microshift-ki-cni-iptables-deleted.adoc

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Module included in the following assemblies:
22
//
3-
// * microshift_support/microshift-version.adoc
4-
3+
// * microshift_troubleshooting/microshift-known-issues.adoc
4+
:_content-type: PROCEDURE
55
[id="microshift-ki-cni-iptables-deleted_{context}"]
66
= Reloading the firewall deletes iptable rules
77

@@ -50,14 +50,15 @@ $ sudo iptables-save | grep NODEPORT
5050
-A OVN-KUBE-NODEPORT -p tcp -m addrtype --dst-type LOCAL -m tcp --dport 32122 -j DNAT --to-destination 10.43.17.173:80
5151
----
5252

53-
You can also confirm that a new ovnkube-master pod has been started by running the following command:
54-
53+
. You can also confirm that a new ovnkube-master pod has been started by running the following command:
54+
+
5555
[source, terminal]
5656
----
5757
$ oc get pods -n openshift-ovn-kubernetes
5858
----
59-
The listing of the running pods shows a new ovnkube-master pod name and age. For example:
60-
59+
The listing of the running pods shows a new ovnkube-master pod name and age.
60+
+
61+
.Example output
6162
[cols="5",options="header"]
6263
|===
6364
|NAME

modules/microshift-version-api.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Module included in the following assemblies:
22
//
3-
// * microshift_architecture/microshift-version-api.adoc
3+
// * microshift_troubleshooting/microshift-version.adoc
44

5-
:_content-type: CONCEPT
5+
:_content-type: PROCEDURE
66
[id="microshift-version-api_{context}"]
77

88
= Checking the {product-title} version using the API
@@ -15,7 +15,7 @@
1515
----
1616
$ oc get configmap -n kube-public microshift-version -o yaml
1717
----
18-
18+
+
1919
.Example output
2020
[source,yaml]
2121
----

modules/microshift-version-cli.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// Module included in the following assemblies:
22
//
3-
// * microshift_support/microshift-version.adoc
3+
// * microshift_troubleshooting/microshift-version.adoc
44

5+
:_content-type: PROCEDURE
56
[id="microshift-version-cli_{context}"]
67
= Checking the {product-title} version using the command-line interface
78

@@ -13,7 +14,7 @@
1314
----
1415
$ microshift version
1516
----
16-
17+
+
1718
.Example output
1819
[source,terminal]
1920
----

0 commit comments

Comments
 (0)