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

update kubeovn ports #221

Merged
merged 1 commit into from
Nov 5, 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
7 changes: 6 additions & 1 deletion docs/start/prepare.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@ the environment configuration and the ports that need to be opened.

| Component | Port | Usage |
| ------------------- | --------------------------------------------- | ----------------------------------- |
| ovn-central | 6641/tcp, 6642/tcp, 6643/tcp, 6644/tcp | ovn-db and raft server listen ports |
| ovn-central | 6641/tcp | ovn nb db server listen ports |
| ovn-central | 6642/tcp | ovn sb db server listen ports |
| ovn-central | 6643/tcp | ovn northd server listen ports |
| ovn-central | 6644/tcp | ovn raft server listen ports |
| ovn-ic | 6645/tcp | ovn ic nb db server listen ports |
| ovn-ic | 6646/tcp | ovn ic sb db server listen ports |
| ovs-ovn | Geneve 6081/udp, STT 7471/tcp, Vxlan 4789/udp | tunnel ports |
| kube-ovn-controller | 10660/tcp | metrics port |
| kube-ovn-daemon | 10665/tcp | metrics port |
Expand Down
9 changes: 7 additions & 2 deletions docs/start/prepare.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,13 @@ Kube-OVN 是一个符合 CNI 规范的网络组件,其运行需要依赖 Kuber

| 组件 | 端口 | 用途 |
| ------------------- | --------------------------------------------- | ------------------------------ |
| ovn-central | 6641/tcp, 6642/tcp, 6643/tcp, 6644/tcp | ovn-db 和 raft server 监听端口 |
| ovs-ovn | Geneve 6081/udp, STT 7471/tcp, Vxlan 4789/udp | 隧道端口 |
| ovn-central | 6641/tcp | ovn nb db server 监听端口 |
| ovn-central | 6642/tcp | ovn sb db server 监听端口 |
| ovn-central | 6643/tcp | ovn northd server 监听端口 |
| ovn-central | 6644/tcp | ovn raft server 监听端口 |
| ovn-ic | 6645/tcp | ovn ic nb db server 监听端口 |
| ovn-ic | 6646/tcp | ovn ic sb db server 监听端口 |
| ovs-ovn | Geneve 6081/udp, STT 7471/tcp, Vxlan 4789/udp | 隧道端口 |
| kube-ovn-controller | 10660/tcp | 监控监听端口 |
| kube-ovn-daemon | 10665/tcp | 监控监听端口 |
| kube-ovn-monitor | 10661/tcp | 监控监听端口 |