Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion modules/ibi-create-config-iso.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion modules/ibi-create-standalone-config-iso.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ cpuPartitioningMode: "AllNodes"
pullSecret: '{"auths":{"<your_pull_secret>"}}}'
sshKey: 'ssh-rsa <your_ssh_pub_key>'
----
<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]
====
Expand Down
2 changes: 1 addition & 1 deletion modules/ibi-image-cluster-install-api-spec.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down