Revise curl instruction in master branch (#1107)

This commit is contained in:
Tao Li 2018-03-27 11:36:33 -07:00 committed by GitHub
parent e3616beb46
commit 3b99a79cd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 5 deletions

View File

@ -99,14 +99,11 @@ There are several steps:
curl: try 'curl --help' or 'curl --manual' for more information
```
Note: by default istio proxy image does not have curl installed to make the
image compact. However, the proxy debug image does have curl, please add --debug flag during kube-inject, i.e.,
Otherwise run below command to start over
```bash
kubectl apply -f <(istioctl kube-inject --debug -f samples/bookinfo/kube/bookinfo.yaml)
```
and start over.
Note: istio proxy image does not have curl installed while the debug image does. The "--debug" flag in above command redeploys the service with debug image.
1. send requests to another service, for example, details.
```bash