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
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
//
// ipi-install-configuration-files.adoc
// installing-vsphere-installer-provisioned-network-customizations.adoc
ifeval::["{context}" == "installing-vsphere-installer-provisioned-network-customizations"]
:vSphere:
endif::[]

:_content-type: PROCEDURE
[id='modifying-install-config-for-dual-stack-network_{context}']
Expand Down Expand Up @@ -41,19 +38,7 @@ platform:
- <wildcard_ipv6>
----

ifdef::vSphere[]
[IMPORTANT]
====
You can configure dual-stack networking on a single interface only.
====

[NOTE]
====
* In a vSphere cluster configured for dual-stack networking, the node custom resource object has only the IP address from the primary network listed in `Status.addresses` field.
* In the pod that uses the host networking with dual-stack connectivity, the `Status.podIP` and `Status.podIPs` fields contain only the IP address from the primary network.
For a cluster with dual-stack networking configuration, you must assign both IPv4 and IPv6 addresses to the same interface.
====
endif::vSphere[]

ifeval::["{context}" == "installing-vsphere-installer-provisioned-network-customizations"]
:!vSphere:
endif::[]
2 changes: 1 addition & 1 deletion modules/nw-ovn-kubernetes-matrix.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ endif::[]

2. Egress router for OVN-Kubernetes supports only redirect mode.

3. IPv6 is supported only on bare metal, IBM Power, and {ibmzProductName} clusters.
3. IPv6 is supported only on bare metal, vSphere, IBM Power, and {ibmzProductName} clusters.
--