Commit Graph

665 Commits

Author SHA1 Message Date
Martin Taillefer a6fae1b368
Setup for linting markdown files. (#1147)
- linters.sh will run spell-checking and a style checker on
markdown files.

- Fix a whole bunch of typos and bad markdown content throughout. There are many more fixes
to come before we can enable the linters as a checkin gate, but this takes care of a majority
of items. More to come later.
2018-04-04 22:22:14 -07:00
Tao Li 9caf902fe0 Fix bug caused by #1138 (#1145) 2018-04-04 09:38:37 -07:00
Tao Li e60a355d12
Remove $ sign in command since it breaks the copy button (#1143) 2018-04-03 15:16:20 -07:00
Steven Dake d0c0c3f716 Cleans up the readability of the Ansible Installation (#1130)
* Cleans up the readability of the Ansible Installation

Run through a yaml linter Run through spell | sort | uniq
Reorganized to semi-match the Helm installation page as they have similar
functionality

There are things I like about how this document is structured now
and will carry those over to the Helm documentation in the future as time
permits.

* Remove customization example as suggested during the review

* Change Openshift->OpenShift
2018-04-03 08:50:10 -07:00
Steren e92571be2d Fix markdown (#1140) 2018-04-02 23:06:34 -04:00
Jason Young 3c8b827faf Update IBM Cloud Container Service (IKS) k8s setup instructions (#1136)
Copy IKS specific instructions from https://github.com/istio/istio.github.io/pull/1072 to general k8s setup page.
2018-04-02 11:49:37 -07:00
Tao Li 6600cd3585 Simplify the demo of plugin ca cert. (#1138) 2018-04-02 10:54:26 -07:00
chymy de4040f45c In Note 1: Consul modified to Eureka (#1122) 2018-04-02 07:14:59 -07:00
Steven Dake ee506937f1 prepare_proxy was refactored into istio-proxy (#1134) 2018-04-02 07:11:28 -07:00
chenkunyun 9f6e0529c1 Fix typo
In AWS (w/Kops) section:
"openned" should be "opened"?
2018-04-02 07:10:36 -07:00
Steven Dake 52e36397a0 Refine Helm installation warning. (#1133)
Helm charts are unstable prior to 0.7.  Remove the red warning
and instead add a simple notice that Helm charts =<0.7 are not functional.
2018-04-02 07:07:02 -07:00
Steven Dake aba5c1417d Fix broken links, causing HTML proofer in circleci gates to fail (#1132)
* Fix broken links, causing HTML proofer in circleci gates to fail

* Add the same missing links to sidecar-injection.md
2018-04-01 10:53:48 -07:00
Martin Taillefer 05f8647cc4
Fix more headers. (#1126) 2018-03-30 14:17:50 -07:00
Tao Li befface1be
Add Istio mTLS support for https service demo (#1121)
* Add Istio mTLS support for https service demo

* Address comment

* Address comment

* Address comment
2018-03-30 11:21:59 -07:00
Steven Dake f6c4cac1a1 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
2018-03-29 18:01:58 -07:00
Yusuo 1b9ac40ad4
Add documentation for upgrade (#1108)
* Add upgrade doc and fixing a broken link.

* revert one file.

* Refine the doc.

* Move the doc.

* Fix syntax.

* Fix syntax

* Fix syntax
2018-03-29 15:28:00 -07:00
imgbot[bot] b708278263 [ImgBot] optimizes images (#1120)
/_docs/tasks/telemetry/img/servicegraph-example.png -- 41.49kb -> 28.62kb (31.03%)
2018-03-29 11:58:14 -07:00
Jeff Mendoza 7cbd72d042 Update servicegraph docs with new viz. (#1074) 2018-03-29 11:53:05 -07:00
mtail c593a6f926 Fix inconsistent header use in this doc. 2018-03-28 18:58:13 -07:00
jeff martinez a2b27b6222 fix small grammar issue (#1112) 2018-03-28 06:29:43 -07:00
Frank Budinsky 53c4149c40
WIP - Combined ingress/gateway task for v1alpha3 (#1094)
* First pass combined ingress/gateway task

* Add verifying gateway section

* clarifications

* fix broken link

* fix build broken

* address review comments
2018-03-28 09:28:41 -04:00
Tao Li 3b99a79cd1
Revise curl instruction in master branch (#1107) 2018-03-27 11:36:33 -07:00
Martin Taillefer e3616beb46
Fix bug that was messing up all the index pages in the site. (#1100)
Fix newly broken k8s link along the way...
2018-03-27 11:01:08 -07:00
mtail 054ce6164c Update reference docs. 2018-03-26 22:02:39 -07:00
Tao Li b7e624733a
Revise note to install curl (#1098)
* Revise note to install curl

* Revise note to install curl

* Address comment
2018-03-26 16:20:34 -07:00
Tao Li 7cf2e07e12
Add note to have debug version of proxy for curl command (#1097) 2018-03-26 14:55:55 -07:00
Julien Senon 5bf91c3554 Improve readability 2018-03-24 06:34:34 -07:00
Limin Wang 9bcbc3394c
Istio RBAC doc fix. (#1093) 2018-03-23 14:55:27 -07:00
Frank Budinsky b12506c88d
[WIP] Update traffic routing tasks to use v1alpha3 config (#1067)
* use v1alpha3 route rules

* circuit breaking task updated to v1alpha3

* convert mirroring task to v1alpha3

* convert egress task to v1alpha3

* Egress task corrections and clarifications

* use simpler rule names

* move new tasks to separate folder (keep old versions around for now)

* update example outputs

* egress tcp task

* fix broken refs

* more broken refs

* imporove wording

* add missing include home.html

* remove ingress task - will create a replacement in followup PR
2018-03-23 09:11:07 -04:00
Steven Dake 8d8a44c665 Remove extra tilde in the docs (#1087)
Fixes #1004
2018-03-22 21:25:29 -07:00
Georgios Andrianakis 2372d720c1 Update Ansible documentation to reflect change in Jaeger addon (#1049)
* Update Ansible documentation to reflect change in Jaeger addon

Relates to: https://github.com/istio/istio/pull/3603

* Small polish to Ansible documentation
2018-03-22 11:16:37 -07:00
Martin Taillefer acd48acfb3 Remove empty document. (#1085) 2018-03-22 14:22:39 +00:00
mtail f4cf4035b3 Update reference docs. 2018-03-21 09:52:34 -07:00
Martin Taillefer ab8feed4f9
Fix some newly broken links. (#1082) 2018-03-21 07:09:42 -07:00
mtail 3f07330cc8 Update reference docs. 2018-03-20 13:20:37 -07:00
Jason Young 5fcf70e0db
Consolidate cluster prerequisites for webhooks into k8s quick start (#1077)
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.
2018-03-16 18:22:16 -04:00
Martin Taillefer 36368b9bbf
Fix links. (#1073)
- Add a / to links pointing to directories

- Switch a bunch of links from http: to https:
2018-03-14 19:49:14 -07:00
Julien Senon d360f5f726 Update sidecar AWS verification (#1060)
* 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 '/'
2018-03-13 17:22:51 -07:00
mtail d70750bfe7 Update reference docs. 2018-03-11 23:16:08 -07:00
mtail e2a4710eb6 Fix typos. 2018-03-11 15:41:06 -07:00
mtail 3dda3b30a8 Fix bad formatting. 2018-03-11 11:34:24 -07:00
mtail 1e578b7f6b Update reference docs. 2018-03-10 11:39:37 -08:00
Martin Taillefer 933b635553
Add a bunch of redirects for old pages (#1066)
The Google Crawl Engine reported a bunch of broken links pointing into istio.io.
This adds redirects so that these links work.

Add a hack such that the gear menu logic that lets you time travel through versions
of the site will insist that if a page existed in a given version, it must also exist
in subsequent versions. This will ensure we always create redirects when we move site
content, and thus avoid breaking links into the site. If a page is moved or removed,
this will lead to rake test errors when checking the content of archive.istio.io.
2018-03-09 09:37:11 -08:00
embs cc4af846c7 Use same instance name in Mixer config example (#1051) 2018-03-09 06:00:29 -08:00
YaweiWu 2377302423 Fixe wrong port number (#1041) 2018-03-08 13:26:51 -08:00
Jason Young d778c61333
clarify verification of injected proxy with automatic injection (#1024) 2018-03-08 15:00:17 -05:00
Rich Curran e5ed489f1b Fix typo in Cleanup section (#1061) 2018-03-08 10:06:25 -08:00
Limin Wang 273c11cfcb
Update Istio RBAC document to relfect sample changes. (#1062) 2018-03-07 13:16:58 -08:00
Julien Senon daa19368f0 Update Quick start Doc (#1059)
Fix Typo
2018-03-07 12:31:02 -05:00
mtail 02074eb9ce Update reference docs. 2018-03-07 05:51:46 -08:00