mirror of https://github.com/istio/istio.io.git
removed unnecessary step and bug fix (#596)
This commit is contained in:
parent
21f0333684
commit
3b4559d9c4
|
|
@ -128,5 +128,5 @@ found in the
|
|||
> the sidecar process.
|
||||
|
||||
Refer to the
|
||||
[sidecar installation](https://github.com/istio/istio/blob/master/samples/bookinfo/consul/build-docker-services.sh)
|
||||
[sidecar installation](https://github.com/istio/istio/blob/master/samples/bookinfo/src/build-docker-services.sh)
|
||||
for Bookinfo services to understand the steps needed to achieve transparent proxying.
|
||||
|
|
|
|||
|
|
@ -40,12 +40,6 @@ Quick Start instructions to install and configure Istio in a Docker Compose setu
|
|||
export PATH=$PWD/bin:$PATH
|
||||
```
|
||||
|
||||
1. Generate a configuration file which will be used by Istio Pilot
|
||||
|
||||
```bash
|
||||
istioctl context-create --api-server http://172.28.0.13:8080
|
||||
```
|
||||
|
||||
1. For Linux users, configure the `DOCKER_GATEWAY` environment variable
|
||||
|
||||
```bash
|
||||
|
|
@ -65,12 +59,12 @@ Quick Start instructions to install and configure Istio in a Docker Compose setu
|
|||
```bash
|
||||
docker ps -a
|
||||
```
|
||||
> If the `Istio-Pilot` container terminates, ensure that you run the `istioctl context-create` comamnd and re-run the command from the previous step.
|
||||
> If the `Istio-Pilot` container terminates, ensure that you run the `istioctl context-create` command and re-run the command from the previous step.
|
||||
|
||||
1. Configure `istioctl` to use mapped local port for the Istio API server:
|
||||
|
||||
```bash
|
||||
istioctl context-create --context istio-local --api-server http://localhost:8080
|
||||
istioctl context-create --api-server http://localhost:8080
|
||||
```
|
||||
|
||||
## Deploy your application
|
||||
|
|
|
|||
Loading…
Reference in New Issue