mirror of
https://github.com/containers/podman.git
synced 2025-06-03 03:07:56 +08:00
Quadlet Doc: Suggest the kill operation for HealthOnFailure
Co-authored-by: Valentin Rothberg <vrothberg@redhat.com> Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
This commit is contained in:
@ -88,7 +88,7 @@ Valid options for `[Container]` are listed below:
|
||||
| Group=1234 | --user UID:1234 |
|
||||
| HealthCmd="/usr/bin/command" | --health-cmd="/usr/bin/command" |
|
||||
| HealthInterval=2m | --health-interval=2m |
|
||||
| HealthOnFailure=restart | --health-on-failure=restart |
|
||||
| HealthOnFailure=kill | --health-on-failure=kill |
|
||||
| HealthRetries=5 | --health-retries=5 |
|
||||
| HealthStartPeriod=1m | --health-start-period=period=1m |
|
||||
| HealthStartupCmd="/usr/bin/command" | --health-startup-cmd="/usr/bin/command" |
|
||||
@ -221,6 +221,9 @@ Equivalent to the Podman `--health-interval` option.
|
||||
### `HealthOnFailure=`
|
||||
|
||||
Action to take once the container transitions to an unhealthy state.
|
||||
The "kill" action in combination integrates best with systemd. Once
|
||||
the container turns unhealthy, it gets killed and systemd will restart
|
||||
service.
|
||||
Equivalent to the Podman `--health-on-failure` option.
|
||||
|
||||
### `HealthRetries=`
|
||||
|
Reference in New Issue
Block a user