mirror of https://github.com/istio/istio.io.git
Fixed: 404 in ansible-setup (#1963)
* Fixed: Broken link to the old platform-setup document. code block in openshift setup. * fixed: md005 recovered: code block for openshift. Unexpected end tag : p (line 12)
This commit is contained in:
parent
4bad2ec7f5
commit
9b957b26a4
|
|
@ -11,7 +11,14 @@ Instructions for the installation and configuration of Istio using Ansible.
|
|||
|
||||
1. [Download the Istio release](/docs/setup/kubernetes/download-release/).
|
||||
|
||||
1. [Kubernetes platform setup](/docs/setup/kubernetes/platform-setup/).
|
||||
1. One of these solutions:
|
||||
|
||||
* [Platform setup for Minikube](/docs/setup/kubernetes/minikube)
|
||||
* [Platform setup for Google Kubernetes Engine](/docs/setup/kubernetes/gke)
|
||||
* [Platform setup for IBM Cloud Kubernetes Service](/docs/setup/kubernetes/ibm)
|
||||
* [Platform setup for Openshift](/docs/setup/kubernetes/openshift)
|
||||
* [Platform setup for Amazon Web Services](/docs/setup/kubernetes/aws)
|
||||
* [Platform setup for Azure](/docs/setup/kubernetes/azure)
|
||||
|
||||
1. [Ansible 2.4 Installed](https://docs.ansible.com/ansible/latest/intro_installation.html).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue