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
Copy file name to clipboardExpand all lines: docs/content/en/docs/installation/faq.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,12 @@ which might take some work on older kernels.
28
28
29
29
### What are the Linux kernel configuration options needed to run Tetragon?
30
30
31
+
As a first step to verify your kernel configuration, you can use the `tetra probe config` command. This will output a list of detected kernel features relevant to Tetragon. Missing features can indicate that your kernel is not configured correctly.
32
+
33
+
```shell
34
+
sudo tetra probe config
35
+
```
36
+
31
37
This is the list of needed configuration options, note that this might evolve
0 commit comments