Let's keep this PR strictly to typo fixes.
This commit is contained in:
@@ -40,7 +40,7 @@ kube::etcd::validate() {
|
|||||||
export PATH=$KUBE_ROOT/third_party/etcd:$PATH
|
export PATH=$KUBE_ROOT/third_party/etcd:$PATH
|
||||||
hash etcd
|
hash etcd
|
||||||
echo $PATH
|
echo $PATH
|
||||||
#ls $KUBE_ROOT/third_party/etcd
|
ls $KUBE_ROOT/third_party/etcd
|
||||||
version=$(etcd --version | head -n 1 | cut -d " " -f 3)
|
version=$(etcd --version | head -n 1 | cut -d " " -f 3)
|
||||||
if [[ "${version}" < "${ETCD_VERSION}" ]]; then
|
if [[ "${version}" < "${ETCD_VERSION}" ]]; then
|
||||||
kube::log::usage "etcd version ${ETCD_VERSION} or greater required."
|
kube::log::usage "etcd version ${ETCD_VERSION} or greater required."
|
||||||
|
Reference in New Issue
Block a user