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: README.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,15 +53,12 @@ The following kubernetes objects are created when the chart is installed:
53
53
| daemonset.customAuditRules | string |`""`||
54
54
| daemonset.customLuaFilter | string |`""`||
55
55
| daemonset.customTsAuditdConfig | string |`""`||
56
-
| daemonset.enableContainerd | bool |`false`|Defaults to `false`, configures the daemonset agents to listen to the containerd daemon socket |
57
-
| daemonset.enableDocker | bool |`true`|Defaults to `true`, configures the daemonset agents to listen to the docker daemon socket |
56
+
| daemonset.enableContainerd | bool |`unset`|Configures the daemonset agents to listen to the containerd daemon socket. **By default in agent 2.4.0+, the agent detects if containerd is running at startup**|
57
+
| daemonset.enableDocker | bool |`unset`|Configures the daemonset agents to listen to the docker daemon socket. **By default in agent 2.4.0+, the agent detects if docker is running at startup**|
| daemonset.priorityClassName | string |`""`| Optionally set the priority class name for the daemonset pods. Note that priority classes are not created via this helm chart. Ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/|
| eksAmazon2 | bool |`false`| If `true`, the Daemonset definition will be modified to execute commands for the agent to work correctly on EKS with Amazon Linux 2 nodes. Defaults to `false`|
0 commit comments