Skip to content

Commit 44773e0

Browse files
authored
Merge pull request #73140 from SNiemann15/remove_sdn_support
[OSDOCS-9223] Remove sdn as supported value
2 parents 6f0aec9 + d2d10dc commit 44773e0

14 files changed

+23
-23
lines changed

modules/installation-alibaba-config-yaml.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ sshKey: |
5858
ssh-rsa AAAA... <7>
5959
----
6060
<1> Required. The installation program prompts you for a cluster name.
61-
<2> The cluster network plugin to install. The supported values are `OVNKubernetes` and `OpenShiftSDN`. The default value is `OVNKubernetes`.
61+
<2> The cluster network plugin to install. The default value `OVNKubernetes` is the only supported value.
6262
<3> Optional. Specify parameters for machine pools that do not define their own platform configuration.
6363
<4> Required. The installation program prompts you for the region to deploy the cluster to.
6464
<5> Optional. Specify an existing resource group where the cluster should be installed.

modules/installation-aws-config-yaml.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,13 +338,13 @@ ifndef::aws-outposts[]
338338
====
339339
The IMDS configuration for control plane machines that is set during cluster installation can only be changed by using the AWS CLI. The IMDS configuration for compute machines can be changed by using compute machine sets.
340340
====
341-
<8> The cluster network plugin to install. The supported values are `OVNKubernetes` and `OpenShiftSDN`. The default value is `OVNKubernetes`.
341+
<8> The cluster network plugin to install. The default value `OVNKubernetes` is the only supported value.
342342
endif::aws-outposts[]
343343
ifdef::aws-outposts[]
344344
<6> For compute instances running in an AWS Outpost instance, specify a supported instance type in the AWS Outpost instance.
345345
<7> For compute instances running in AWS Outpost instance, specify the Availability Zone where the Outpost instance is located.
346346
<8> For compute instances running in AWS Outpost instance, specify volume type gp2, to avoid using gp3 volume type which is not supported.
347-
<9> The cluster network plugin to install. The supported values are `OVNKubernetes` and `OpenShiftSDN`. The default value is `OVNKubernetes`.
347+
<9> The cluster network plugin to install. The default value `OVNKubernetes` is the only supported value.
348348
<10> If you provide your own VPC, specify subnets for each availability zone that your cluster uses.
349349
endif::aws-outposts[]
350350
ifdef::vpc,restricted[]

modules/installation-azure-config-yaml.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ If you disable simultaneous multithreading, ensure that your capacity planning a
232232
//To configure faster storage for etcd, especially for larger clusters, set the
233233
//storage type as `io1` and set `iops` to `2000`.
234234
<6> Specify a list of zones to deploy your machines to. For high availability, specify at least two zones.
235-
<7> The cluster network plugin to install. The supported values are `OVNKubernetes` and `OpenShiftSDN`. The default value is `OVNKubernetes`.
235+
<7> The cluster network plugin to install. The default value `OVNKubernetes` is the only supported value.
236236
<8> Optional: A custom {op-system-first} image that should be used to boot control plane and compute machines. The `publisher`, `offer`, `sku`, and `version` parameters under `platform.azure.defaultMachinePlatform.osImage` apply to both control plane and compute machines. If the parameters under `controlPlane.platform.azure.osImage` or `compute.platform.azure.osImage` are set, they override the `platform.azure.defaultMachinePlatform.osImage` parameters.
237237
<9> Specify the name of the resource group that contains the DNS zone for your base domain.
238238
<10> Specify the name of an already existing resource group to install your cluster to. If undefined, a new resource group is created for the cluster.

