Skip to content

Commit 1c6ecd2

Browse files
authored
Merge pull request #47472 from SNiemann15/ipv6_router
[BZ2083843] IPv6 Dual-stack add prereq and further procedure
2 parents 1ec6266 + 0a2d716 commit 1c6ecd2

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
:_content-type: PROCEDURE
2+
[id="nw-dual-stack-convert-back-single-stack_{context}"]
3+
= Converting to a single-stack cluster network
4+
5+
As a cluster administrator, you can convert your dual-stack cluster network to a single-stack cluster network.
6+
7+
.Prerequisites
8+
9+
* You installed the OpenShift CLI (`oc`).
10+
* You are logged in to the cluster with a user with `cluster-admin` privileges.
11+
* Your cluster uses the OVN-Kubernetes cluster network provider.
12+
* The cluster nodes have IPv6 addresses.
13+
* You have enabled dual-stack networking.
14+
15+
.Procedure
16+
17+
. Edit the `Network.operator.openshift.io` custom resource (CR) by running the
18+
following command:
19+
+
20+
[source,terminal]
21+
----
22+
$ oc edit networks.operator.openshift.io
23+
----
24+
25+
. Remove the IPv6 specific configuration that you have added to the `cidr` and `hostPrefix` fields in the previous procedure.
26+

modules/nw-dual-stack-convert.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ After converting to dual-stack networking only newly created pods are assigned I
1515
* You are logged in to the cluster with a user with `cluster-admin` privileges.
1616
* Your cluster uses the OVN-Kubernetes cluster network provider.
1717
* The cluster nodes have IPv6 addresses.
18+
* You have configured an IPv6-enabled router based on your infrastructure.
1819
1920
.Procedure
2021

networking/ovn_kubernetes_network_provider/converting-to-dual-stack.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ After converting to dual-stack, all newly created pods are dual-stack enabled.
1111

1212
[NOTE]
1313
====
14-
A dual-stack network is supported on clusters provisioned on bare metal infrastructure only.
14+
A dual-stack network is supported on clusters provisioned on bare metal and IBM Power infrastructure only.
1515
====
1616

1717
include::modules/nw-dual-stack-convert.adoc[leveloffset=+1]
18+
include::modules/nw-dual-stack-convert-back-single-stack.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)