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 -

Underlay Settings

This part of the feature is only available for Underlay type Subnets.

Gateway Check Settings

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
+

Underlay Settings

This part of the feature is only available for Underlay type Subnets.

Gateway Check Settings

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
-

Other Advanced Settings

微信群 Slack Twitter Support

Comments