diff --git a/v1.13.x/en/guide/subnet/index.html b/v1.13.x/en/guide/subnet/index.html index 48d0a5ae4..7855e5f28 100644 --- a/v1.13.x/en/guide/subnet/index.html +++ b/v1.13.x/en/guide/subnet/index.html @@ -152,7 +152,7 @@ allowSubnets: - 10.16.0.0/16 - 10.18.0.0/16 -
This part of the feature is only available for Underlay type Subnets.
vlan
: If an Underlay network is used, this field is used to control which Vlan CR the Subnet is bound to. This option defaults to the empty string, meaning that the Underlay network is not used.logicalGateway
: Some Underlay environments are pure Layer 2 networks, with no physical Layer 3 gateway. In this case a virtual gateway can be set up with the OVN to connect the Underlay and Overlay networks. The default value is: false
.By default kube-ovn-cni
will request the gateway using ICMP or ARP protocol after starting the Pod and wait for the return to verify that the network is working properly. Some Underlay environment gateways cannot respond to ARP requests, or scenarios that do not require external connectivity, the checking can be disabled .
apiVersion: kubeovn.io/v1
+
This part of the feature is only available for Underlay type Subnets.
vlan
: If an Underlay network is used, this field is used to control which Vlan CR the Subnet is bound to. This option defaults to the empty string, meaning that the Underlay network is not used.logicalGateway
: Some Underlay environments are pure Layer 2 networks, with no physical Layer 3 gateway. In this case a virtual gateway can be set up with the OVN to connect the Underlay and Overlay networks. The default value is: false
.By default kube-ovn-cni
will request the gateway using ICMP or ARP protocol after starting the Pod and wait for the return to verify that the network is working properly. Some Underlay environment gateways cannot respond to ICMP requests, or scenarios that do not require external connectivity, the checking can be disabled .
apiVersion: kubeovn.io/v1
kind: Subnet
metadata:
name: disable-gw-check
@@ -170,7 +170,7 @@
name: sample1
spec:
mtu: 1300
-