You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
└── bpf-support-writable-context-for-bare-tracepoint.patch #This patch is a community patch, introduced in Linux 5.16. For versions prior to this, it is necessary to determine whether this patch has already been merged and merge as needed. This patch provides the macro definitions related to the kernel features that kmesh depends on
Copy file name to clipboardExpand all lines: docs/kmesh_use_enhanced_kernel.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
# Use Enhanced Kernel in Kmesh
2
2
3
-
Some features of kmesh depend on enhanced kernel (e.g., L7 traffic control in ads mode). To utilize it, you can use `openEuler 23.03`, which natively supports all features.
3
+
Some features of kmesh depend on enhanced kernel (e.g., L7 traffic control in ads mode). To utilize it, you can use `openEuler 24.03-LTS`, which natively supports all features.
4
4
5
5
You can follow the steps below to use enhanced kernel:
6
6
7
-
+ Download `openEuler 23.03` image on: https://repo.openeuler.org/openEuler-23.03/ISO/.
7
+
+ Download `openEuler 24.03-LTS` image on: https://repo.openeuler.org/openEuler-24.03-LTS/ISO/.
8
8
+ Install the operation system: Here, we take [VMware](https://www.vmware.com/products/workstation-pro/html.html) for example (you can also use other VM management tools).
9
9
10
10

11
11
12
-
Notice that `openEuler 23.03`'s kernel version is **6.1.19**. So you should select `其他 Linux 6.x 内核 64位`(`Linux 6.x kernel 64bit`).
12
+
Notice that `openEuler 24.03-LTS`'s kernel version is **6.6.0**. So you should select `其他 Linux 6.x 内核 64位`(`Linux 6.x kernel 64bit`).
13
13
14
14
Then, you can follow the [official blog](https://www.openeuler.org/zh/blog/20240306vmware/20240306vmware.html) to install it.
0 commit comments