Skip to content

Commit da9f523

Browse files
authored
Merge pull request #89084 from khalid-lemghari/fix-ovn-customization-for-ocp-4.16
[OCP][4.16] Fix the patch command for OVN customization
2 parents 43dbb2e + 5b5a683 commit da9f523

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/nw-ovn-kubernetes-migration.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ $ oc patch Network.operator.openshift.io cluster --type=merge \
179179
"ovnKubernetesConfig":{
180180
"mtu":<mtu>,
181181
"genevePort":<port>,
182-
"v4InternalSubnet":"<ipv4_subnet>",
182+
"v4InternalSubnet":"<ipv4_subnet>"
183183
}}}}'
184184
----
185185
+
@@ -455,4 +455,4 @@ $ oc delete namespace openshift-sdn
455455

456456
.Next steps
457457

458-
* Optional: After cluster migration, you can convert your IPv4 single-stack cluster to a dual-network cluster network that supports IPv4 and IPv6 address families. For more information, see "Converting to IPv4/IPv6 dual-stack networking".
458+
* Optional: After cluster migration, you can convert your IPv4 single-stack cluster to a dual-network cluster network that supports IPv4 and IPv6 address families. For more information, see "Converting to IPv4/IPv6 dual-stack networking".

0 commit comments

Comments
 (0)