mirror of
https://github.com/containers/podman.git
synced 2025-10-16 10:43:52 +08:00
Configure HealthCheck with podman update
New flags in a `podman update` can change the configuration of HealthCheck when the container is started, without having to restart or recreate the container. This can help determine why a given container suddenly started failing HealthCheck without interfering with the services it provides. For example, reconfigure HealthCheck to keep logs longer than the usual last X results, store logs to other destinations, etc. Fixes: https://issues.redhat.com/browse/RHEL-60561 Signed-off-by: Jan Rodák <hony.com@seznam.cz>
This commit is contained in:
@ -1778,8 +1778,8 @@ func (s *APIServer) registerContainersHandlers(r *mux.Router) error {
|
||||
// ---
|
||||
// tags:
|
||||
// - containers
|
||||
// summary: Update an existing containers cgroup configuration
|
||||
// description: Update an existing containers cgroup configuration.
|
||||
// summary: Updates the configuration of an existing container, allowing changes to resource limits and healthchecks
|
||||
// description: Updates the configuration of an existing container, allowing changes to resource limits and healthchecks.
|
||||
// parameters:
|
||||
// - in: path
|
||||
// name: name
|
||||
|
Reference in New Issue
Block a user