File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -182,6 +182,14 @@ The agent pod has the following environment variables and these are all set by t
182
182
"img" (Default): This is the value most crictls expect.
183
183
"images": Digital Ocean, Newer OpenShift require this value
184
184
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
+
185
193
* CRIO_ENDPOINT - The CRIO endpoint to use.
186
194
187
195
"unix:///run/containerd/containerd.sock" (Default): This is the default for most containerd nodes
@@ -252,7 +260,9 @@ Composer
252
260
* logLevel: The log level for the composer (Default "Warn")
253
261
* ignoreCrio: Maps to the COMP_IGNORE_CRIO enviroment variable (Default false)
254
262
* 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
256
266
(Default {{uuid}}-dump-{{timestamp}}-{{hostname}}-{{exe_name}}-{{pid}}-{{signal}})
257
267
258
268
Possible Values:
You can’t perform that action at this time.
0 commit comments