Skip to content

Commit 7dd5387

Browse files
committed
OCPBUGS-35361: Updated the wait-ip note for bm only
1 parent 7ab7c5b commit 7dd5387

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ serviceNetwork:
2828
- fd03::/112
2929
----
3030

31+
ifndef::vsphere[]
3132
[IMPORTANT]
3233
====
33-
If you specified an NMState configuration in the `networkConfig` section of your `install-config.yaml` file, ensure you add `interfaces.wait-ip: ipv4+ipv6` to the NMState YAML file to resolve an issue that prevents your cluster from deploying on a dual-stack network.
34+
On a bare-metal platform, if you specified an NMState configuration in the `networkConfig` section of your `install-config.yaml` file, add `interfaces.wait-ip: ipv4+ipv6` to the NMState YAML file to resolve an issue that prevents your cluster from deploying on a dual-stack network.
3435

3536
.Example NMState YAML configuration file that includes the `wait-ip` parameter
3637
[source,yaml]
@@ -44,6 +45,7 @@ networkConfig:
4445
# ...
4546
----
4647
====
48+
endif::vsphere[]
4749
4850
To provide an interface to the cluster for applications that use IPv4 and IPv6 addresses, configure IPv4 and IPv6 virtual IP (VIP) address endpoints for the Ingress VIP and API VIP services. To configure IPv4 and IPv6 address endpoints, edit the `apiVIPs` and `ingressVIPs` configuration settings in the `install-config.yaml` file . The `apiVIPs` and `ingressVIPs` configuration settings use a list format. The order of the list indicates the primary and secondary VIP address for each service.
4951

0 commit comments

Comments
 (0)