diff --git a/modules/ibi-create-config-iso.adoc b/modules/ibi-create-config-iso.adoc index 17d15040c646..76a236b08b79 100644 --- a/modules/ibi-create-config-iso.adoc +++ b/modules/ibi-create-config-iso.adoc @@ -213,7 +213,7 @@ spec: <3> Specify the name of the `ClusterDeployment` resource that you want to use for the image-based installation of the target host. <4> Specify the hostname for the cluster. <5> Specify the name of the `ClusterImageSet` resource you used to define the container release images to use for deployment. -<6> Specify the public Classless Inter-Domain Routing (CIDR) of the external network. For dual-stack networking, you can specify both IPv4 and IPv6 CIDRs using a list format. Regardless of the list order, the IPv4 family becomes the primary address family. +<6> Specify the public Classless Inter-Domain Routing (CIDR) of the external network. For dual-stack networking, you can specify both IPv4 and IPv6 CIDRs using a list format. The first CIDR in the list is the primary address family and must match the primary address family of the seed cluster. <7> Optional: Specify a proxy to use for the cluster deployment. + [IMPORTANT] diff --git a/modules/ibi-create-standalone-config-iso.adoc b/modules/ibi-create-standalone-config-iso.adoc index cf215a0d5cd1..94b112938873 100644 --- a/modules/ibi-create-standalone-config-iso.adoc +++ b/modules/ibi-create-standalone-config-iso.adoc @@ -67,7 +67,7 @@ cpuPartitioningMode: "AllNodes" pullSecret: '{"auths":{""}}}' sshKey: 'ssh-rsa ' ---- -<1> For dual-stack networking, you can specify both IPv4 and IPv6 CIDRs using a list format. You must specify the IPv4 family as the primary address family by defining the IPv4 address as the first item in the list. +<1> For dual-stack networking, you can specify both IPv4 and IPv6 CIDRs using a list format. The first CIDR in the list is the primary address family and must match the primary address family of the seed cluster. [IMPORTANT] ==== diff --git a/modules/ibi-image-cluster-install-api-spec.adoc b/modules/ibi-image-cluster-install-api-spec.adoc index 186354e28c96..04585ba4a12f 100644 --- a/modules/ibi-image-cluster-install-api-spec.adoc +++ b/modules/ibi-image-cluster-install-api-spec.adoc @@ -45,7 +45,7 @@ imageDigestSources: |`bareMetalHostRef`|`string`| Specify the `bareMetalHost` resource to use for the cluster deployment -|`machineNetwork`|`string`| Specify the public Classless Inter-Domain Routing (CIDR) of the external network. For dual-stack networking, you can specify both IPv4 and IPv6 CIDRs using a list format. Regardless of the list order, the IPv4 family becomes the primary address family. +|`machineNetworks`|`string`| Specify the public Classless Inter-Domain Routing (CIDR) of the external network. For dual-stack networking, you can specify both IPv4 and IPv6 CIDRs using a list format. The first CIDR in the list is the primary address family and must match the primary address family of the seed cluster. |`proxy`|`string`|Specifies proxy settings for the cluster, for example: [source,yaml]