forked from spidernet-io/spiderpool
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Icarus9913 <[email protected]>
- Loading branch information
1 parent
f6f1f4f
commit 05adad4
Showing
21 changed files
with
128 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# 安装要求 | ||
|
||
[**English**](./system-requirements.md) | **简体中文** | ||
|
||
## 主机要求 | ||
|
||
- x86-64, arm64 | ||
- 使用 ipvlan 做集群 CNI 时,系统内核版本必须大于 4.2 | ||
|
||
## Kubernetes 要求 | ||
|
||
我们已在以下版本的 Kubernetes 中测试使用了 Spiderpool: | ||
|
||
- v1.22.7 | ||
- v1.23.5 | ||
- v1.24.4 | ||
- v1.25.3 | ||
- v1.26.2 | ||
- v1.27.1 | ||
- v1.28.0 | ||
|
||
使用 [SpiderSubnet](./../spider-subnet.md) 功能要求 Kubernetes 版本不低于 `v1.21` | ||
|
||
## 网络端口要求 | ||
|
||
|
||
| 环境变量配置 | 端口/协议 | 解释 | 是否必填 | | ||
|-----------------------------|----------|----------------------------------------------------|----------| | ||
| SPIDERPOOL_HEALTH_PORT | 5710/tcp | `spiderpool-agent` pod 健康检查端口号,服务于 Kubernetes | 必填 | | ||
| SPIDERPOOL_METRIC_HTTP_PORT | 5711/tcp | `spiderpool-agent` 指标端口号 | 可选(默认关闭) | | ||
| SPIDERPOOL_GOPS_LISTEN_PORT | 5712/tcp | `spiderpool-agent` gops 端口号用于 debug | 可选(默认启动) | | ||
| SPIDERPOOL_HEALTH_PORT | 5720/tcp | `spiderpool-controller` pod 健康检查端口号,服务于 Kubernetes | 必填 | | ||
| SPIDERPOOL_METRIC_HTTP_PORT | 5711/tcp | `spiderpool-controller` 指标端口号 | 可选(默认关闭) | | ||
| SPIDERPOOL_WEBHOOK_PORT | 5722/tcp | `spiderpool-controller` webhook 端口号,服务于 Kubernetes | 必填 | | ||
| SPIDERPOOL_GOPS_LISTEN_PORT | 5724/tcp | `spiderpool-controller` gops 端口号用于 debug | 可选(默认启动) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# System requirements | ||
|
||
**English** | [**简体中文**](./system-requirements-zh_CN.md) | ||
|
||
## Node requirements | ||
|
||
- x86-64, arm64 | ||
- The system kernel version must be greater than 4.2 when using `ipvlan` as the cluster's CNI | ||
|
||
## Kubernetes requirements | ||
|
||
We test Spiderpool against the following Kubernetes versions: | ||
|
||
- v1.22.7 | ||
- v1.23.5 | ||
- v1.24.4 | ||
- v1.25.3 | ||
- v1.26.2 | ||
- v1.27.1 | ||
- v1.28.0 | ||
|
||
The [SpiderSubnet](./../spider-subnet.md) feature requires a minimum version of `v1.21`. | ||
|
||
## Network Ports requirements | ||
|
||
| ENV Configuration | Port/Protocol | Description | Is Optional | | ||
|-----------------------------|---------------|--------------------------------------------------------------|---------------------------| | ||
| SPIDERPOOL_HEALTH_PORT | 5710/tcp | `spiderpool-agent` pod health check port for kubernetes | must | | ||
| SPIDERPOOL_METRIC_HTTP_PORT | 5711/tcp | `spiderpool-agent` metrics port | optional(default disable) | | ||
| SPIDERPOOL_GOPS_LISTEN_PORT | 5712/tcp | `spiderpool-agent` gops port for debug | optional(default enable) | | ||
| SPIDERPOOL_HEALTH_PORT | 5720/tcp | `spiderpool-controller` pod health check port for kubernetes | must | | ||
| SPIDERPOOL_METRIC_HTTP_PORT | 5711/tcp | `spiderpool-controller` metrics port for openTelemetry | optional(default disable) | | ||
| SPIDERPOOL_WEBHOOK_PORT | 5722/tcp | `spiderpool-controller` webhook port for kubernetes | must | | ||
| SPIDERPOOL_GOPS_LISTEN_PORT | 5724/tcp | `spiderpool-controller` gops port for debug | optional(default enable) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters