From a5a7be3b9c4531d07e73fdae9d722dff181ecc71 Mon Sep 17 00:00:00 2001 From: Guang Ya Liu Date: Thu, 28 Sep 2017 00:22:05 +0800 Subject: [PATCH] Added link for Istio-Initializer in quick start. (#543) * Added link for Istio-Initializer in quick start. * fix link. --- _docs/setup/kubernetes/quick-start.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_docs/setup/kubernetes/quick-start.md b/_docs/setup/kubernetes/quick-start.md index d08c493de5..9b4e4b3465 100644 --- a/_docs/setup/kubernetes/quick-start.md +++ b/_docs/setup/kubernetes/quick-start.md @@ -168,8 +168,9 @@ You can now deploy your own application or one of the sample applications provid installation like [BookInfo]({{home}}/docs/guides/bookinfo.html). Note: the application must use HTTP/1.1 or HTTP/2.0 protocol for all its HTTP traffic because HTTP/1.0 is not supported. -If you started the Istio-Initializer, as shown above, you can deploy the application directly using -`kubectl create`. The Istio-Initializer will automatically inject Envoy containers into your application pods: +If you started the [Istio-Initializer]({{home}}/docs/setup/kubernetes/automatic-sidecar-inject.html), +as shown above, you can deploy the application directly using `kubectl create`. The Istio-Initializer +will automatically inject Envoy containers into your application pods: ```bash kubectl create -f .yaml