Print error when APIServer fails to start

This commit is contained in:
Antoine Pelisse
2018-06-25 16:38:24 -07:00
parent 28b7809d2f
commit 0685a8018e
2 changed files with 10 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ ETCD_HOST=${ETCD_HOST:-127.0.0.1}
ETCD_PORT=${ETCD_PORT:-2379}
API_PORT=${API_PORT:-8050}
API_HOST=${API_HOST:-127.0.0.1}
API_LOGFILE=/tmp/swagger-api-server.log
API_LOGFILE=${API_LOGFILE:-/tmp/swagger-api-server.log}
kube::etcd::start