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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -430,6 +430,8 @@ In the interactive CLI prompt mode you must specify the target image using the `
430
430
-`--poststart-compose-svc` - placeholder for now
431
431
-`--http-probe` - Enables/disables HTTP probing (ENABLED by default; you have to disable the probe if you don't need it by setting the flag to `false`: `--http-probe=false`)
432
432
-`--http-probe-off` - Alternative way to disable HTTP probing
433
+
-`--http-probe-client-timeout` - Probe network client timeout in seconds (defaults to 30 seconds)
434
+
-`--http-probe-client-timeout-crawl` - Crawl probe network client timeout in seconds (defaults to probe network client timeout if set or internal default if not, 10 seconds)
433
435
-`--http-probe-cmd` - User defined HTTP probe(s) as `[[[[\"crawl\":]PROTO:]METHOD:]PATH]`[can use this flag multiple times]
434
436
-`--http-probe-cmd-file` - File with user defined HTTP probe commands
435
437
-`--http-probe-cmd-upload` - User defined HTTP probe(s) to submit form data as `[[[[[PROTO:]FORM_FILE_NAME:]FORM_FIELD_NAME:]FILE_OR_GENERATE_TYPE:]PATH]`[can use this flag multiple times
FlagHTTPProbeUsage="Enable or disable HTTP probing"
230
232
FlagHTTPProbeOffUsage="Alternative way to disable HTTP probing"
233
+
FlagHTTPProbeClientTimeoutUsage="Probe network client timeout in seconds (defaults to 30 seconds)"
234
+
FlagHTTPProbeClientTimeoutCrawlUsage="Crawl probe network client timeout in seconds (defaults to probe network client timeout if set or internal default if not, 10 seconds)"
231
235
FlagHTTPProbeCmdUsage="User defined HTTP probe(s) as [[[[\"crawl\":]PROTO:]METHOD:]PATH]"
232
236
FlagHTTPProbeCmdUploadUsage="User defined HTTP probe(s) to submit form data as [[[[[PROTO:]FORM_FILE_NAME:]FORM_FIELD_NAME:]FILE_OR_GENERATE_TYPE:]PATH]"
233
237
FlagHTTPProbeCmdFileUsage="File with user defined HTTP probes"
@@ -619,6 +623,18 @@ var CommonFlags = map[string]cli.Flag{
0 commit comments