You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/nw-dual-stack-convert.adoc
+12-7
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,14 @@ As a cluster administrator, you can convert your single-stack cluster network to
9
9
After converting your cluster to use dual-stack networking, you must re-create any existing pods for them to receive IPv6 addresses, because only new pods are assigned IPv6 addresses.
10
10
====
11
11
12
-
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. You can convert to a dual-stack cluster network for a cluster that runs on installer-provisioned infrastructure.
12
+
Converting a single-stack cluster network to a dual-stack cluster network consists of creating patches and applying them to the network and infrastructure of the cluster. You can convert to a dual-stack cluster network for a cluster that runs on either installer-provisioned infrastructure or user-provisioned infrastructure.
13
13
14
14
[NOTE]
15
15
====
16
16
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.
17
17
====
18
18
19
-
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.
19
+
On installer-provisioned infrastructure only, 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 infrastructure and not the network for the cluster.
. 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:
77
+
. On installer-provisioned infrastructure where you added IPv6 VIPs for API and Ingress services, complete the following steps:
78
+
+
79
+
..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:
<1> Ensure that you specify an address block for the `machineNetwork` network where your machines operate. You must select both API and Ingress IP addresses for the machine network.
92
95
<2> Ensure that you specify each file path according to your platform. The example demonstrates a file path on a bare-metal platform.
93
-
94
-
95
-
. Patch the infrastructure by entering the following command in your CLI:
96
+
--
96
97
+
97
-
[source,terminal,subs="+quotes,"]
98
+
.. Patch the infrastructure by entering the following command in your CLI:
0 commit comments