mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
OSDOCS-10496: Added scenarios for adding IPV6s to upgraded dual-stack clusters
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
fca45db689
commit
f3a021af3b
@@ -2,10 +2,12 @@
|
||||
[id="nw-dual-stack-convert_{context}"]
|
||||
= Converting to a dual-stack cluster network
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
[NOTE]
|
||||
====
|
||||
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>
|
||||
network.config.openshift.io/cluster patched
|
||||
----
|
||||
|
||||
. 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:
|
||||
. 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:
|
||||
+
|
||||
[source,yaml]
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user