Skip to content

Commit df17c7b

Browse files
authored
Merge pull request #73316 from ahardin-rh/sdn-derecation-snippet
OCPBUGS-30827: Adding SDN deprecation statements across the doc set
2 parents 3ab35a5 + 867d357 commit df17c7b

16 files changed

+56
-0
lines changed

modules/nw-networking-glossary-terms.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ The Single Root I/O Virtualization (SR-IOV) Network Operator manages the SR-IOV
105105
software-defined networking (SDN)::
106106
{product-title} uses a software-defined networking (SDN) approach to provide a unified cluster network that enables communication between pods across the {product-title} cluster.
107107

108+
include::snippets/sdn-deprecation-statement.adoc[]
109+
108110
Stream Control Transmission Protocol (SCTP)::
109111
SCTP is a reliable message based protocol that runs on top of an IP network.
110112

modules/nw-ovn-kubernetes-migration-about.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Migrating to or from the OVN-Kubernetes network plugin is not supported for mana
2424
Migrating from OpenShift SDN network plugin to OVN-Kubernetes network plugin is not supported on Nutanix.
2525
====
2626

27+
include::snippets/sdn-deprecation-statement.adoc[]
28+
2729
[id="considerations-migrating-ovn-kubernetes-network-provider_{context}"]
2830
== Considerations for migrating to the OVN-Kubernetes network plugin
2931

modules/optimizing-mtu-networking.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ The NIC MTU is only configured at the time of {product-title} installation. The
1111

1212
The OpenShift SDN network plugin overlay MTU must be less than the NIC MTU by 50 bytes at a minimum. This accounts for the SDN overlay header. So, on a normal ethernet network, this should be set to `1450`. On a jumbo frame ethernet network, this should be set to `8950`. These values should be set automatically by the Cluster Network Operator based on the NIC's configured MTU. Therefore, cluster administrators do not typically update these values. Amazon Web Services (AWS) and bare-metal environments support jumbo frame ethernet networks. This setting will help throughput, especially with transmission control protocol (TCP).
1313

14+
include::snippets/sdn-deprecation-statement.adoc[]
15+
1416
For OVN and Geneve, the MTU must be less than the NIC MTU by 100 bytes at a minimum.
1517

1618
[NOTE]

networking/about-networking.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ toc::[]
88

99
{openshift-networking} is an ecosystem of features, plugins and advanced networking capabilities that extend Kubernetes networking with the advanced networking-related features that your cluster needs to manage its network traffic for one or multiple hybrid clusters. This ecosystem of networking capabilities integrates ingress, egress, load balancing, high-performance throughput, security, inter- and intra-cluster traffic management and provides role-based observability tooling to reduce its natural complexities.
1010

11+
include::snippets/sdn-deprecation-statement.adoc[]
12+
1113
The following list highlights some of the most commonly used {openshift-networking} features available on your cluster:
1214

1315
- Primary cluster network provided by either of the following Container Network Interface (CNI) plugins:

networking/openshift_sdn/about-openshift-sdn.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ that enables communication between pods across the {product-title} cluster. This
1212
pod network is established and maintained by OpenShift SDN, which configures
1313
an overlay network using Open vSwitch (OVS).
1414

15+
include::snippets/sdn-deprecation-statement.adoc[]
16+
1517
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
1618
include::modules/nw-openshift-sdn-modes.adoc[leveloffset=+1]
1719
endif::[]

networking/openshift_sdn/assigning-egress-ips.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ toc::[]
99
[role="_abstract"]
1010
As a cluster administrator, you can configure the OpenShift SDN Container Network Interface (CNI) network plugin to assign one or more egress IP addresses to a project.
1111

12+
include::snippets/sdn-deprecation-statement.adoc[]
13+
1214
include::modules/nw-egress-ips-about.adoc[leveloffset=+1]
1315

1416
include::modules/nw-egress-ips-automatic.adoc[leveloffset=+1]

networking/openshift_sdn/configuring-egress-firewall.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ toc::[]
88

99
As a cluster administrator, you can create an egress firewall for a project that restricts egress traffic leaving your {product-title} cluster.
1010

11+
include::snippets/sdn-deprecation-statement.adoc[]
12+
1113
include::modules/nw-egressnetworkpolicy-about.adoc[leveloffset=+1]
1214
include::modules/nw-egressnetworkpolicy-object.adoc[leveloffset=+1]
1315
include::modules/nw-egressnetworkpolicy-create.adoc[leveloffset=+1]

networking/openshift_sdn/editing-egress-firewall.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ toc::[]
88

99
As a cluster administrator, you can modify network traffic rules for an existing egress firewall.
1010

11+
include::snippets/sdn-deprecation-statement.adoc[]
12+
1113
include::modules/nw-egressnetworkpolicy-edit.adoc[leveloffset=+1]

networking/openshift_sdn/enabling-multicast.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ endif::[]
1111

1212
toc::[]
1313

14+
include::snippets/sdn-deprecation-statement.adoc[]
1415
include::modules/nw-about-multicast.adoc[leveloffset=+1]
1516
include::modules/nw-enabling-multicast.adoc[leveloffset=+1]

networking/openshift_sdn/migrate-to-openshift-sdn.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ toc::[]
88

99
As a cluster administrator, you can migrate to the OpenShift SDN network plugin from the OVN-Kubernetes network plugin.
1010

11+
include::snippets/sdn-deprecation-statement.adoc[]
12+
1113
To learn more about OpenShift SDN, read xref:../../networking/openshift_sdn/about-openshift-sdn.adoc#about-openshift-sdn[About the OpenShift SDN network plugin].
1214

1315
include::modules/nw-network-plugin-migration-process.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)