diff --git a/content/en/docs/setup/getting-started/index.md b/content/en/docs/setup/getting-started/index.md index 95de8bec1d..9bb75ef874 100644 --- a/content/en/docs/setup/getting-started/index.md +++ b/content/en/docs/setup/getting-started/index.md @@ -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 diff --git a/content/en/docs/setup/install/kubernetes/index.md b/content/en/docs/setup/install/kubernetes/index.md index 2eb3e967a0..960d4ca712 100644 --- a/content/en/docs/setup/install/kubernetes/index.md +++ b/content/en/docs/setup/install/kubernetes/index.md @@ -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 >}}