Make non-manifest based installers have similar titles and overviews (#1086)

* Make the setup page a little more consistent.

* Make non-manifest based installers have similar titles and overviews

* Shorten the overview,tidy up the title, and add a helm.html redirect

* Installation typo in both files
This commit is contained in:
Steven Dake 2018-03-29 18:01:58 -07:00 committed by Laurent Demailly
parent 1b9ac40ad4
commit f6c4cac1a1
3 changed files with 9 additions and 7 deletions

View File

@ -1,6 +1,6 @@
--- ---
title: Installing with Ansible title: Installation with Ansible
overview: Instructions on using the included Ansible playbook to perform installation. overview: Install Itio with the included Ansible playbook.
order: 40 order: 40

View File

@ -1,16 +1,18 @@
--- ---
title: Istio Helm Chart Instructions title: Installation with Helm
overview: Instructions for the setup and configuration of Istio using the Helm package manager. overview: Install Istio with the included Helm chart.
order: 30 order: 30
redirect_from: /docs/setup/kubernetes/helm.html
layout: docs layout: docs
type: markdown type: markdown
--- ---
{% include home.html %} {% include home.html %}
Quick Start instructions for the setup and configuration of Istio using the Helm package manager. Quick start instructions for the setup and configuration of Istio using the Helm package manager.
<span style="color:red">**Warning: Helm charts are currently broken in 0.5.0**</span> <span style="color:red">**Warning: Helm charts are currently broken in 0.5.0**</span>

View File

@ -183,7 +183,7 @@ export PATH=$PWD/bin:$PATH
``` ```
1. Install Istio's core components. Choose one of the two _**mutually exclusive**_ options below or alternately install 1. Install Istio's core components. Choose one of the two _**mutually exclusive**_ options below or alternately install
with the [Helm Chart]({{home}}/docs/setup/kubernetes/helm.html): with the [Helm Chart]({{home}}/docs/setup/kubernetes/helm-install.html):
a) Install Istio without enabling [mutual TLS authentication]({{home}}/docs/concepts/security/mutual-tls.html) between sidecars. a) Install Istio without enabling [mutual TLS authentication]({{home}}/docs/concepts/security/mutual-tls.html) between sidecars.
Choose this option for clusters with existing applications, applications where services with an Choose this option for clusters with existing applications, applications where services with an