Skip to content

Commit 6512684

Browse files
committed
OCPBUGS-56989: Swapped out v4InternalSubnet for internalJoinSubnet
1 parent 14a53e1 commit 6512684

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/nw-ovn-kubernetes-migration.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ $ oc patch Network.operator.openshift.io cluster --type=merge \
188188
"ovnKubernetesConfig":{
189189
"mtu":<mtu>,
190190
"genevePort":<port>,
191-
"v4InternalSubnet":"<ipv4_subnet>"
191+
"ipv4":
192+
"InternalJoinSubnet": "<ipv4_subnet>"
192193
}}}}'
193194
----
194195
+

0 commit comments

Comments
 (0)