mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
OSDOCS-9277-new:State NMState wait-ip parameter in dual-stack networking doc
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
365b0127b4
commit
ecee966484
@@ -28,6 +28,23 @@ serviceNetwork:
|
||||
- fd03::/112
|
||||
----
|
||||
|
||||
[IMPORTANT]
|
||||
====
|
||||
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.
|
||||
|
||||
.Example NMState YAML configuration file that includes the `wait-ip` parameter
|
||||
[source,yaml]
|
||||
----
|
||||
networkConfig:
|
||||
nmstate:
|
||||
interfaces:
|
||||
- name: <interface_name>
|
||||
# ...
|
||||
wait-ip: ipv4+ipv6
|
||||
# ...
|
||||
----
|
||||
====
|
||||
|
||||
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.
|
||||
|
||||
ifdef::vsphere[]
|
||||
|
||||
Reference in New Issue
Block a user