Skip to content

Commit 2e856c4

Browse files
committed
OSDOCS-5451-FIX: add changes to main
1 parent c308600 commit 2e856c4

File tree

5 files changed

+20
-10
lines changed

5 files changed

+20
-10
lines changed

_topic_maps/_topic_map_ms.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,5 +180,3 @@ Topics:
180180
File: microshift-version
181181
- Name: Additional information
182182
File: microshift-things-to-know
183-
- Name: Troubleshooting
184-
File: microshift-troubleshooting

microshift_networking/microshift-firewall.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ include::modules/microshift-firewall-opt-settings.adoc[leveloffset=+1]
1515
include::modules/microshift-firewall-allow-traffic.adoc[leveloffset=+1]
1616
include::modules/microshift-firewall-apply-settings.adoc[leveloffset=+1]
1717
include::modules/microshift-firewall-verify-settings.adoc[leveloffset=+1]
18-
include::modules/microshift-firewall-known-issue.adoc[leveloffset=+1]
18+
include::modules/microshift-firewall-known-issue.adoc[leveloffset=+1]

microshift_networking/microshift-networking.adoc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,22 @@ Cluster Administrators have several options for exposing applications that run i
1616
1717
By default, Kubernetes allocates each pod an internal IP address for applications running within the pod. Pods and their containers can have traffic between them, but clients outside the cluster do not have direct network access to pods except when exposed with a service such as NodePort.
1818

19+
[NOTE]
20+
====
21+
To troubleshoot NodePort connection problems, read about the known issue in the Release Notes.
22+
====
23+
1924
include::modules/microshift-cni.adoc[leveloffset=+1]
2025
include::modules/microshift-configuring-ovn.adoc[leveloffset=+1]
2126
include::modules/microshift-restart-ovnkube-master.adoc[leveloffset=+1]
2227
//include::modules/microshift-man-config-ovs-bridge.adoc[leveloffset=+1]
2328
include::modules/microshift-http-proxy.adoc[leveloffset=+1]
2429
include::modules/microshift-cri-o-container-runtime.adoc[leveloffset=+1]
2530
include::modules/microshift-ovs-snapshot.adoc[leveloffset=+1]
26-
include::modules/microshift-mDNS.adoc[leveloffset=+1]
31+
include::modules/microshift-mDNS.adoc[leveloffset=+1]
32+
33+
[role="_additional-resources"]
34+
[id="additional-resources_microshift-understanding-networking-settings"]
35+
.Additional resources
36+
37+
* xref:../microshift_release_notes/microshift-4-13-release-notes.adoc#microshift-4-13-known-issues[{product-title} {product-version} release notes --> Known issues]

microshift_troubleshooting/microshift-troubleshooting.adoc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
[id="microshift-troubleshooting"]
33
= Troubleshooting
44
include::_attributes/attributes-microshift.adoc[]
5-
:context: microshift-known-issues
5+
:context: microshift-troubleshooting
66

77
toc::[]
88

9-
Read about troubleshooting and possible solutions for known issues.
9+
//DEPRECATED: This assembly is being deprecated for 4.13 and removed from the topic map.
10+
//TODO: Remove it and associated modules from repo for GA if not needed.
1011

11-
include::modules/microshift-troubleshooting-nodeport.adoc[leveloffset=+1]
12+
//Read about troubleshooting and possible solutions for known issues.
1213

14+
//include::modules/microshift-troubleshooting-nodeport.adoc[leveloffset=+1]
1315
//include::modules/microshift-ki-cni-iptables-deleted.adoc[leveloffset=+1]
14-
//include::modules/microshift-nodeport-unreachable-workaround.adoc[leveloffset=+1]
15-
//these two issues were resolved in 4.12 and 4.13; in 4.13, this last module was moved to KIs in the release notes and assembly in Troubleshooting removed
16+
//include::modules/microshift-nodeport-unreachable-workaround.adoc[leveloffset=+1]

modules/microshift-cni.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Networking features not available with {product-title} {product-version}:
4747

4848
//Q: are there immutable network settings we should tell users about?
4949
[id="microshift-network-comps-svcs_{context}"]
50-
== {product-title} networking components and services overview
50+
== {product-title} networking components and services
5151
This brief overview describes networking components and their operation in {product-title}. The `microshift-networking` RPM is a package that automatically pulls in any networking-related dependencies and systemd services to initialize networking, for example, the `microshift-ovs-init` systemd service.
5252

5353
NetworkManager::

0 commit comments

Comments
 (0)