Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix document #165

Merged
merged 1 commit into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading