Skip to content

Commit a27a10b

Browse files
authored
Merge pull request #80911 from JoeAldinger/OSDOCS-11784
OSDOCS-11784: removes SDN from commands and misc spots
2 parents 69b5029 + e531518 commit a27a10b

29 files changed

+39
-446
lines changed

_unused_topics/monitoring-monitoring-overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ All the components of the monitoring stack are monitored by the stack. Additiona
3838
* kube-controller-manager-operator
3939
* kube-scheduler
4040
* kubelet
41-
* monitor-sdn
41+
* monitor-ovn-kubernetes
4242
* openshift-apiserver
4343
* openshift-apiserver-operator
4444
* openshift-controller-manager

modules/assisted-installer-using-the-assisted-installer.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The {ai-full} provides installation functionality as a service. This software-as
2121
** Eliminates the need to install and run the {product-title} installer locally.
2222
** Ensures the latest version of the installer up to the latest tested z-stream releases. Older versions remain available, if needed.
2323
** Enables building automation by using the API without the need to run the {product-title} installer locally.
24-
* *Advanced networking:* The {ai-full} supports IPv4 networking with SDN and OVN, IPv6 and dual stack networking with OVN only, NMState-based static IP addressing, and an HTTP/S proxy. OVN is the default Container Network Interface (CNI) for OpenShift Container Platform 4.12 and later releases. SDN is supported up to {product-title} 4.14, but is not supported for {product-title} 4.15 and later releases.
24+
* *Advanced networking:* The {ai-full} supports IPv4 and IPv6 networking, as well as dual-stack networking with the OVN-Kubernetes network plugin, NMState-based static IP addressing, and an HTTP/S proxy. OVN-Kubernetes is the default Container Network Interface (CNI) for {product-title} 4.12 and later releases. OpenShift SDN is supported up to {product-title} 4.14, but is not supported for {product-title} 4.15 and later releases.
2525

2626
* *Preinstallation validation:* The {ai-full} validates the configuration before installation to ensure a high probability of success. The validation process includes the following checks:
2727
** Ensuring network connectivity

modules/baseline-router-performance.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ When evaluating a single HAProxy router performance in terms of HTTP requests ha
2121
2222
* Back end server page size
2323
24-
* Underlying infrastructure (network/SDN solution, CPU, and so on)
24+
* Underlying infrastructure (network, CPU, and so on)
2525
2626
While performance in your specific environment will vary, Red Hat lab tests on a public cloud instance of size 4 vCPU/16GB RAM. A single HAProxy router handling 100 routes terminated by backends serving 1kB static pages is able to handle the following number of transactions per second.
2727

