Skip to content

Commit bc72f05

Browse files
committed
OSDOCS-10496: Added scenarios for adding IPV6s to upgraded dual-stack clusters
1 parent d98b287 commit bc72f05

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

modules/nw-dual-stack-convert.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
[id="nw-dual-stack-convert_{context}"]
33
= Converting to a dual-stack cluster network
44

5-
As a cluster administrator, you can convert your single-stack cluster network to a dual-stack cluster network. After converting to a dual-stack networking, new and existing pods have dual-stack networking enabled.
5+
As a cluster administrator, you can convert your single-stack cluster network to a dual-stack cluster network. After converting to a dual-stack network, new and existing pods have dual-stack networking enabled.
66

77
Converting a single-stack cluster network to a dual-stack cluster network consists of creating patches and applying them to the cluster's network and infrastructure.
88

9+
If you need to add IPv6 Virtual IPs (VIPs) for API and Ingress services to an existing dual-stack-configured cluster, you need to patch only the cluster's infrastructure and not the cluster's network.
10+
911
[NOTE]
1012
====
1113
Each patch operation that changes `clusterNetwork`, `serviceNetwork`, `apiServerInternalIPs`, and `ingressIP` objects triggers a restart of the cluster. Changing the `MachineNetworks` object does not cause a reboot of the cluster.
@@ -52,7 +54,7 @@ $ oc patch network.config.openshift.io cluster \// <1>
5254
network.config.openshift.io/cluster patched
5355
----
5456

55-
. To specify IPv6 Virtual IPs (VIPs) for API and Ingress services for your cluster, create a YAML configuration patch file that has a similar configuration to the following example:
57+
. To specify IPv6 VIPs for API and Ingress services for your cluster, create a YAML configuration patch file that has a similar configuration to the following example:
5658
+
5759
[source,yaml]
5860
----

0 commit comments

Comments
 (0)