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.
1 parent 8b98e80 commit c53d76dCopy full SHA for c53d76d
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