Skip to content

Commit 613aae8

Browse files
committed
OCPBUGS-54731: Distinguished among IPI and UPI in nw-dual-stack-convert.adoc
1 parent 4a8e73e commit 613aae8

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

modules/nw-dual-stack-convert.adoc

+12-7
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ As a cluster administrator, you can convert your single-stack cluster network to
99
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.
1010
====
1111

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.
1313

1414
[NOTE]
1515
====
1616
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.
1717
====
1818

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.
2020

2121
[IMPORTANT]
2222
====
@@ -74,7 +74,9 @@ $ oc patch network.config.openshift.io cluster \// <1>
7474
network.config.openshift.io/cluster patched
7575
----
7676

77-
. 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:
7880
+
7981
[source,yaml]
8082
----
@@ -88,13 +90,14 @@ network.config.openshift.io/cluster patched
8890
path: /spec/platformSpec/baremetal/ingressIPs/-
8991
value: fd2e:6f44:5dd8::5
9092
----
93+
--
9194
<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.
9295
<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+
--
9697
+
97-
[source,terminal,subs="+quotes,"]
98+
.. Patch the infrastructure by entering the following command in your CLI:
99+
+
100+
[source,terminal,subs="+quotes"]
98101
----
99102
$ oc patch infrastructure cluster \// <1>
100103
--type='json' --patch-file <file>.yaml
@@ -109,6 +112,8 @@ infrastructure/cluster patched
109112
110113
.Verification
111114

115+
The following verification steps apply only to installer-provisioned infrastructure.
116+
112117
. Show the cluster network configuration by entering the following command in your CLI:
113118
+
114119
[source,terminal]

0 commit comments

Comments
 (0)