Remove unneeded info in Setup page (#4918)

* Remove unneeded info in Setup page

* You really don't need an "detailed understanding of sidecar injection"... Istio should just work out of the box.
* We already link to pod requirements at the top of the page

* Re-add sidecar injection
This commit is contained in:
John Howard 2019-09-05 13:52:02 -07:00 committed by Istio Automation
parent 436b65afb8
commit b100d0edd9
1 changed files with 1 additions and 6 deletions

View File

@ -86,11 +86,6 @@ Choose one of the following installation options, depending on your intended use
After choosing an option and installing Istio on your cluster, you can deploy
your own applications or experiment with some of our [tasks](/docs/tasks/) and [examples](/docs/examples/).
{{< tip >}}
If you're running your own applications, make sure to
check the [requirements for pods and services](/docs/setup/additional-setup/requirements/).
{{< /tip >}}
When you're ready to consider more advanced Istio use cases, check out the following resources:
- To install using Istio's Container Network Interface
@ -102,6 +97,6 @@ When you're ready to consider more advanced Istio use cases, check out the follo
- To expand your existing mesh with additional containers or VMs not running on
your mesh's Kubernetes cluster, follow our [mesh expansion guide](/docs/examples/mesh-expansion/).
- To add services requires a detailed understanding of sidecar injection. Visit our
- To add services using sidecar injection, see our
[sidecar injection guide](/docs/setup/additional-setup/sidecar-injection/)
to learn more.