Pass -f to nodepool to run in foreground
We don't want to run it as a daemon now that we're passing logging config to nodepool. Pass -f - since that's what the Dockerfile does. Change-Id: I87b4210ee7e5a622a34944c6345008082e75145b
This commit is contained in:
parent
8b1b70c77e
commit
f7ba1bd6c2
@ -5,7 +5,7 @@ services:
|
|||||||
user: nodepool
|
user: nodepool
|
||||||
network_mode: host
|
network_mode: host
|
||||||
restart: always
|
restart: always
|
||||||
command: nodepool-builder -c /etc/nodepool/nodepool.yaml -l /etc/nodepool/builder-logging.conf
|
command: nodepool-builder -f -c /etc/nodepool/nodepool.yaml -l /etc/nodepool/builder-logging.conf
|
||||||
|
|
||||||
privileged: true
|
privileged: true
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ services:
|
|||||||
user: nodepool
|
user: nodepool
|
||||||
network_mode: host
|
network_mode: host
|
||||||
restart: always
|
restart: always
|
||||||
command: nodepool-launcher -c /etc/nodepool/nodepool.yaml -l /etc/nodepool/launcher-logging.conf
|
command: nodepool-launcher -f -c /etc/nodepool/nodepool.yaml -l /etc/nodepool/launcher-logging.conf
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- DEBUG=1
|
- DEBUG=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user