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-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ The following kubernetes objects are created when the chart is installed:
48
48
| apiReader.tolerations | list |`[]`||
49
49
| apiReader.podAnnotations | string | {} ||
50
50
| apiReader.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/|
51
-
| capabilities |string|`"[\"AUDIT_CONTROL\", \"SYS_ADMIN\", \"SYS_PTRACE\"]\n"`| Docker capabilites required for the proper operation of the agent |
51
+
| capabilities |list|`["AUDIT_CONTROL", "SYS_ADMIN", "SYS_PTRACE", "SYS_NICE"]`| Docker capabilites required for the proper operation of the agent |
52
52
| customDaemonsetCmd | object |`{}`| Uncomment the `command` and `args` sub-attributes, and define them as desired to run custom commands in the daemonset. |
@@ -57,6 +57,7 @@ The following kubernetes objects are created when the chart is installed:
57
57
| daemonset.customTsAuditdConfig | string |`""`||
58
58
| 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**|
59
59
| 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**|
60
+
| daemonset.enableLowPowerMode | bool | false | Configures the daemonset agents to perform better in tightly-resourced environments. The agent trades some telemetry reporting for reduced CPU and memory consumption. Ref: https://threatstack.zendesk.com/hc/en-us/articles/360016132692-Threat-Stack-Kubernetes-Deployment|
| 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