mirror of https://github.com/istio/istio.io.git
Use envoryv2 for bookinfo example. (#1329)
This commit is contained in:
parent
1427299d2b
commit
47feea728f
|
@ -85,7 +85,7 @@ To start the application, follow the instructions below corresponding to your Is
|
|||
use the following command
|
||||
|
||||
```command
|
||||
$ kubectl apply -f <(istioctl kube-inject --debug -f samples/bookinfo/kube/bookinfo.yaml)
|
||||
$ kubectl apply -f <(ISTIO_PROXY_IMAGE=proxyv2 istioctl kube-inject --debug -f samples/bookinfo/kube/bookinfo.yaml)
|
||||
```
|
||||
|
||||
The `istioctl kube-inject` command is used to manually modify the `bookinfo.yaml`
|
||||
|
|
Loading…
Reference in New Issue