Skip to content

Instantly share code, notes, and snippets.

@yankay
Created March 17, 2023 08:21
Show Gist options
  • Save yankay/e0deda7aca5f891d9237351c4510bb35 to your computer and use it in GitHub Desktop.
Save yankay/e0deda7aca5f891d9237351c4510bb35 to your computer and use it in GitHub Desktop.
一键安装 istio ( istioctl)
export ISTIO_VERSION="1.17.1"
wget "https://files.m.daocloud.io/github.com/istio/istio/releases/download/${ISTIO_VERSION}/istio-${ISTIO_VERSION}-linux-amd64.tar.gz"
tar -zxvf istio-${ISTIO_VERSION}-linux-amd64.tar.gz
cd istio-${ISTIO_VERSION}/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment