Skip to content

Commit

Permalink
remove envoy
Browse files Browse the repository at this point in the history
  • Loading branch information
mark4z committed Oct 20, 2024
1 parent e81bf83 commit 8c4b77e
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions before_ut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,4 @@ zkJar="${zkJarPath}/${zkJarName}"
if [ ! -f "${zkJar}" ]; then
mkdir -p ${zkJarPath}
wget -P "${zkJarPath}" ${remoteJarUrl}
fi

# download envoy
envoyPath="out/linux_amd64/"
sudo apt update
sudo apt install -y apt-transport-https gnupg2 curl lsb-release
curl -sL 'https://deb.dl.getenvoy.io/public/gpg.8115BA8E629CC074.key' | sudo gpg --dearmor --yes -o /usr/share/keyrings/getenvoy-keyring.gpg
echo a077cb587a1b622e03aa4bf2f3689de14658a9497a9af2c427bba5f4cc3c4723 /usr/share/keyrings/getenvoy-keyring.gpg | sha256sum --check
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/getenvoy-keyring.gpg] https://deb.dl.getenvoy.io/public/deb/ubuntu $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/getenvoy.list
sudo apt update
sudo apt install -y getenvoy-envoy
mkdir -p ${envoyPath}
cp /usr/bin/envoy ${envoyPath}/envoy
fi

0 comments on commit 8c4b77e

Please sign in to comment.