From 3b4559d9c44444d6f5ae5f7ef545b894c7111ac4 Mon Sep 17 00:00:00 2001 From: GregHanson Date: Tue, 3 Oct 2017 10:08:59 -0500 Subject: [PATCH] removed unnecessary step and bug fix (#596) --- _docs/setup/consul/install.md | 2 +- _docs/setup/consul/quick-start.md | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/_docs/setup/consul/install.md b/_docs/setup/consul/install.md index a02603c348..bf2337848a 100644 --- a/_docs/setup/consul/install.md +++ b/_docs/setup/consul/install.md @@ -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. diff --git a/_docs/setup/consul/quick-start.md b/_docs/setup/consul/quick-start.md index f2bb34562b..ac6581a9c6 100644 --- a/_docs/setup/consul/quick-start.md +++ b/_docs/setup/consul/quick-start.md @@ -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