Skip to content

Commit a26b543

Browse files
committed
In IBI and IBU, IPv6/4 now both possible as primary address fam in dual-stack networking
1 parent 8173127 commit a26b543

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/ibi-create-config-iso.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ spec:
213213
<3> Specify the name of the `ClusterDeployment` resource that you want to use for the image-based installation of the target host.
214214
<4> Specify the hostname for the cluster.
215215
<5> Specify the name of the `ClusterImageSet` resource you used to define the container release images to use for deployment.
216-
<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.
216+
<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.
217217
<7> Optional: Specify a proxy to use for the cluster deployment.
218218
+
219219
[IMPORTANT]

modules/ibi-create-standalone-config-iso.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ cpuPartitioningMode: "AllNodes"
6767
pullSecret: '{"auths":{"<your_pull_secret>"}}}'
6868
sshKey: 'ssh-rsa <your_ssh_pub_key>'
6969
----
70-
<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.
70+
<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.
7171

7272
[IMPORTANT]
7373
====

modules/ibi-image-cluster-install-api-spec.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ imageDigestSources:
4545

4646
|`bareMetalHostRef`|`string`| Specify the `bareMetalHost` resource to use for the cluster deployment
4747

48-
|`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.
48+
|`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.
4949

5050
|`proxy`|`string`|Specifies proxy settings for the cluster, for example:
5151
[source,yaml]

0 commit comments

Comments
 (0)