From 6fd90678a5a65dc158e319e6799be6f8facb1cb6 Mon Sep 17 00:00:00 2001 From: Martin Ostrowski Date: Wed, 6 Nov 2019 18:55:14 -0800 Subject: [PATCH] Update install text (#5437) --- content/en/docs/setup/install/kubernetes/index.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/content/en/docs/setup/install/kubernetes/index.md b/content/en/docs/setup/install/kubernetes/index.md index abd3976812..ed09f6ad29 100644 --- a/content/en/docs/setup/install/kubernetes/index.md +++ b/content/en/docs/setup/install/kubernetes/index.md @@ -14,15 +14,10 @@ This installation lets you quickly evaluate Istio in a Kubernetes cluster on any {{< warning >}} The demo configuration profile is not suitable for performance evaluation. It is designed to showcase Istio functionality with high levels of tracing and -access logging. +access logging. To install Istio for production use, we recommend using the +[Installing with {{< istioctl >}} guide](/docs/setup/install/istioctl/) instead. {{< /warning >}} -To install Istio for production use, we recommend using the -[Installing with {{< istioctl >}} guide](/docs/setup/install/istioctl/) -instead, which provides many more options for selecting and managing the Istio -configuration. This permits customization of Istio to operator specific -requirements. - ## Prerequisites 1. [Download the Istio release](/docs/setup/#downloading-the-release).