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
Update container daemon logic and extend liveness probe period
Starting in agent 2.4.0, the agent will attempt to detect which container daemon services are running. So the two existing settings are now to override this behavior explicitly.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,8 +53,8 @@ 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/|
0 commit comments