Skip to content

Commit

Permalink
add minimum kernel version for ebpf traffic redirection
Browse files Browse the repository at this point in the history
Signed-off-by: Addo.Zhang <[email protected]>
  • Loading branch information
addozhang committed Mar 8, 2024
1 parent 2a42010 commit e0114dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ weight: 2

FSM comes with eBPF functionality and provides users an options to use eBPF over default iptables.

> The minimum kernel version is 5.4.
This guide shows how to start using this new functionality and enjoy the benefits eBPF. If you want to directly jump into quick start, refer to [eBPF setup quickstart guide](/quickstart/ebpf)

> For more details of comparison between iptables and eBPF, you can refer to [Traffic Redirection](/guides/traffic_management/traffic_redirection/).
Expand Down
2 changes: 1 addition & 1 deletion content/en/quickstart/ebpf.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For more details refer to [Learn how to use eBPF with FSM](/guides/traffic_manag
## Prerequisites

- Ubuntu 20.04
- Kernel 5.15.0-1034
- Kernel 5.15.0-1034 (5.4 or higher)
- 2c4g VM * 3:master、node1、node2

### Install CNI Plugin
Expand Down

0 comments on commit e0114dd

Please sign in to comment.