We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 903cdff + c53d76d commit e47973bCopy full SHA for e47973b
hack/lib/etcd.sh
@@ -108,6 +108,8 @@ kube::etcd::install() {
108
cd "${KUBE_ROOT}/third_party"
109
os=$(uname | tr "[:upper:]" "[:lower:]")
110
if [[ $(readlink etcd) == etcd-v${ETCD_VERSION}-${os}-* ]]; then
111
+ kube::log::info "etcd v${ETCD_VERSION} already installed at path:"
112
+ kube::log::info "$(pwd)/$(readlink etcd)"
113
return # already installed
114
fi
115
if [[ ${os} == "darwin" ]]; then
0 commit comments