Skip to content

Commit

Permalink
install script now installs edge
Browse files Browse the repository at this point in the history
  • Loading branch information
wmorgan committed Feb 20, 2024
1 parent bcbaf96 commit 62b3d6a
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion run.linkerd.io/public/install
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,27 @@

set -eu

LINKERD2_VERSION=${LINKERD2_VERSION:-L5D2_STABLE_VERSION}
LINKERD2_VERSION=${LINKERD2_VERSION:-L5D2_EDGE_VERSION}
INSTALLROOT=${INSTALLROOT:-"${HOME}/.linkerd2"}

happyexit() {
echo ""
echo "*******************************************"
echo "* This script is deprecated and no longer *"
echo "* installs stable releases. *"
echo "* *"
echo "* The latest edge release has been *"
echo "* installed. In the future, please use *"
echo "* run.linkerd.io/install-edge *"
echo "* for this behavior. *"
echo "* *"
echo "* For stable releases, please see *"
echo "* https://linkerd.io/releases/ *"
echo "*******************************************"
echo ""
echo " export PATH=\$PATH:${INSTALLROOT}/bin"
echo ""
echo "Now run:"
echo "Add the linkerd CLI to your path with:"
echo ""
echo " export PATH=\$PATH:${INSTALLROOT}/bin"
Expand Down

0 comments on commit 62b3d6a

Please sign in to comment.