Skip to content

Commit 5ee3e0a

Browse files
authored
Merge pull request #85417 from stevsmit/OCPBUGS-44459
Updates default value of ipv6 subnet
2 parents c13cf1d + ef9c02e commit 5ee3e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nw-ovn-kubernetes-migration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ The UDP port for the Geneve overlay network. If a value is not specified, the de
195195
`ipv4_subnet`::
196196
An IPv4 address range for internal use by OVN-Kubernetes. You must ensure that the IP address range does not overlap with any other subnet used by your {product-title} installation. The IP address range must be larger than the maximum number of nodes that can be added to the cluster. The default value is `100.64.0.0/16`.
197197
`ipv6_subnet`::
198-
An IPv6 address range for internal use by OVN-Kubernetes. You must ensure that the IP address range does not overlap with any other subnet used by your {product-title} installation. The IP address range must be larger than the maximum number of nodes that can be added to the cluster. The default value is `fd98::/48`.
198+
An IPv6 address range for internal use by OVN-Kubernetes. You must ensure that the IP address range does not overlap with any other subnet used by your {product-title} installation. The IP address range must be larger than the maximum number of nodes that can be added to the cluster. The default value is `fd98::/64`.
199199
--
200200
+
201201
.Example patch command to update `mtu` field

0 commit comments

Comments
 (0)