mirror of https://github.com/istio/istio.io.git
fixing instructions to match new tar
see https://github.com/istio/istio/issues/232
This commit is contained in:
parent
4f61a07e92
commit
640079bfdc
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue