Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ This document describes how to deploy Cilium CNI in a ACP 4.2+ cluster and lever
| Network Mode | Custom Mode |
| Architecture | x86_64 / amd64 |

> **Note**: Cilium/eBPF requires Linux kernel 4.19+ (5.10+ recommended). The following operating systems are **NOT supported**:
> **Note**: Cilium/eBPF requires Linux kernel 5.10+. The following operating systems are **NOT supported**:
> - CentOS 7.x (kernel version 3.10.x)
> - RHEL 7.x (kernel version 3.10.x - 4.18.x)
> - RHEL 7.x (kernel version 3.10.x)
>
> Supported operating systems:
> - Ubuntu 22.04
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ sourceSHA: f08bed9e8e3925b9d23738b44dac6e99b0d27fbf6802f8976076f756383d70d6
| 网络模式 | 自定义模式 |
| 架构 | x86_64 / amd64 |

> **注意**:Cilium/eBPF 需要 Linux 内核 4.19+(推荐 5.10+。以下操作系统 **不支持**:
> **注意**:Cilium/eBPF 需要 Linux 内核 5.10+。以下操作系统 **不支持**:
>
> - CentOS 7.x(内核版本 3.10.x)
> - RHEL 7.x(内核版本 3.10.x - 4.18.x
> - RHEL 7.x(内核版本 3.10.x)
>
> 支持的操作系统:
>
Expand Down
Loading