mirror of https://github.com/k3s-io/k3s
Let's keep this PR strictly to typo fixes.
parent
3964aae385
commit
5c8f2b87a3
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue