Merge "[ingress] fix ingress-vip container to exit immediately with sigterm"

This commit is contained in:
Zuul 2018-06-24 05:35:36 +00:00 committed by Gerrit Code Review
commit 1d0dedb09a

View File

@ -38,7 +38,7 @@ function start () {
}
function sleep () {
exec bash -c "while :; do sleep 2073600; done"
exec /usr/bin/dumb-init bash -c "while :; do sleep 2073600; done"
}
function stop () {