diff --git a/hack/lib/etcd.sh b/hack/lib/etcd.sh index 4d5a623ebb8..6ab726b691c 100755 --- a/hack/lib/etcd.sh +++ b/hack/lib/etcd.sh @@ -24,6 +24,7 @@ kube::etcd::validate() { # validate if in path command -v etcd >/dev/null || { kube::log::usage "etcd must be in your PATH" + kube::log::info "You can use 'hack/install-etcd.sh' to install a copy in third_party/." exit 1 }