File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
docs/content/en/docs/installation Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff 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+
3158This is the list of needed configuration options, note that this might evolve
3259quickly with new Tetragon features:
3360
You can’t perform that action at this time.
0 commit comments