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

Formatting fixes (OVN-IC, PR template) #200

Merged
merged 2 commits into from
Sep 9, 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
3 changes: 2 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- [ ] Make sure you have followed the [Document Convention](../docs/reference/document-convention.md).
- [ ] Make sure you have followed the [Document Convention](../blob/master/docs/reference/document-convention.md)
([English version](../blob/master/docs/reference/document-convention.en.md)
5 changes: 3 additions & 2 deletions docs/advance/with-ovn-ic.en.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Cluster Inter-Connection with OVN-IC

Kube-OVN supports interconnecting two Kubernetes cluster Pod networks via [OVN-IC](https://docs.ovn.org/en/latest/tutorials/ovn-interconnection.html),
and the Pods in the two clusters can communicate directly via Pod IPs .
and the Pods in the two clusters can communicate directly via Pod IPs.
Kube-OVN uses tunnels to encapsulate cross-cluster traffic, allowing container networks to interconnect between two clusters
as long as there is a set of IP reachable machines.

Expand All @@ -18,7 +18,8 @@ as long as there is a set of IP reachable machines.
ENABLE_IC=true
````

After opening the switch and deploying the cluster, the component deployment ovn-ic-controller will appear.
After opening the switch and deploying the cluster, the component deployment ovn-ic-controller will appear.

2. The subnet CIDRs within OpenStack and Kubernetes cannot overlap with each other in auto-interconnect mode.
If there is overlap, you need to refer to the subsequent manual interconnection process, which can only connect non-overlapping Subnets.
3. A set of machines needs to exist that can be accessed by each cluster over the network and used to deploy controllers that interconnect across clusters.
Expand Down
1 change: 1 addition & 0 deletions docs/advance/with-ovn-ic.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Kube-OVN 使用隧道对跨集群流量进行封装,两个集群之间只要
```

打开开关后部署集群,会出现组件 deployment ovn-ic-controller。

2. 自动互联模式下不同集群的子网 CIDR 不能相互重叠,默认子网需在安装时配置为不重叠的网段。若存在重叠需参考后续手动互联过程,只能将不重叠网段打通。
3. 需要存在一组机器可以被每个集群的 `kube-ovn-controller` 通过 IP 访问,用来部署跨集群互联的控制器。
4. 每个集群需要有一组可以通过 IP 进行跨集群互访的机器作为之后的网关节点。
Expand Down