mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
42 lines
1.9 KiB
Plaintext
42 lines
1.9 KiB
Plaintext
// TODO - possibly delete this file
|
|
// Or does it add actual value?
|
|
|
|
// Module included in the following assemblies:
|
|
//
|
|
// * networking/cluster-network-operator.adoc
|
|
// * installing/installing_aws/installing-aws-network-customizations.adoc
|
|
// * installing/installing_bare_metal/upi/installing-bare-metal-network-customizations.adoc
|
|
// * installing/installing_vsphere/installing-vsphere-network-customizations.adoc
|
|
// * installing/installing_gcp/installing-gcp-network-customizations.adoc
|
|
// * installing/installing_azure_stack_hub/installing-azure-stack-hub-network-customizations.adoc
|
|
|
|
:_mod-docs-content-type: REFERENCE
|
|
[id="nw-network-config_{context}"]
|
|
= Network configuration phases
|
|
|
|
There are two phases prior to {product-title} installation where you can customize the network configuration.
|
|
|
|
Phase 1:: You can customize the following network-related fields in the `install-config.yaml` file before you create the manifest files:
|
|
+
|
|
* `networking.networkType`
|
|
* `networking.clusterNetwork`
|
|
* `networking.serviceNetwork`
|
|
* `networking.machineNetwork`
|
|
* `nodeNetworking`
|
|
+
|
|
For more information, see "Installation configuration parameters".
|
|
+
|
|
[NOTE]
|
|
====
|
|
Set the `networking.machineNetwork` to match the Classless Inter-Domain Routing (CIDR) where the preferred subnet is located.
|
|
====
|
|
+
|
|
[IMPORTANT]
|
|
====
|
|
The CIDR range `172.17.0.0/16` is reserved by `libVirt`. You cannot use any other CIDR range that overlaps with the `172.17.0.0/16` CIDR range for networks in your cluster.
|
|
====
|
|
|
|
Phase 2:: After creating the manifest files by running `openshift-install create manifests`, you can define a customized Cluster Network Operator manifest with only the fields you want to modify. You can use the manifest to specify an advanced network configuration.
|
|
|
|
During phase 2, you cannot override the values that you specified in phase 1 in the `install-config.yaml` file. However, you can customize the network plugin during phase 2.
|