fixing instructions to match new tar

see https://github.com/istio/istio/issues/232
This commit is contained in:
Laurent Demailly 2017-05-10 12:49:58 -07:00 committed by GitHub
parent 4f61a07e92
commit 640079bfdc
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ default namespace. They can be modified for deployment in a different namespace.
```bash
curl -L https://github.com/istio/istio/releases/download/0.1.0/istioctl.tar.gz > istioctl-0.1.0.tar.gz
tar xvfz istioctl-0.1.0.tar.gz
cp istioctl/istioctl-osx /usr/local/bin/ # or anywhere in your $PATH
cp osx/istioctl /usr/local/bin/ # or anywhere in your $PATH
```
`istioctl` is needed to inject Envoy as a sidecar proxy. It also provides a convenient CLI for creating routing rules and policies.