modules/installation-azure-stack-hub-config-yaml.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ endif::openshift-origin[]
8383
<1> The `controlPlane` section is a single mapping, but the `compute` section is a sequence of mappings. To meet the requirements of the different data structures, the first line of the `compute` section must begin with a hyphen, `-`, and the first line of the `controlPlane` section must not. Only one control plane pool is used.
8484
<2> You can specify the size of the disk to use in GB. Minimum recommendation for control plane nodes is 1024 GB.
8585
<3> Specify the name of the cluster.
86-
<4> The cluster network plugin to install. The supported values are `OVNKubernetes` and `OpenShiftSDN`. The default value is `OVNKubernetes`.
86+
<4> The cluster network plugin to install. The default value `OVNKubernetes` is the only supported value.
8787
<5> Specify the Azure Resource Manager endpoint that your Azure Stack Hub operator provides.
8888
<6> Specify the name of the resource group that contains the DNS zone for your base domain.
8989
<7> Specify the name of your Azure Stack Hub local region.
@@ -176,7 +176,7 @@ endif::openshift-origin[]
176176
<3> The `controlPlane` section is a single mapping, but the `compute` section is a sequence of mappings. To meet the requirements of the different data structures, the first line of the `compute` section must begin with a hyphen, `-`, and the first line of the `controlPlane` section must not. Although both sections currently define a single machine pool, it is possible that future versions of {product-title} will support defining multiple compute pools during installation. Only one control plane pool is used.
177177
<4> You can specify the size of the disk to use in GB. Minimum recommendation for control plane nodes is 1024 GB.
178178
<5> The name of the cluster.
179-
<6> The cluster network plugin to install. The supported values are `OVNKubernetes` and `OpenShiftSDN`. The default value is `OVNKubernetes`.
179+
<6> The cluster network plugin to install. The default value `OVNKubernetes` is the only supported value.
180180
<7> The Azure Resource Manager endpoint that your Azure Stack Hub operator provides.
181181
<8> The name of the resource group that contains the DNS zone for your base domain.
182182
<9> The name of your Azure Stack Hub local region.

modules/installation-bare-metal-agent-installer-config-yaml.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Class E CIDR range is reserved for a future use. To use the Class E CIDR range,
5454
====
5555
+
5656
<7> The subnet prefix length to assign to each individual node. For example, if `hostPrefix` is set to `23`, then each node is assigned a `/23` subnet out of the given `cidr`, which allows for 510 (2^(32 - 23) - 2) pod IP addresses. If you are required to provide access to nodes from an external network, configure load balancers and routers to manage the traffic.
57-
<8> The cluster network plugin to install. The supported values are `OVNKubernetes` (default value) and `OpenShiftSDN`.
57+
<8> The cluster network plugin to install. The default value `OVNKubernetes` is the only supported value.
5858
<9> The IP address pool to use for service IP addresses. You can enter only one IP address pool. This block must not overlap with existing physical networks. If you need to access the services from an external network, configure load balancers and routers to manage the traffic.
5959
<10> You must set the platform to `none` for a single-node cluster. You can set the platform to `vsphere`, `baremetal`, or `none` for multi-node clusters.
6060
+

modules/installation-bare-metal-config-yaml.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Class E CIDR range is reserved for a future use. To use the Class E CIDR range,
229229
====
230230
+
231231
<8> The subnet prefix length to assign to each individual node. For example, if `hostPrefix` is set to `23`, then each node is assigned a `/23` subnet out of the given `cidr`, which allows for 510 (2^(32 - 23) - 2) pod IP addresses. If you are required to provide access to nodes from an external network, configure load balancers and routers to manage the traffic.
232-
<9> The cluster network plugin to install. The supported values are `OVNKubernetes` and `OpenShiftSDN`. The default value is `OVNKubernetes`.
232+
<9> The cluster network plugin to install. The default value `OVNKubernetes` is the only supported value.
233233
<10> The IP address pool to use for service IP addresses. You can enter only one IP address pool. This block must not overlap with existing physical networks. If you need to access the services from an external network, configure load balancers and routers to manage the traffic.
234234
<11> You must set the platform to `none`. You cannot provide additional platform configuration variables for
235235
ifndef::ibm-z,ibm-z-kvm,ibm-power[your platform.]

modules/installation-gcp-config-yaml.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ If you disable simultaneous multithreading, ensure that your capacity planning a
203203
<6> Optional: The custom encryption key section to encrypt both virtual machines and persistent volumes. Your default compute service account must have the permissions granted to use your KMS key and have the correct IAM role assigned. The default service account name follows the `service-<project_number>@compute-system.iam.gserviceaccount.com` pattern. For more information about granting the correct permissions for your service account, see "Machine management" -> "Creating compute machine sets" -> "Creating a compute machine set on GCP".
204204
<7> Optional: A set of network tags to apply to the control plane or compute machine sets. The `platform.gcp.defaultMachinePlatform.tags` parameter will apply to both control plane and compute machines. If the `compute.platform.gcp.tags` or `controlPlane.platform.gcp.tags` parameters are set, they override the `platform.gcp.defaultMachinePlatform.tags` parameter.
205205
<8> Optional: A custom {op-system-first} that should be used to boot control plane and compute machines. The `project` and `name` parameters under `platform.gcp.defaultMachinePlatform.osImage` apply to both control plane and compute machines. If the `project` and `name` parameters under `controlPlane.platform.gcp.osImage` or `compute.platform.gcp.osImage` are set, they override the `platform.gcp.defaultMachinePlatform.osImage` parameters.
206-
<9> The cluster network plugin to install. The supported values are `OVNKubernetes` and `OpenShiftSDN`. The default value is `OVNKubernetes`.
206+
<9> The cluster network plugin to install. The default value `OVNKubernetes` is the only supported value.
207207
ifdef::vpc,restricted[]
208208
<10> Specify the name of an existing VPC.
209209
<11> Specify the name of the existing subnet to deploy the control plane machines to. The subnet must belong to the VPC that you specified.

