Make quick-start quicker (#5279)

This commit is contained in:
Frank Budinsky 2019-10-29 10:25:35 -04:00 committed by Istio Automation
parent e5cb80badc
commit f86b9fc90f
2 changed files with 1 additions and 5 deletions

View File

@ -12,9 +12,7 @@ This guide lets you try out Istio quickly and it's the ideal starting
point if you are new to the project. To get started, download and install
Istio's built-in **demo** configuration:
1. [Setup your platform](/docs/setup/platform-setup/)
1. [Download the Istio release](/docs/setup/#downloading-the-release)
1. [Follow the quick-start installation instructions](/docs/setup/install/kubernetes)
- [Follow the quick-start installation instructions](/docs/setup/install/kubernetes)
With Istio installed, you can [deploy the Bookinfo sample](/docs/examples/bookinfo/#deploying-the-application)
and evaluate Istio's features for traffic routing, fault injection, rate

View File

@ -29,8 +29,6 @@ requirements.
1. Perform any necessary [platform-specific setup](/docs/setup/platform-setup/).
1. Check the [Requirements for Pods and Services](/docs/setup/additional-setup/requirements/).
## Install the demo profile
{{< text bash >}}