1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Merge pull request #53614 from openshift-cherrypick-robot/cherry-pick-53310-to-enterprise-4.12

[enterprise-4.12] OSDOCS-4614: making corrections to Troubleshooting book
This commit is contained in:
Jeana Routh
2022-12-08 13:59:01 -05:00
committed by GitHub
7 changed files with 39 additions and 28 deletions

View File

@@ -152,5 +152,7 @@ Name: Troubleshooting
Dir: microshift_troubleshooting
Distros: microshift
Topics:
- Name: MicroShift Troubleshooting
File: microshift-troubleshooting
- Name: Checking your version
File: microshift-version
- Name: Known issues
File: microshift-known-issues

View File

@@ -0,0 +1,10 @@
:_content-type: ASSEMBLY
[id="microshift-known-issues"]
= Troubleshoot known issues
include::_attributes/attributes-microshift.adoc[]
:context: microshift-known-issues
toc::[]
Read about known issues and possible solutions.
include::modules/microshift-ki-cni-iptables-deleted.adoc[leveloffset=+1]

View File

@@ -1,15 +0,0 @@
:_content-type: ASSEMBLY
[id="microshift-troubleshooting"]
= Check your version and known issues
include::_attributes/attributes-microshift.adoc[]
:context: microshift-troubleshooting
toc::[]
Determine which version of {product-title} you have, find out about known issues, and troubleshoot problems.
include::modules/microshift-version-cli.adoc[leveloffset=+1]
include::modules/microshift-version-api.adoc[leveloffset=+1]
include::modules/microshift-ki-cni-iptables-deleted.adoc[leveloffset=+1]

View File

@@ -0,0 +1,12 @@
:_content-type: ASSEMBLY
[id="microshift-version"]
= Checking which version you have installed
include::_attributes/attributes-microshift.adoc[]
:context: microshift-version
toc::[]
To begin troubleshooting, determine which version of {product-title} you have installed.
include::modules/microshift-version-cli.adoc[leveloffset=+1]
include::modules/microshift-version-api.adoc[leveloffset=+1]

View File

@@ -1,7 +1,7 @@
// Module included in the following assemblies:
//
// * microshift_support/microshift-version.adoc
// * microshift_troubleshooting/microshift-known-issues.adoc
:_content-type: PROCEDURE
[id="microshift-ki-cni-iptables-deleted_{context}"]
= Reloading the firewall deletes iptable rules
@@ -50,14 +50,15 @@ $ sudo iptables-save | grep NODEPORT
-A OVN-KUBE-NODEPORT -p tcp -m addrtype --dst-type LOCAL -m tcp --dport 32122 -j DNAT --to-destination 10.43.17.173:80
----
You can also confirm that a new ovnkube-master pod has been started by running the following command:
. You can also confirm that a new ovnkube-master pod has been started by running the following command:
+
[source, terminal]
----
$ oc get pods -n openshift-ovn-kubernetes
----
The listing of the running pods shows a new ovnkube-master pod name and age. For example:
The listing of the running pods shows a new ovnkube-master pod name and age.
+
.Example output
[cols="5",options="header"]
|===
|NAME

View File

@@ -1,8 +1,8 @@
// Module included in the following assemblies:
//
// * microshift_architecture/microshift-version-api.adoc
// * microshift_troubleshooting/microshift-version.adoc
:_content-type: CONCEPT
:_content-type: PROCEDURE
[id="microshift-version-api_{context}"]
= Checking the {product-title} version using the API
@@ -15,7 +15,7 @@
----
$ oc get configmap -n kube-public microshift-version -o yaml
----
+
.Example output
[source,yaml]
----

View File

@@ -1,7 +1,8 @@
// Module included in the following assemblies:
//
// * microshift_support/microshift-version.adoc
// * microshift_troubleshooting/microshift-version.adoc
:_content-type: PROCEDURE
[id="microshift-version-cli_{context}"]
= Checking the {product-title} version using the command-line interface
@@ -13,7 +14,7 @@
----
$ microshift version
----
+
.Example output
[source,terminal]
----