mirror of https://github.com/istio/istio.io.git
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:
parent
1b9ac40ad4
commit
f6c4cac1a1
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Installing with Ansible
|
||||
overview: Instructions on using the included Ansible playbook to perform installation.
|
||||
title: Installation with Ansible
|
||||
overview: Install Itio with the included Ansible playbook.
|
||||
|
||||
order: 40
|
||||
|
||||
|
|
@ -119,4 +119,4 @@ It should be noted that when Jaeger is enabled, Zipkin is disabled whether or no
|
|||
## Adding istioctl to PATH
|
||||
|
||||
After executing the playbook if it is desired that the `istioctl` command line tool be added to the PATH,
|
||||
search for `Add Istio to PATH` in the output and execute the commands that are outputted
|
||||
search for `Add Istio to PATH` in the output and execute the commands that are outputted
|
||||
|
|
|
|||
|
|
@ -1,16 +1,18 @@
|
|||
---
|
||||
title: Istio Helm Chart Instructions
|
||||
overview: Instructions for the setup and configuration of Istio using the Helm package manager.
|
||||
title: Installation with Helm
|
||||
overview: Install Istio with the included Helm chart.
|
||||
|
||||
order: 30
|
||||
|
||||
redirect_from: /docs/setup/kubernetes/helm.html
|
||||
|
||||
layout: docs
|
||||
type: markdown
|
||||
---
|
||||
|
||||
{% 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>
|
||||
|
||||
|
|
@ -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
|
||||
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.
|
||||
Choose this option for clusters with existing applications, applications where services with an
|
||||
|
|
|
|||
Loading…
Reference in New Issue