Let's keep this PR strictly to typo fixes.

pull/6/head
Aaron.L.Xu 2016-12-21 05:04:45 -08:00
parent 3964aae385
commit 5c8f2b87a3
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ kube::etcd::validate() {
export PATH=$KUBE_ROOT/third_party/etcd:$PATH
hash etcd
echo $PATH
#ls $KUBE_ROOT/third_party/etcd
ls $KUBE_ROOT/third_party/etcd
version=$(etcd --version | head -n 1 | cut -d " " -f 3)
if [[ "${version}" < "${ETCD_VERSION}" ]]; then
kube::log::usage "etcd version ${ETCD_VERSION} or greater required."