modules/installation-gcp-user-infra-shared-vpc-config-yaml.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ endif::openshift-origin[]
8282
If you disable simultaneous multithreading, ensure that your capacity planning accounts for the dramatically decreased machine performance. Use larger machine types, such as `n1-standard-8`, for your machines if you disable simultaneous multithreading.
8383
====
8484
<5> Optional: A set of network tags to apply to the control plane or compute machine sets. The `platform.gcp.defaultMachinePlatform.tags` parameter applies to both control plane and compute machines. If the `compute.platform.gcp.tags` or `controlPlane.platform.gcp.tags` parameters are set, they override the `platform.gcp.defaultMachinePlatform.tags` parameter.
85-
<6> The cluster network plugin to install. The supported values are `OVNKubernetes` and `OpenShiftSDN`. The default value is `OVNKubernetes`.
85+
<6> The cluster network plugin to install. The default value `OVNKubernetes` is the only supported value.
8686
<7> Specify the main project where the VM instances reside.
8787
<8> Specify the region that your VPC network is in.
8888
ifndef::openshift-origin[]

modules/installation-ibm-cloud-config-yaml.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ endif::openshift-origin[]
8989
====
9090
If you disable simultaneous multithreading, ensure that your capacity planning accounts for the dramatically decreased machine performance. Use larger machine types, such as `n1-standard-8`, for your machines if you disable simultaneous multithreading.
9191
====
92-
<5> The cluster network plugin to install. The supported values are `OVNKubernetes` and `OpenShiftSDN`. The default value is `OVNKubernetes`.
92+
<5> The cluster network plugin to install. The default value `OVNKubernetes` is the only supported value.
9393
ifndef::openshift-origin[]
9494
<6> Enables or disables FIPS mode. By default, FIPS mode is not enabled. If FIPS mode is enabled, the {op-system-first} machines that {product-title} runs on bypass the default Kubernetes cryptography suite and use the cryptography modules that are provided with {op-system} instead.
9595
+
@@ -172,7 +172,7 @@ endif::openshift-origin[]
172172
If you disable simultaneous multithreading, ensure that your capacity planning accounts for the dramatically decreased machine performance. Use larger machine types, such as `n1-standard-8`, for your machines if you disable simultaneous multithreading.
173173
====
174174
<5> The machine CIDR must contain the subnets for the compute machines and control plane machines.
175-
<6> The cluster network plugin to install. The supported values are `OVNKubernetes` and `OpenShiftSDN`. The default value is `OVNKubernetes`.
175+
<6> The cluster network plugin to install. The default value `OVNKubernetes` is the only supported value.
176176
<7> The name of an existing resource group. All installer-provisioned cluster resources are deployed to this resource group. If undefined, a new resource group is created for the cluster.
177177
<8> Specify the name of the resource group that contains the existing virtual private cloud (VPC). The existing VPC and subnets should be in this resource group. The cluster will be installed to this VPC.
178178
<9> Specify the name of an existing VPC.
@@ -261,7 +261,7 @@ If you disable simultaneous multithreading, ensure that your capacity planning a
261261
====
262262
<5> The machine CIDR must contain the subnets for the compute machines and control plane machines.
263263
<6> The CIDR must contain the subnets defined in `platform.ibmcloud.controlPlaneSubnets` and `platform.ibmcloud.computeSubnets`.
264-
<7> The cluster network plugin to install. The supported values are `OVNKubernetes` and `OpenShiftSDN`. The default value is `OVNKubernetes`.
264+
<7> The cluster network plugin to install. The default value `OVNKubernetes` is the only supported value.
265265
<8> The name of an existing resource group. All installer-provisioned cluster resources are deployed to this resource group. If undefined, a new resource group is created for the cluster.
266266
<9> Specify the name of the resource group that contains the existing virtual private cloud (VPC). The existing VPC and subnets should be in this resource group. The cluster will be installed to this VPC.
267267
<10> Specify the name of an existing VPC.
@@ -393,7 +393,7 @@ If you disable simultaneous multithreading, ensure that your capacity planning a
393393
====
394394
<5> The machine CIDR must contain the subnets for the compute machines and control plane machines.
395395
<6> The CIDR must contain the subnets defined in `platform.ibmcloud.controlPlaneSubnets` and `platform.ibmcloud.computeSubnets`.
396-
<7> The cluster network plugin to install. The supported values are `OVNKubernetes` and `OpenShiftSDN`. The default value is `OVNKubernetes`.
396+
<7> The cluster network plugin to install. The default value `OVNKubernetes` is the only supported value.
397397
<8> The name of an existing resource group. All installer-provisioned cluster resources are deployed to this resource group. If undefined, a new resource group is created for the cluster.
398398
<9> Based on the network restrictions of the VPC, specify alternate service endpoints as needed. This overrides the default public endpoint for the service.
399399
<10> Specify the name of the resource group that contains the existing virtual private cloud (VPC). The existing VPC and subnets should be in this resource group. The cluster will be installed to this VPC.

