You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/advance/vip.en.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -223,4 +223,4 @@ spec:
223
223
224
224
Due to the particularity of 'StatefulSet' and 'VM', after their Pod is destroyed and pulled up, it will re-use the previously set VIP.
225
225
226
-
VM retention VIP needs to ensure that 'kube-ovn-controller' 'keep-vm-ip' parameter is' true '. Please refer to [Kubevirt VM enable keep its ip](../guide/setup-options.en.md#kubevirt-vm)
226
+
VM retention VIP needs to ensure that 'kube-ovn-controller' 'keep-vm-ip' parameter is' true '. Please refer to [Kubevirt VM enable keep its ip](../guide/setup-options.en.md#kubevirt-vm-fixed-address-settings)
Copy file name to clipboardExpand all lines: docs/guide/subnet.en.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@ EOF
140
140
-`excludeIps`: The address list is reserved so that the container network will not automatically assign addresses in the list, which can be used as a fixed IP address assignment segment or to avoid conflicts with existing devices in the physical network in Underlay mode.
141
141
-`gateway`:For this subnet gateway address, Kube-OVN will automatically assign the corresponding logical gateway in Overlay mode, and the address should be the underlying physical gateway address in Underlay mode.
142
142
-`namespaces`: Bind the list of Namespace for this Subnet. Pods under the Namespace will be assigned addresses from the current Subnet after binding.
143
-
-`routeTable`: Associate the route table, default is main table, route table definition please defer to [Static Routes](vpc.en.md#_3)
143
+
-`routeTable`: Associate the route table, default is main table, route table definition please defer to [Static Routes](vpc.en.md#static-routes)
Copy file name to clipboardExpand all lines: docs/guide/vpc.en.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -368,7 +368,7 @@ spec:
368
368
- `policy`: Supports destination routing `policyDst` and source routing `policySrc`.
369
369
- When there are overlapping routing rules, the rule with the longer CIDR mask has higher priority,
370
370
and if the mask length is the same, the destination route has a higher priority over the source route.
371
-
- `routeTable`: You can store the route in specific table, default is main table. Associate with subnet please defer to [Create Custom Subnets](subnet.en.md/#_5)
371
+
- `routeTable`: You can store the route in specific table, default is main table. Associate with subnet please defer to [Create Custom Subnets](subnet.en.md/#create-custom-subnets)
0 commit comments