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>
This commit is contained in:
Robert Church 2020-04-02 09:51:46 -05:00
parent de8d65efdf
commit 966611331e
1 changed files with 1 additions and 0 deletions

View File

@ -13,3 +13,4 @@ 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