config-files/docker-config/files/docker-pmond.conf
Robert Church 966611331e Defer monitoring of docker until after last config manifest is complete
To prevent pmon from restarting docker at an inopportune time, align
docker's pmon config to be the same as kubelet's config which is to
defer monitoring until the after the worker manifest is complete on
an AIO.

Change-Id: Icf3859645295bda4238f8e5f79ca6f7faf603561
Depends-On: https://review.opendev.org/#/c/715593/
Closes-Bug: #1868728
Signed-off-by: Robert Church <robert.church@windriver.com>
2020-04-02 09:58:59 -05:00

17 lines
592 B
Plaintext

;
; Copyright (c) 2019 Wind River Systems, Inc.
;
; SPDX-License-Identifier: Apache-2.0
;
[process]
process = dockerd
service = docker
pidfile = /var/run/dockerd.pid
style = lsb ; lsb
severity = critical ; minor, major, critical
restarts = 3 ; restarts before error assertion
startuptime = 5 ; seconds to wait after process start
interval = 5 ; number of seconds to wait between restarts
debounce = 20 ; number of seconds to wait before degrade clear
subfunction = last-config ; run monitor only after last config is run