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: solutions/fully-configurable/DA-docs.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
For Clusters using Red Hat CoreOS (RHCOS) or RHEL 9 nodes with restricted outbound internet access, the monitoring agent pods may fail to start due to the inability to retrieve kernel modules which are necessary for the agent to connect with kernel.
4
4
5
-
Setting the Terraform variable `enable_universal_ebpf` to `true` ensures the agent uses eBPF-based instrumentation, which avoids the need for external downloads and allows successful deployment in restricted environments.
5
+
Setting the input variable `enable_universal_ebpf` to `true` ensures the agent uses eBPF-based instrumentation, which avoids the need for external downloads and allows successful deployment in restricted environments.
6
6
7
7
### When Should You Enable It?
8
8
@@ -13,6 +13,6 @@ Set `enable_universal_ebpf` to true if:
13
13
14
14
### Kernel Compatibility
15
15
16
-
-**RHCOS and RHEL9**: Since kernel version **5.14** is used. Default value for variable has been set to true.
16
+
-**RHCOS and RHEL9**: Since kernel version **5.14 or later** is used. Default value for variable has been set to true.
17
17
-**RHEL 8**: Although it uses kernel version **4.18**, the necessary kernel headers are pre-installed, so enabling eBPF is safe and has no impact.
0 commit comments