Skip to content

Commit bd5c0d2

Browse files
committed
docs: Update FAQ on kernel config with tetra probe config
Fixes #4114 Signed-off-by: Aritra Dey <[email protected]>
1 parent 87ce9b7 commit bd5c0d2

File tree

1 file changed

+27
-0
lines changed
  • docs/content/en/docs/installation

1 file changed

+27
-0
lines changed

docs/content/en/docs/installation/faq.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,33 @@ which might take some work on older kernels.
2828

2929
### What are the Linux kernel configuration options needed to run Tetragon?
3030

31+
As a first step to verify your kernel configuration, you can use the
32+
`tetra probe config` command. This will output a list of detected kernel
33+
features relevant to Tetragon. Missing features can indicate that your
34+
kernel is not configured correctly.
35+
36+
```shell
37+
sudo tetra probe config
38+
```
39+
The Output should be similar to this:
40+
41+
Example output:
42+
```
43+
override_return: true
44+
buildid: true
45+
kprobe_multi: true
46+
uprobe_multi true
47+
fmodret: true
48+
fmodret_syscall: true
49+
signal: true
50+
large: true
51+
link_pin: true
52+
lsm: false
53+
missed_stats_kprobe_multi: false
54+
missed_stats_kprobe: false
55+
batch_update: true
56+
```
57+
3158
This is the list of needed configuration options, note that this might evolve
3259
quickly with new Tetragon features:
3360

0 commit comments

Comments
 (0)