Commit Graph

10075 Commits

Author SHA1 Message Date
Vadim Eisenberg a7cf7c9bb6 replaced dotted line with dashed line (#1020)
to distinguish the mesh boundary vs. grouping of multiple services with different versions
2018-02-21 08:09:24 -08:00
mtail 6f41722c31 Latest reference docs. 2018-02-20 08:08:31 -08:00
Martin Taillefer d330ae1f0c
A few improvements (#1017)
- We now automatically detect when a TOC has no entries in it and omit the spacing on the right side
for the TOC. This improves the formatting of a few pages on the site.

- Make an another attempt at preventing the dropdown arrow from wrapping under the cog on smaller screens.
This new solution seems to work across several browsers I've tried.

- Remove an extraneous header in one page.
2018-02-20 08:07:08 -08:00
Martin Taillefer efb98fae64 Make capitalization of Bookinfo consistent. (#1016) 2018-02-19 10:35:57 -08:00
Martin Taillefer 50199cec08
Fix problem with the sidebar introduced by the Copy button fix. (#1015)
The voodoo to support the copy button was accidentally affecting the
sidebar. Changed class names to avoid this.
2018-02-19 10:08:59 -08:00
Jason Young b7355cba06 update automatic proxy injection clean-up steps (#964) 2018-02-19 07:30:49 -08:00
Martin Taillefer f3194e629d Fix copy button on PRE blocks. (#1014)
- Button no longer scrolls with the PRE block content.

- Button now works when text is under it. It would previously not click
properly in that case.
2018-02-19 07:23:43 -08:00
Georgios Andrianakis 0fbc40f359 Add section that points to Ansible installation (#896)
* 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
2018-02-19 07:19:45 -08:00
Martin Taillefer e42f7ed9ba
New format for FAQ, allowing for deep links to answers and making it easier to browse. (#1013) 2018-02-19 05:31:16 -08:00
Martin Taillefer fd5d4a2cb2
A few fixes (#1007)
- Add support for showing the archive date in the footer.

- Fix invalid HTML in the header which improves the responsive layout. In particular, the down arrow
for the dropdown menu tends to stay on the same line as the cog more than before.

- Tone down the blue color of links so it's not so intense. There's still good contrast
between links and normal text.

- Remove broken og:image meta tag from each page. It used to point to a logo.png
file, which we deleted months ago. Turns out it's not intended for web site logos
anyway.

- Add og:url and og:site_name per best practices.

- Remove one more stray border on the community page. I thought I got rid of 'em last time,
but I missed one.
2018-02-18 12:13:35 -08:00
Tao Li 2b15486854 Update key/cert path (#1001) 2018-02-15 12:35:26 -08:00
Oliver Liu 5ba887bdc1 Add secure Ingress instructions. (#1002) 2018-02-15 12:03:25 -08:00
Martin Taillefer 5e8f49cca3
Version bump. (#999)
* Version bump.

* Refresh reference docs.
2018-02-15 08:47:27 -08:00
mtail 3d3988c2db Add Google Search Console verification file. 2018-02-15 06:56:06 -08:00
Rich Curran 51d41c2494 Minor clarification to the automatic sidecar injection section. (#947)
* Minor clarification to the automatic sidecar injection section.

* Minor clarification to the automatic sidecar injection section.
2018-02-14 23:48:56 -08:00
imgbot[bot] bfa474b228 [ImgBot] optimizes images (#998)
*Total -- 153.16kb -> 122.62kb (19.94%)

/_docs/setup/kubernetes/img/dm_kubernetes_workloads.png -- 86.41kb -> 69.03kb (20.11%)
/_docs/setup/kubernetes/img/dm_gcp_iam.png -- 66.75kb -> 53.59kb (19.72%)
2018-02-14 23:48:15 -08:00
Christian Posta 9a688c07ac fix circuit breaking task, related to https://github.com/istio/istio/pull/3351 (#960) 2018-02-14 23:40:59 -08:00
Christian Posta be20af2f18 added missing kube-inject commands to mirroring task (#963) 2018-02-14 23:37:08 -08:00
salrashid123 21bd222563 Update gke dm docs (#984)
* update gke-dm docs

* update images/docs
2018-02-14 23:33:41 -08:00
Kim Merrill 3ea872ad72 Update reference to Google Container Engine (#989)
Google Container Engine is now branded Google Kubernetes Engine, which is also the official name of the API.
2018-02-14 20:07:38 -08:00
Kim Merrill 4b95f3a62f Fix grammatical error in Adapter docs (#988) 2018-02-14 19:59:41 -08:00
Jason Young bcd11c26bf Add missing webhook script files question to help page (#986) 2018-02-13 16:59:06 -08:00
Martin Taillefer 2d8224628b Link improvements (#980)
- When you hover over an HTML header, we now pop up a link icon holding a link to the
header. Useful to support deep linking to a header.

- When you click on a link that points outside of istio.io, the target is now
opened in a separate tab.

- Improved the coloring of links in the light theme so they're more visible. I was almost not able to
see the difference between normal text and links, now the color delta is greater. Additionally, when
you hover on a link, we now draw an underline.

- Change the color of H1 headers to be black instead of being the same color
as links. They're not links, they shouldn't be that color.
2018-02-13 13:31:36 -05:00
Laurent Demailly 958458b334 0.5.1 (#982) 2018-02-13 09:25:19 -08:00
Julien Senon 4c86b444ee Update AWS automatic sidecar-injection (#958) 2018-02-13 09:14:40 -08:00
Jason Young 16975d95f7 update docs for the fact the webhook files are not included in 0.5.1 (#983) 2018-02-13 12:06:33 -05:00
Arvind Somya e9eab9f9f9 Fault injection should use abort instead of timeout (#1279) (#978)
* This commit documents a new fault injection mechanism using HTTP abort
in addition to the existing HTTP delay example. The relevant sample files
are committed in a separate pull request to istio/istio.

* Fixing some grammar and verbiage.
2018-02-12 14:51:37 -08:00
Jason Young 70773bc3a6
Update sidecar-injection.md (#979) 2018-02-12 10:11:59 -08:00
Martin Taillefer 85e5f4c98f
Add "smart" version switching, where we try to switch you to the same general area of the web site across (#968)
versions.

Also, upgrade to FontAwesome 5.0
2018-02-12 07:04:53 -08:00
Yujun Zhang 31c83deb3f Fix file path in helm deployment (#975) 2018-02-12 18:42:30 +08:00
Christian Posta c57de914d9 added mirroring blog (#952)
* added mirroring blog

* updated 2nd person suggestion, spell check, rewording

* further clarification
2018-02-12 00:28:06 -05:00
Martin Taillefer fcff7b5505
Add support for a dark color theme. (#966)
* Add support for a dark color themes.

- The version dropdown is now replaced with a gear dropdown. This dropdown lets you
pick the version of the site to look at, and lets you pick the light or dark color
themes for the site.

- Fixed a rendering glitch on the community page where a stray right and bottom border
was rendered.
2018-02-11 18:10:12 -08:00
Yusuo 6a5e5013e3 Add some notes about helm. (#967) 2018-02-11 15:18:55 -08:00
Laurent Demailly 5a2dc56dfc
fixes #874
fixes #874
2018-02-10 20:52:14 -08:00
mtail 0e54814ef7 Avoid horizontal scrollbar on the home page. 2018-02-09 19:42:11 -08:00
Martin Taillefer 5a71e65325 Add a link for downloading Istio to the landing page. (#965) 2018-02-09 18:21:10 -08:00
mtail b7bbafa70a Latest reference docs. 2018-02-09 14:48:02 -08:00
craigbox e1da4d25bf Update docs to refer to GKE using v1.9.2 (#961)
Fixes to the wording about s/initalizer/mutating webhook/ and fixes to the script for installing a GKE cluster, now that 1.9.x is GA.
2018-02-09 10:49:22 -08:00
Chris Laprun ad75fa6da0 Synch examples with attribute vocabulary. (#957) 2018-02-08 17:25:55 -08:00
Tao Li 10795e1b23
Fix plugin-ca doc (#956) 2018-02-08 13:47:44 -08:00
Jeff Mendoza 14b95baaea Consistent capitalization of Servicegraph (#953) 2018-02-08 13:41:43 -08:00
Tao Li 18cc0662cf Update security FAQ (#954) 2018-02-08 13:39:55 -08:00
Martin Taillefer 99b8ddcb54
Fix a bunch of content errors. (#951)
* 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.
2018-02-08 13:17:21 -08:00
Christian Posta ca2fdb0b24 added traffic mirroring task (#945)
* added traffic mirroring task

* clarification of envoy cluster

* clarified the shadowing policy

* drop .DS_Store that snuck in
2018-02-08 11:24:04 -05:00
Laurent Demailly 9a90ea3eec
additional link to archive (#871) 2018-02-07 21:19:06 -08:00
imgbot[bot] f1fedd02f3 [ImgBot] optimizes images (#948)
*Total -- 217.26kb -> 122.69kb (43.53%)

/_blog/2018/img/errorFetchingBookRating.png -- 113.74kb -> 63.72kb (43.98%)
/_blog/2018/img/externalMySQLRatings.png -- 103.51kb -> 58.97kb (43.03%)
2018-02-07 21:15:13 -08:00
Vadim Eisenberg caedcc7f0e Fix format egress https blog (#949)
* replaced istio.io with {{home}}

* fixed capitalization - lower case letters in section headings
2018-02-07 21:14:49 -08:00
Vadim Eisenberg e4f9384bac added .DS_Store file to .gitignore (#950)
* added .DS_Store file to .gitignore

https://en.wikipedia.org/wiki/.DS_Store

* added missing new line to .gitignore
2018-02-07 21:11:29 -08:00
Vadim Eisenberg 09e8f06bce
Tcp egress blog (#944)
* initial version of a blog post about Egress TCP traffic

* removed a redundant whitespace

* added introduction and mysql instructions

* changed the page order to be 92

* completed mysql part

* fixed indentation and wording

* added "use the database section", including a diagram

* fixed figure caption

* added Future Work, Further Reading and Empty Conclusion

* updated bookinfo-ratings-v2-mysql-external.svg

* added a remark about the arrows on the updated diagram

* added deleting the egress rule

* added figure of error of Ratings service unavailable

* added Section Egress Rule for external MySQL instance

* fixed heading of "Future Work"

* the initial full version of the blog

* resized the diagram of Bookinfo with MySQL

* added a paragraph about service degradation

* separated the commands and their output

* wording improvements

* fixed the figures according to the new syntax

* fixed the border around details microservice in the image

* final fixes

* fixed mysqlsh strings

* broke additional long mysql lines

* fixed the ration of the images

* remove .DS_Store

* replace istio.io with {{home}}

* make lower case headings and Bookinfo sample application

* fixed the identation in "use the database..." section

* allow the in-mesh applications access -> allow the in-mesh applications to access

* Let me remind you -> As a reminder, here is

* allowed -> sent, sent by -> sent according

* rephrased the sentence about MONGO protocol

* Added a section "relation to mesh expansion".

* added mutual TLS as a benefit of mesh expansion

* sent according to the route rules -> configured according to the route rules
2018-02-08 03:40:25 +02:00
Martin Taillefer 92614752ad
Fix figure references to use the correct approach for istio.io (#943) 2018-02-07 05:25:52 -08:00