From 5ec5380bf528651f8e9a4957688c9bfcc4c4f12a Mon Sep 17 00:00:00 2001 From: Brendan Daly Date: Thu, 9 Jan 2025 18:53:58 +0000 Subject: [PATCH] OSDOCS-6962:adding custom IPv4 support --- modules/installation-configuration-parameters.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/installation-configuration-parameters.adoc b/modules/installation-configuration-parameters.adoc index 032425322709..1899072ed36a 100644 --- a/modules/installation-configuration-parameters.adoc +++ b/modules/installation-configuration-parameters.adoc @@ -407,6 +407,15 @@ endif::ibm-power-vs[] Set the `networking.machineNetwork` to match the CIDR that the preferred NIC resides in. ==== +|networking: + ovnKubernetesConfig: + ipv4: + internalJoinSubnet: +| +Configures the IPv4 join subnet that is used internally by `ovn-kubernetes`. This subnet must not overlap with any other subnet that {product-title} is using, including the node network. The size of the subnet must be larger than the number of nodes. You cannot change the value after installation. + +|An IP network block in CIDR notation. The default value is `100.64.0.0/16`. + |==== [id="installation-configuration-parameters-optional_{context}"]