Merge pull request #19425 from rhatdan/service

Add support for passing container stop timeout as -1 (infinite)
This commit is contained in:
OpenShift Merge Robot
2023-08-08 04:52:33 -04:00
committed by GitHub
24 changed files with 73 additions and 40 deletions

View File

@ -5,4 +5,4 @@
#### **--stop-timeout**=*seconds*
Timeout to stop a container. Default is **10**.
Remote connections use local containers.conf for defaults
Remote connections use local containers.conf for defaults.

View File

@ -5,3 +5,4 @@
#### **--time**, **-t**=*seconds*
Seconds to wait before forcibly stopping <<the container|running containers within the pod>>.
Use -1 for infinite wait.

View File

@ -17,7 +17,7 @@ running, the container is stopped and removed.
#### **--time**, **-t**=*seconds*
Seconds to wait before forcibly stopping the running containers that are using the specified network. The --force option must be specified to use the --time option.
Seconds to wait before forcibly stopping the running containers that are using the specified network. The --force option must be specified to use the --time option. Use -1 for infinite wait.
## EXAMPLE

View File

@ -30,7 +30,7 @@ Print usage statement
#### **--time**, **-t**=*seconds*
Seconds to wait before forcibly stopping running containers that are using the specified volume. The --force option must be specified to use the --time option.
Seconds to wait before forcibly stopping running containers that are using the specified volume. The --force option must be specified to use the --time option. Use -1 for infinite wait.
## EXAMPLES