[ingress] fix ingress-vip container to exit immediately with sigterm
currently it lives until the grace preiod ends and gets sigkill Change-Id: I37d7fac57c2d51633f3ecdd6c0457b9044f7b011
This commit is contained in:
parent
cc30691207
commit
f7b098ee15
@ -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 () {
|
||||
|
Loading…
Reference in New Issue
Block a user