local-up-cluster changes: added help option, added error message for why docker ps fails and how to recover, added test to check if etcd is in your path to fail fast when not found.

from etcd.sh split the start process into validate fucntion + start function so that the validate piece can be reused elsewhere. the up-cluster script has been changed to remove duplicate docker logic to the one used in buid-tools/common.sh and the validate etcd function is now used here.

moved docker daemon check function to util.sh and made function name changes and upstream changes.
This commit is contained in:
Alejandro Escobar
2016-12-13 12:29:47 -05:00
parent 08342c1f3e
commit 7d9c06f82d
5 changed files with 48 additions and 36 deletions

View File

@@ -156,3 +156,4 @@ kube::realpath() {
fi
kube::readlinkdashf "$1"
}