Skip to content

Commit 344f403

Browse files
authored
Merge pull request #45830 from ktothill/TELCODOCS-415
TELCODOCS-415: Use of openshift-sdn with sno is deprecated
2 parents f6f4a60 + c471836 commit 344f403

File tree

4 files changed

+27
-13
lines changed

4 files changed

+27
-13
lines changed

modules/install-sno-about-installing-on-a-single-node.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@
77
= About OpenShift on a single node
88

99
You can create a single node cluster with standard installation methods. {product-title} on a single node is a specialized installation that requires the creation of a special ignition configuration ISO. The primary use case is for edge computing workloads, including intermittent connectivity, portable clouds, and 5G radio access networks (RAN) close to a base station. The major tradeoff with an installation on a single node is the lack of high availability.
10+
11+
[IMPORTANT]
12+
====
13+
The use of OpenShiftSDN with single-node OpenShift is deprecated. OVN-Kubernetes is the default networking solution for single-node OpenShift deployments.
14+
====

modules/install-sno-generating-the-discovery-iso-manually.adoc

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -82,19 +82,19 @@ controlPlane:
8282
metadata:
8383
name: <name> <4>
8484
networking:
85-
networkType: OVNKubernetes
85+
networkType: OVNKubernetes <5>
8686
clusterNetwork:
87-
- cidr: <IP_address>/<prefix> <5>
88-
hostPrefix: <prefix> <6>
87+
- cidr: <IP_address>/<prefix> <6>
88+
hostPrefix: <prefix> <7>
8989
serviceNetwork:
90-
- <IP_address>/<prefix> <7>
90+
- <IP_address>/<prefix> <8>
9191
platform:
9292
none: {}
9393
bootstrapInPlace:
94-
installationDisk: <path_to_install_drive> <8>
95-
pullSecret: '<pull_secret>' <9>
94+
installationDisk: <path_to_install_drive> <9>
95+
pullSecret: '<pull_secret>' <10>
9696
sshKey: |
97-
<ssh_key> <10>
97+
<ssh_key> <11>
9898
----
9999
+
100100
<1> Add the cluster domain name.
@@ -105,17 +105,19 @@ sshKey: |
105105
+
106106
<4> Set the `metadata` name to the cluster name.
107107
+
108-
<5> Set the `clusterNetwork` CIDR.
108+
<5> Set the `networkType`. OVN-Kubernetes is the default networking for SNO. OpenShiftSDN is deprecated.
109109
+
110-
<6> Set the `clusterNetwork` host prefix. Pods receive their IP addresses from this pool.
110+
<6> Set the `clusterNetwork` CIDR.
111111
+
112-
<7> Set the `serviceNetwork` CIDR. Services receive their IP addresses from this pool.
112+
<7> Set the `clusterNetwork` host prefix. Pods receive their IP addresses from this pool.
113113
+
114-
<8> Set the path to the installation disk drive.
114+
<8> Set the `serviceNetwork` CIDR. Services receive their IP addresses from this pool.
115115
+
116-
<9> Copy the {cluster-manager-url-pull}. In step 1, click *Download pull secret* and add the contents to this configuration setting.
116+
<9> Set the path to the installation disk drive.
117117
+
118-
<10> Add the public SSH key from the administration host so that you can log in to the cluster after installation.
118+
<10> Copy the {cluster-manager-url-pull}. In step 1, click *Download pull secret* and add the contents to this configuration setting.
119+
+
120+
<11> Add the public SSH key from the administration host so that you can log in to the cluster after installation.
119121

120122
. Generate {product-title} assets:
121123
+

modules/nw-ovn-kubernetes-matrix.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ ifeval::["{context}" == "about-openshift-sdn"]
4141

4242
|Egress router|Supported|Supported ^[2]^
4343

44+
|Hybrid networking|Not supported|Supported
45+
4446
|IPsec encryption|Not supported|Supported
4547

4648
|IPv6|Not supported|Supported ^[3]^

networking/ovn_kubernetes_network_provider/about-ovn-kubernetes.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ OVN-Kubernetes is based on Open Virtual Network (OVN) and provides an overlay-ba
1212
A cluster that uses the OVN-Kubernetes network provider also runs Open vSwitch (OVS) on each node.
1313
OVN configures OVS on each node to implement the declared network configuration.
1414

15+
[NOTE]
16+
====
17+
OVN-Kubernetes is the default networking solution for SNO deployments.
18+
====
19+
1520
include::modules/nw-ovn-kubernetes-features.adoc[leveloffset=+1]
1621

1722
include::modules/nw-ovn-kubernetes-matrix.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)