* 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
The automatic sidecar injection has its own set of k8s install instructions for webhooks. This overlaps with the general k8s install instructions. We'll also introduce server-side configuration webhooks which need the same prerequisites.
* Update sidecar AWS verification
Add verification without ssh access on master node. Perform check directly with kubectl client.
* Update sidecar injection Docs
Update with @ayj remarks
* Update link
Update link for managing tls in a cluster, add a '/'
* Add Ansible installation instructions
* Change order and title of Ansible installation
* Capitalize istio
* Improve prerequisites
* Update version handling
* Fix wording of istio.dest
* Remove sentence concerning setting path for manually
This was done since it was confusing
* Fix sorting order
* Add missing punctuation
* Add missing colon
* Fix a bunch of content errors.
- Replace links using https://istio.io and / with {{home}} so they work
on staging and archive versions of the site.
- Fix a bunch of preformatted blocks that has extra spaces or incorrect indent
- Replaced usage of "Further reading" with "What's next" to match our convention.
- Fix capitalization style of various headers to match our convention.
- Broke up some preformatted blocks to separate the command-line from the output
in order to make cut & paste easier, per our convention.
* Fix more links.
* Update reference docs.
- We now replace instances of https://istio.io with {{site.baseurl}} in imported
reference docs such that the generated site will work properly for staging and for
archive.istio.io
* Fix a bad link.
* Add documentation for Helm deployment
This adds documentation along with related configuration options for
deploying Istio with the Helm charts.
* Few corrections as suggested during review.
* Fix error in path to install Helm package
* Slight refinement of helm documentation
Fix a typo in the install command and warning clause about automatic
sidecar injection not being implemented.
The documentation change here reflects the work that was done on:
https://github.com/istio/istio/pull/2465
and should only be merged IFF the aforementioned PR is merged