Skip to content

Commit 8d98c70

Browse files
authored
Merge pull request #31186 from jboxman/rm-dup-net-install-table
The fields in this module are duplicated elsewhere
2 parents 13f065d + 3726d34 commit 8d98c70

10 files changed

+32
-102
lines changed

installing/installing_aws/installing-aws-network-customizations.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ include::modules/installation-initializing.adoc[leveloffset=+1]
5858

5959
include::modules/installation-configuration-parameters.adoc[leveloffset=+2]
6060

61-
include::modules/nw-install-config-parameters.adoc[leveloffset=+2]
62-
6361
include::modules/installation-aws-config-yaml.adoc[leveloffset=+2]
6462

6563
// Removing; Proxy not supported for AWS IPI for 4.2

installing/installing_azure/installing-azure-network-customizations.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ include::modules/installation-initializing.adoc[leveloffset=+1]
3939

4040
include::modules/installation-configuration-parameters.adoc[leveloffset=+2]
4141

42-
include::modules/nw-install-config-parameters.adoc[leveloffset=+2]
43-
4442
include::modules/installation-azure-config-yaml.adoc[leveloffset=+2]
4543

4644
// Removing; Proxy not supported for Azure IPI for 4.2

installing/installing_bare_metal/installing-bare-metal-network-customizations.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ include::modules/installation-initializing-manual.adoc[leveloffset=+1]
4747

4848
include::modules/installation-bare-metal-config-yaml.adoc[leveloffset=+2]
4949

50-
include::modules/nw-install-config-parameters.adoc[leveloffset=+2]
51-
5250
// Network Operator specific configuration
5351

5452
include::modules/nw-modifying-operator-install-config.adoc[leveloffset=+1]

installing/installing_gcp/installing-gcp-network-customizations.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ include::modules/installation-initializing.adoc[leveloffset=+1]
4242

4343
include::modules/installation-configuration-parameters.adoc[leveloffset=+2]
4444

45-
include::modules/nw-install-config-parameters.adoc[leveloffset=+2]
46-
4745
include::modules/installation-gcp-config-yaml.adoc[leveloffset=+2]
4846

4947
== Additional resources

installing/installing_vmc/installing-vmc-network-customizations-user-infra.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ include::modules/installation-initializing-manual.adoc[leveloffset=+1]
4040

4141
include::modules/installation-vsphere-config-yaml.adoc[leveloffset=+2]
4242

43-
include::modules/nw-install-config-parameters.adoc[leveloffset=+2]
44-
4543
// Network Operator specific configuration
4644

4745
include::modules/nw-modifying-operator-install-config.adoc[leveloffset=+1]

installing/installing_vmc/installing-vmc-network-customizations.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ include::modules/installation-initializing.adoc[leveloffset=+1]
4141

4242
include::modules/installation-configuration-parameters.adoc[leveloffset=+2]
4343

44-
// additional install-config network parameters
45-
include::modules/nw-install-config-parameters.adoc[leveloffset=+2]
46-
4744
include::modules/installation-installer-provisioned-vsphere-config-yaml.adoc[leveloffset=+2]
4845

4946
// begin network customization

installing/installing_vsphere/installing-vsphere-installer-provisioned-network-customizations.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ include::modules/installation-initializing.adoc[leveloffset=+1]
4343

4444
include::modules/installation-configuration-parameters.adoc[leveloffset=+2]
4545

46-
// additional install-config network parameters
47-
include::modules/nw-install-config-parameters.adoc[leveloffset=+2]
48-
4946
include::modules/installation-installer-provisioned-vsphere-config-yaml.adoc[leveloffset=+2]
5047

5148
// begin network customization

installing/installing_vsphere/installing-vsphere-network-customizations.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ include::modules/installation-initializing-manual.adoc[leveloffset=+1]
5252

5353
include::modules/installation-vsphere-config-yaml.adoc[leveloffset=+2]
5454

55-
include::modules/nw-install-config-parameters.adoc[leveloffset=+2]
56-
5755
// Network Operator specific configuration
5856

5957
include::modules/nw-modifying-operator-install-config.adoc[leveloffset=+1]

modules/installation-configuration-parameters.adoc

Lines changed: 32 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -271,44 +271,55 @@ endif::openshift-origin[]
271271
|Array of strings
272272

273273
|`networking`
274-
|The configuration for the pod network provider in the cluster.
274+
|The configuration for the network for the cluster.
275275
|Object
276276

