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: charts/node-analyzer/README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -248,13 +248,14 @@ The following table lists the configurable parameters of the Sysdig Node Analyze
248
248
|`nodeAnalyzer.tolerations`| Specifies the tolerations for scheduling. | <pre>node-role.kubernetes.io/master:NoSchedule,<br>node-role.kubernetes.io/control-plane:NoSchedule</pre> |
249
249
|`nodeAnalyzer.kspmAnalyzer.debug`| Set to true to show KSPM node analyzer debug logging, which is useful for troubleshooting. |`false`|
250
250
|`nodeAnalyzer.kspmAnalyzer.image.repository`| Specifies the image repository to pull the KSPM node analyzer from. |`sysdig/kspm-analyzer`|
251
-
|`nodeAnalyzer.kspmAnalyzer.image.tag`| Specifies the image tag for the KSPM node analyzer image to be pulled. |`1.44.44`|
251
+
|`nodeAnalyzer.kspmAnalyzer.image.tag`| Specifies the image tag for the KSPM node analyzer image to be pulled. |`1.44.45`|
252
252
|`nodeAnalyzer.kspmAnalyzer.image.digest`| Specifies the image digest to pull. |``|
253
253
|`nodeAnalyzer.kspmAnalyzer.image.pullPolicy`| Specifies the The image pull policy for the KSPM node analyzer. |`""`|
254
254
|`nodeAnalyzer.kspmAnalyzer.includeSensitivePermissions`| Grant the service account elevated permissions to run CIS Benchmark for OS4. |`false`|
255
255
|`nodeAnalyzer.kspmAnalyzer.http_proxy`| Sets `HTTP_PROXY` on the KSPM Analyzer container. |`""`|
256
256
|`nodeAnalyzer.kspmAnalyzer.https_proxy`| Sets `HTTPS_PROXY` on the KSPM Analyzer container. |`""`|
257
257
|`nodeAnalyzer.kspmAnalyzer.no_proxy`| Sets `NO_PROXY` on the KSPM Analyzer container. |`""`|
258
+
|`nodeAnalyzer.kspmAnalyzer.transportLayer`| Sets the transport used by the KSPM Analyzer to communicate with Sysdig backend (http or nats). |`"http"`|
258
259
|`nodeAnalyzer.kspmAnalyzer.resources.requests.cpu`| Specifies the KSPM node analyzer CPU requests per node. |`150m`|
259
260
|`nodeAnalyzer.kspmAnalyzer.resources.requests.memory`| Specifies the KSPM node analyzer memory requests per node. |`256Mi`|
260
261
|`nodeAnalyzer.kspmAnalyzer.resources.limits.cpu`| Specifies the KSPM node analyzer CPU limits per node. |`500m`|
0 commit comments