Skip to content

Commit

Permalink
fix document (#165)
Browse files Browse the repository at this point in the history
Signed-off-by: zhangzujian <[email protected]>
  • Loading branch information
zhangzujian authored Apr 17, 2024
1 parent 6dc15fa commit b696cbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guide/subnet.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ spec:

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 .
Some Underlay environment gateways cannot respond to ICMP requests, or scenarios that do not require external connectivity, the checking can be disabled .

```yaml
apiVersion: kubeovn.io/v1
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/subnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ spec:
## 网关检查设置

默认情况下 `kube-ovn-cni` 在启动 Pod 后会使用 ICMP 或 ARP 协议请求网关并等待返回,
以验证网络工作正常,在部分 Underlay 环境网关无法响应 ARP 请求,或无需网络外部联通的场景
以验证网络工作正常,在部分 Underlay 环境网关无法响应 ICMP 请求,或无需网络外部联通的场景
可以关闭网关检查。

```yaml
Expand Down

0 comments on commit b696cbf

Please sign in to comment.