mirror of https://github.com/istio/istio.io.git
Add a platform setup section and link it in helm install page (#1804)
* Add a pre-request for helm install * Add a pre-request for helm install * Address comment
This commit is contained in:
parent
f0894738de
commit
5be41d8c3b
|
|
@ -15,6 +15,9 @@ plane and the sidecars for the Istio data plane.
|
|||
|
||||
## Prerequisites
|
||||
|
||||
1. [Setup Istio in
|
||||
Kubernetes](/docs/setup/kubernetes/quick-start/#platform-setup).
|
||||
|
||||
1. [Download](/docs/setup/kubernetes/quick-start/#download-and-prepare-for-the-installation)
|
||||
the latest Istio release.
|
||||
|
||||
|
|
|
|||
|
|
@ -23,6 +23,10 @@ The following instructions require:
|
|||
> it completely before installing the newer version. Remember to uninstall
|
||||
> the Istio sidecar for all Istio enabled application pods too.
|
||||
|
||||
## Platform setup
|
||||
|
||||
This section describes the setup in different platforms.
|
||||
|
||||
### Setup Minikube
|
||||
|
||||
1. To install Istio locally, install the latest version of
|
||||
|
|
|
|||
Loading…
Reference in New Issue