Skip to content

Commit 924aea3

Browse files
committed
docs: update Chart README with new values
Signed-off-by: Anthony Whalley <[email protected]>
1 parent 61890ff commit 924aea3

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

charts/core-dump-handler/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,14 @@ The agent pod has the following environment variables and these are all set by t
182182
"img" (Default): This is the value most crictls expect.
183183
"images": Digital Ocean, Newer OpenShift require this value
184184
185+
* COMP_TIMEOUT - The timeout for the composer in seconds. Defaults to 600.
186+
187+
In testing ~ 3 mins per 512Mb so we have set it to 10 mins.
188+
189+
* COMP_COMPRESSION - Enable compression Default: true
190+
191+
Given the amount of time compression there is an option to disable it.
192+
185193
* CRIO_ENDPOINT - The CRIO endpoint to use.
186194
187195
"unix:///run/containerd/containerd.sock" (Default): This is the default for most containerd nodes
@@ -252,7 +260,9 @@ Composer
252260
* logLevel: The log level for the composer (Default "Warn")
253261
* ignoreCrio: Maps to the COMP_IGNORE_CRIO enviroment variable (Default false)
254262
* crioImageCmd: Maps to the COMP_CRIO_IMAGE_CMD enviroment variable (Default "img")
255-
* filenameTemplate: Maps to COMP_FILENAME_TEMPLATE environment variable
263+
* timeout: Maps to the COMP_TIMEOUT environment variable ("Default 600)
264+
* compression: Maps to the COMP_COMPRESSION environment varable (Default "true")
265+
* filenameTemplate: Maps to COMP_FILENAME_TEMPLATE environment variable
256266
(Default {{uuid}}-dump-{{timestamp}}-{{hostname}}-{{exe_name}}-{{pid}}-{{signal}})
257267
258268
Possible Values:

0 commit comments

Comments
 (0)