Skip to content

Commit f440f65

Browse files
Vipin KumarVipin Kumar
authored andcommitted
addressed review comments
1 parent 6d0e8ba commit f440f65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solutions/fully-configurable/DA-docs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

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.
66

77
### When Should You Enable It?
88

@@ -13,6 +13,6 @@ Set `enable_universal_ebpf` to true if:
1313

1414
### Kernel Compatibility
1515

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.
1717
- **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.
1818

0 commit comments

Comments
 (0)