Skip to content

Commit 605d1b7

Browse files
committed
更新内核支持列表
1 parent 208535c commit 605d1b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/zh/02-ce-install/01-overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ DeepFlow 中的 eBPF 能力(AutoTracing、AutoProfiling)对内核版本的
3737
| | \* | 4.15 | Y | Y **[3]** | | Y |
3838
| | \* | 4.16 | Y | Y | | Y |
3939
| | \* | 4.17+ | Y | Y | Y | Y |
40+
| | SUSE 12 SP5 | 4.12 [5] | Y | Y | | Y |
4041
| ARM | CentOS 8 | 4.18 | Y | Y | Y | Y |
4142
| | EulerOS | 5.10+ | Y | Y | Y | Y |
43+
| | 麒麟 KylinOS V10 SP1 | 4.19.90-23 [6] | Y | Y | Y | Y |
4244
| | 麒麟 KylinOS V10 SP2 | 4.19.90-25.24+ | Y | Y | Y | Y |
4345
| | 麒麟 KylinOS V10 SP3 | 4.19.90-52.24+ | Y | Y | Y | Y |
4446
| | 其他发行版 | 5.8+ | Y | Y | Y | Y |
@@ -56,6 +58,8 @@ DeepFlow 中的 eBPF 能力(AutoTracing、AutoProfiling)对内核版本的
5658
> The eBPF in Red Hat Enterprise Linux 7.6 is provided as Tech Preview and thus doesn't come with full support and is not suitable for deployment in production. It is provided with the primary goal to gain wider exposure, and potentially move to full support in the future. eBPF in Red Hat Enterprise Linux 7.6 is enabled only for tracing purposes, which allows attaching eBPF programs to probes, tracepoints and perf events.
5759
- [3]: 容器内部的 Golang/OpenSSL 进程不支持
5860
- [4]: 在内核 4.14 版本中,一个 `tracepoint` 不能被多个 eBPF program attach(如:不能同时运行两个或多个 deepflow-agent),其他版本不存在此问题
61+
- [5]: 目前支持 SUSE 12 SP5 4.12.14,但是 Linux 社区的 4.12 版本依然不支持。
62+
- [6]: KylinOS V10 SP1 部分内核例如:4.19.90-23.48.v2101.ky10.aarch64,4.19.90-23.48.v2101.ky10.aarch64 正常运行,不确保 KylinOS V10 SP1 所有 aarch64 架构的内核都能正常运行 deepflow-agent。
5963

6064
deepflow-agent 运行权限的要求:
6165

0 commit comments

Comments
 (0)