Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions modules/installation-configuration-parameters.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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}"]
Expand Down