modules/installation-ibm-power-vs-config-yaml.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ If you disable simultaneous multithreading, ensure that your capacity planning a
9797
====
9898
When simultaneous multithreading (SMT), or hyperthreading is not enabled, one vCPU is equivalent to one physical core. When enabled, total vCPUs is computed as: (Thread(s) per core * Core(s) per socket) * Socket(s). The smtLevel controls the threads per core. Lower SMT levels may require additional assigned cores when deploying the cluster nodes. You can do this by setting the `'processors'` parameter in the `install-config.yaml` file to an appropriate value to meet the requirements for deploying {product-title} successfully.
9999
====
100-
<5> The cluster network plugin to install. The supported value is `OVNKubernetes`.
100+
<5> The cluster network plugin to install. The default value `OVNKubernetes` is the only supported value.
101101
<6> The name of an existing resource group.
102102
<7> Required. The installation program prompts you for this value.
103103
ifdef::openshift-origin[]
@@ -168,7 +168,7 @@ sshKey: ssh-ed25519 AAAA... <10>
168168
When simultaneous multithreading (SMT), or hyperthreading is not enabled, one vCPU is equivalent to one physical core. When enabled, total vCPUs is computed as (Thread(s) per core * Core(s) per socket) * Socket(s). The smtLevel controls the threads per core. Lower SMT levels may require additional assigned cores when deploying the cluster nodes. You can do this by setting the `'processors'` parameter in the `install-config.yaml` file to an appropriate value to meet the requirements for deploying {product-title} successfully.
169169
====
170170
<5> The machine CIDR must contain the subnets for the compute machines and control plane machines.
171-
<6> The cluster network plugin to install. The supported value is `OVNKubernetes`.
171+
<6> The cluster network plugin to install. The default value `OVNKubernetes` is the only supported value.
172172
<7> Specify the name of an existing VPC.
173173
<8> Specify how to publish the user-facing endpoints of your cluster. Set publish to `Internal` to deploy a private cluster.
174174
<9> Required. The installation program prompts you for this value.
@@ -364,7 +364,7 @@ When simultaneous multithreading (SMT), or hyperthreading is not enabled, one vC
364364
====
365365
<6> The machine CIDR must contain the subnets for the compute machines and control plane machines.
366366
<7> The CIDR must contain the subnets defined in `platform.ibmcloud.controlPlaneSubnets` and `platform.ibmcloud.computeSubnets`.
367-
<8> The cluster network plugin to install. The supported value is `OVNKubernetes`.
367+
<8> The cluster network plugin to install. The default value `OVNKubernetes` is the only supported value.
368368
<9> The name of an existing resource group. The existing VPC and subnets should be in this resource group. The cluster is deployed to this resource group.
369369
<10> Specify the name of an existing VPC.
370370
<11> Specify the name of the existing VPC subnet. The subnets must belong to the VPC that you specified. Specify a subnet for each availability zone in the region.

0 commit comments

Comments
 (0)