Skip to content

Commit 5b512e7

Browse files
author
Shubha Narayanan
committed
Dual stack networking
1 parent ad2aaf5 commit 5b512e7

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

installing/installing_vsphere/installing-vsphere-installer-provisioned-network-customizations.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ include::modules/installation-installer-provisioned-vsphere-config-yaml.adoc[lev
6969

7070
include::modules/installation-configure-proxy.adoc[leveloffset=+2]
7171

72+
include::modules/ipi-install-modifying-install-config-for-dual-stack-network.adoc[leveloffset=+2]
73+
7274
include::modules/configuring-vsphere-regions-zones.adoc[leveloffset=+2]
7375

7476
// begin network customization

modules/ipi-install-modifying-install-config-for-dual-stack-network.adoc

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
// This is included in the following assemblies:
22
//
33
// ipi-install-configuration-files.adoc
4+
// installing-vsphere-installer-provisioned-network-customizations.adoc
5+
ifeval::["{context}" == "installing-vsphere-installer-provisioned-network-customizations"]
6+
:vSphere:
7+
endif::[]
48

59
:_content-type: PROCEDURE
610
[id='modifying-install-config-for-dual-stack-network_{context}']
@@ -36,3 +40,20 @@ platform:
3640
- <wildcard_ipv4>
3741
- <wildcard_ipv6>
3842
----
43+
44+
ifdef::vSphere[]
45+
[IMPORTANT]
46+
====
47+
You can configure dual-stack networking on a single interface only.
48+
====
49+
50+
[NOTE]
51+
====
52+
* 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.
53+
* 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.
54+
====
55+
endif::vSphere[]
56+
57+
ifeval::["{context}" == "installing-vsphere-installer-provisioned-network-customizations"]
58+
:!vSphere:
59+
endif::[]

0 commit comments

Comments
 (0)