Skip to content

Commit

Permalink
update subnet to avoid ip overlap (#149)
Browse files Browse the repository at this point in the history
* update subnet to avoid ip overlap

Signed-off-by: bobz965 <[email protected]>

* fix: syntax

Signed-off-by: bobz965 <[email protected]>

---------

Signed-off-by: bobz965 <[email protected]>
  • Loading branch information
zbb88888 authored Jan 25, 2024
1 parent 0b27eed commit 01de0b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/guide/subnet.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Unlike other CNI implementations where each node is bound to a subnet,
in Kube-OVN the Subnet is a global level virtual network configuration,
and the addresses of one Subnet can be distributed on any node.

Note: Different subnets under the same VPC cannot contain the same IP, and different subnets connected to each other based on VPC peering or VPN cannot contain the same IP.

![](../static/default-vpc-topology.png)

There are some differences in the usage and configuration of Overlay and Underlay Subnets,
Expand Down
2 changes: 2 additions & 0 deletions docs/guide/subnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Namespace 下的 Pod 会自动从所属的子网中获取 IP 并共享子网的

和其他 CNI 的每个节点绑定一个子网的实现不同,在 Kube-OVN 中子网为一个全局的虚拟网络配置,同一个子网的地址可以分布在任意一个节点上。

注意:同一 VPC 下的不同子网不能包含同样的 IP,以及基于 VPC peering 或者 VPN 互相打通的不同子网不能包含同样的 IP。

![网络拓扑](../static/default-vpc-topology.png)

Overlay 和 Underlay 的子网在使用和配置上存在一些差异,本文档将会介绍不同类型子网的一些共同配置和差异化功能。
Expand Down

0 comments on commit 01de0b9

Please sign in to comment.