277+
[NOTE]
278+
====
279+
You cannot modify parameters specified by the `networking` object after installation.
280+
====
281+
282+
|`networking.networkType`
283+
|The default Container Network Interface (CNI) network provider plug-in to install.
284+
ifdef::openshift-origin[]
285+
Either `OpenShiftSDN` or `OVNKubernetes`. The default value is `OVNKubernetes`.
286+
endif::openshift-origin[]
287+
ifndef::openshift-origin[]
288+
Either `OpenShiftSDN` or `OVNKubernetes`. The default value is `OpenShiftSDN`.
289+
endif::openshift-origin[]
290+
|String
291+
277292
|`networking.clusterNetwork`
278293
|The IP address pools for pods. The default is `10.128.0.0/14` with a host prefix of `/23`.
279-
|Array of objects
294+
|Array of objects. For example:
295+
296+
[source,yaml]
297+
----
298+
networking:
299+
clusterNetworking:
300+
- cidr: 10.128.0.0/14
301+
hostPrefix: 23
302+
----
280303

281304
|`networking.clusterNetwork.cidr`
282305
|Required if you use `networking.clusterNetwork`. The IP block address pool.
283-
|IP network. IP networks are represented as strings using Classless Inter-Domain Routing (CIDR) notation with a traditional IP address or network number, followed by the forward slash (/) character, followed by a decimal value between 0 and 32 that describes the number of significant bits. For example, `10.0.0.0/16` represents IP addresses `10.0.0.0` through `10.0.255.255`.
306+
|IP network. IP networks are represented as strings using Classless Inter-Domain Routing (CIDR) notation with a traditional IP address or network number, followed by the forward slash (`/`) character, followed by a decimal value between `0` and `32` that describes the number of significant bits. For example, `10.0.0.0/16` represents IP addresses `10.0.0.0` through `10.0.255.255`.
284307

285308
|`networking.clusterNetwork.hostPrefix`
286-
|Required if you use `networking.clusterNetwork`. The prefix size to allocate to each node from the CIDR. For example, 24 would allocate 2^8=256 addresses to each node.
309+
|Required if you use `networking.clusterNetwork`. The prefix size to allocate to each node from the CIDR. For example, `24` would allocate `2^8=256` addresses to each node.
287310
|Integer
288311

312+
|`networking.serviceNetwork`
313+
|The IP address pools for services. The default is `172.30.0.0/16`.
314+
|Array of IP networks. IP networks are represented as strings using Classless Inter-Domain Routing (CIDR) notation with a traditional IP address or network number, followed by the forward slash (`/`) character, followed by a decimal value between `0` and `32` that describes the number of significant bits. For example, `10.0.0.0/16` represents IP addresses `10.0.0.0` through `10.0.255.255`.
315+
289316
|`networking.machineNetwork`
290317
|The IP address pools for machines.
291318
|Array of objects
292319

293320
|`networking.machineNetwork.cidr`
294321
|Required if you use `networking.machineNetwork`. The IP block address pool. The default is `10.0.0.0/16` for all platforms other than libvirt. For libvirt, the default is `192.168.126.0/24`.
295-
|IP network. IP networks are represented as strings using Classless Inter-Domain Routing (CIDR) notation with a traditional IP address or network number, followed by the forward slash (/) character, followed by a decimal value between 0 and 32 that describes the number of significant bits. For example, `10.0.0.0/16` represents IP addresses `10.0.0.0` through `10.0.255.255`.
296-
297-
ifndef::openshift-origin[]
298-
|`networking.networkType`
299-
|The type of network to install. The default is `OpenShiftSDN`.
300-
|String
301-
endif::openshift-origin[]
302-
303-
ifdef::openshift-origin[]
304-
|`networking.networkType`
305-
|The type of network to install. The default is `OVNKubernetes`.
306-
|String
307-
endif::openshift-origin[]
308-
309-
|`networking.serviceNetwork`
310-
|The IP address pools for services. The default is 172.30.0.0/16.
311-
|Array of IP networks. IP networks are represented as strings using Classless Inter-Domain Routing (CIDR) notation with a traditional IP address or network number, followed by the forward slash (/) character, followed by a decimal value between 0 and 32 that describes the number of significant bits. For example, `10.0.0.0/16` represents IP addresses `10.0.0.0` through `10.0.255.255`.
322+
|IP network. IP networks are represented as strings using Classless Inter-Domain Routing (CIDR) notation with a traditional IP address or network number, followed by the forward slash (`/`) character, followed by a decimal value between `0` and `32` that describes the number of significant bits. For example, `10.0.0.0/16` represents IP addresses `10.0.0.0` through `10.0.255.255`.
312323

313324
|`publish`
314325
|How to publish or expose the user-facing endpoints of your cluster, such as the Kubernetes API, OpenShift routes.

modules/nw-install-config-parameters.adoc

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

0 commit comments

Comments
 (0)