Skip to content

Commit

Permalink
fix link issues
Browse files Browse the repository at this point in the history
Signed-off-by: oilbeater <[email protected]>
  • Loading branch information
oilbeater committed Jun 25, 2024
1 parent 1492491 commit 678bf47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/advance/vip.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Query the configuration of the Pod after the POD is created:

In addition to the IP assigned automatically when the Pod is created, the IP of the VIP is also successfully bound, and other Pods in the current subnet can communicate with these two IP addresses.

## 2. [Switch LB rule](../advance/vpc-internal-lb.en.md#kubevirt-vm) vip
## 2. [Switch LB rule](../advance/vpc-internal-lb.en.md) vip

```yaml
apiVersion: kubeovn.io/v1
Expand Down
2 changes: 1 addition & 1 deletion docs/advance/vip.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ virtual-ip 被配置为 VIP 预留的 IP,virtual-parents 配置为开启 AAP

除 Pod 创建时自动分配的 IP,VIP 的 IP 也被成功绑定,并且当前 subnet 内的其它 Pod 能和这两个 IP 进行通信。

## 2. [Switch LB rule](../advance/vpc-internal-lb.md#kubevirt-vm) vip
## 2. [Switch LB rule](../advance/vpc-internal-lb.md) vip

```yaml
apiVersion: kubeovn.io/v1
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ nav:
- DHCP 设置: 'advance/dhcp.md'
- VPC 互联: 'advance/vpc-peering.md'
- 自定义 VPC 内部负载均衡: 'advance/vpc-internal-lb.md'
- 自定义 VPC 内部 DNS: 'advance/vpc-dns.md'
- 自定义 VPC 内部 DNS: 'advance/vpc-internal-dns.md'
- 外部网关设置: 'advance/external-gateway.md'
- VIP 预留设置: 'advance/vip.md'
- Mellanox 网卡 Offload 支持: 'advance/offload-mellanox.md'
Expand Down

0 comments on commit 678bf47

Please sign in to comment.