modules/configuring-default-seccomp-profile.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ metadata:
5353
annotations:
5454
k8s.v1.cni.cncf.io/network-status: |-
5555
[{
56-
"name": "openshift-sdn",
56+
"name": "ovn-kubernetes",
5757
"interface": "eth0",
5858
"ips": [
5959
"10.131.0.18"
@@ -63,7 +63,7 @@ metadata:
6363
}]
6464
k8s.v1.cni.cncf.io/network-status: |-
6565
[{
66-
"name": "openshift-sdn",
66+
"name": "ovn-kubernetes",
6767
"interface": "eth0",
6868
"ips": [
6969
"10.131.0.18"

modules/dr-restoring-cluster-state-about.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Restoring to a previous cluster state is a destructive and destablizing action t
1818
If you are able to retrieve data using the Kubernetes API server, then etcd is available and you should not restore using an etcd backup.
1919
====
2020

21-
Restoring etcd effectively takes a cluster back in time and all clients will experience a conflicting, parallel history. This can impact the behavior of watching components like kubelets, Kubernetes controller managers, SDN controllers, and persistent volume controllers.
21+
Restoring etcd effectively takes a cluster back in time and all clients will experience a conflicting, parallel history. This can impact the behavior of watching components like kubelets, Kubernetes controller managers, persistent volume controllers, and OpenShift operators, including the network operator.
2222

2323
It can cause Operator churn when the content in etcd does not match the actual content on disk, causing Operators for the Kubernetes API server, Kubernetes controller manager, Kubernetes scheduler, and etcd to get stuck when files on disk conflict with content in etcd. This can require manual actions to resolve the issues.
2424

modules/getting-started-cli-examining-pod.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Labels: app=national-parks-app
5555
role=frontend
5656
Annotations: k8s.v1.cni.cncf.io/network-status:
5757
[{
58-
"name": "openshift-sdn",
58+
"name": "ovn-kubernetes",
5959
"interface": "eth0",
6060
"ips": [
6161
"10.131.0.14"
@@ -65,7 +65,7 @@ Annotations: k8s.v1.cni.cncf.io/network-status:
6565
}]
6666
k8s.v1.cni.cncf.io/network-status:
6767
[{
68-
"name": "openshift-sdn",
68+
"name": "ovn-kubernetes",
6969
"interface": "eth0",
7070
"ips": [
7171
"10.131.0.14"
@@ -117,9 +117,9 @@ Events:
117117
Type Reason Age From Message
118118
---- ------ ---- ---- -------
119119
Normal Scheduled 46s default-scheduler Successfully assigned user-getting-started/parksmap-848bd4954b-5pvcc to ci-ln-fr1rt92-72292-4fzf9-worker-a-g9g7c
120-
Normal AddedInterface 44s multus Add eth0 [10.131.0.14/23] from openshift-sdn
120+
Normal AddedInterface 44s multus Add eth0 [10.131.0.14/23] from ovn-kubernetes
121121
Normal Pulling 44s kubelet Pulling image "quay.io/openshiftroadshow/parksmap@sha256:89d1e324846cb431df9039e1a7fd0ed2ba0c51aafbae73f2abd70a83d5fa173b"
122122
Normal Pulled 35s kubelet Successfully pulled image "quay.io/openshiftroadshow/parksmap@sha256:89d1e324846cb431df9039e1a7fd0ed2ba0c51aafbae73f2abd70a83d5fa173b" in 9.49243308s
123123
Normal Created 35s kubelet Created container parksmap
124124
Normal Started 35s kubelet Started container parksmap
125-
----
125+
----

modules/how-to-plan-your-environment-according-to-cluster-maximums.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ Where:
4242
required pods per cluster / total number of nodes = expected pods per node
4343
----
4444

45-
{product-title} comes with several system pods, such as SDN, DNS, Operators, and others, which run across every worker node by default. Therefore, the result of the above formula can vary.
45+
{product-title} comes with several system pods, such as OVN-Kubernetes, DNS, Operators, and others, which run across every worker node by default. Therefore, the result of the above formula can vary.

modules/ibm-z-choose-networking-setup.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ Depending on your setup, consider these best practices:
1414
* Always use the latest available NIC version. For example, OSA Express 7S 10 GbE shows great improvement compared to OSA Express 6S 10 GbE with transactional workload types, although both are 10 GbE adapters.
1515
* Each virtual switch adds an additional layer of latency.
1616
* The load balancer plays an important role for network communication outside the cluster. Consider using a production-grade hardware load balancer if this is critical for your application.
17-
* {product-title} SDN introduces flows and rules, which impact the networking performance. Make sure to consider pod affinities and placements, to benefit from the locality of services where communication is critical.
17+
* {product-title} OVN-Kubernetes network plugin introduces flows and rules, which impact the networking performance. Make sure to consider pod affinities and placements, to benefit from the locality of services where communication is critical.
1818
* Balance the trade-off between performance and functionality.

modules/installation-osp-creating-sr-iov-compute-machines.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ After standing up the control plane, create compute machines that run on the SR-
6363
nic_list: []
6464
6565
tasks:
66-
# Create the SDN/primary port for each worker node
66+
# Create the primary port for each worker node
6767
- name: 'Create the Compute ports'
6868
os_port:
6969
name: "{{ item.1 }}-{{ item.0 }}"
@@ -75,7 +75,7 @@ After standing up the control plane, create compute machines that run on the SR-
7575
with_indexed_items: "{{ [os_port_worker] * os_compute_nodes_number }}"
7676
register: ports
7777
78-
# Tag each SDN/primary port with cluster name
78+
# Tag each primary port with cluster name
7979
- name: 'Set Compute ports tag'
8080
command:
8181
cmd: "openstack port set --tag {{ cluster_id_tag }} {{ item.1 }}-{{ item.0 }}"

modules/installation-osp-modifying-networktype.adoc

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)