Fixes #1612 kubelet should fail to start if it cannot create rootDir

This commit is contained in:
Erik St. Martin
2014-11-03 09:24:47 -05:00
parent 808be2d13b
commit f75f2bbc0f
2 changed files with 2 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ kube::log::status "Running kubectl with no options"
# Start kubelet
kube::log::status "Starting kubelet"
"${KUBE_OUTPUT_HOSTBIN}/kubelet" \
--root_dir=/tmp/kubelet.$$ \
--etcd_servers="http://${ETCD_HOST}:${ETCD_PORT}" \
--hostname_override="127.0.0.1" \
--address="127.0.0.1" \