diff --git a/bootstrap.sh b/bootstrap.sh index 1d32620f63a..a5f73105d4a 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -234,6 +234,7 @@ function install_etcd() { fi rm "$file" ln -snf "$dist/etcd-${version}-${platform}-${target}/etcd" "$VTROOT/bin/etcd" + ln -snf "$dist/etcd-${version}-${platform}-${target}/etcdctl" "$VTROOT/bin/etcdctl" } which etcd || install_dep "etcd" "v3.3.10" "$VTROOT/dist/etcd" install_etcd