Commit Graph

1044 Commits

Author SHA1 Message Date
mtail ff48219c68 Refresh version selection menu given 0.6. 2018-03-05 16:21:39 -08:00
Martin Taillefer d613d953ca
Notes for 0.6 (#1048) 2018-03-05 16:06:41 -08:00
Martin Taillefer 8d8fd08399
Introduce support for building the site in "preliminary" mode. (#1052) 2018-03-05 11:05:26 -08:00
Martin Taillefer b4d664bf35
Reduce the visual weight of code blocks so they don't break up the page so much. (#1054) 2018-03-05 09:46:41 -08:00
Martin Taillefer 5e075d4c27
Make the rake test ensure that we use {{home}} consistently. (#1053)
We now generate the test site into a subdirectory such that we can ensure all
links are correctly using {{home}}, which makes the site work correctly once
archived.

Fixed a bunch of broken cases.
2018-03-04 14:04:01 -08:00
mtail 9460f5bef2 Don't need the analytics hack no more... 2018-03-02 19:04:42 -08:00
mtail 5315de7a4b Hack to get ownership of Google analytics account for the site. 2018-03-02 17:48:27 -08:00
Jason Young aacdcfc159 update document generation for istioctl (#1047) 2018-03-02 17:29:59 -08:00
embs db6b6d993b Fix misnamed link (#1050) 2018-03-02 08:17:20 -08:00
Daneyon Hansen 262cad6c4f Updates troubleshooting guide to add pilot (#1037) 2018-03-01 07:09:53 -08:00
Oliver Liu 879d80b990 Add task for Istio CA health check. (#1038)
* Add task for Istio CA health check.

* Small fix.

* Small fix.
2018-02-28 13:46:36 -08:00
Martin Taillefer b75c48b395
Updated reference docs. (#1045) 2018-02-28 10:07:20 -08:00
Jason Young 2a4985b5f3 add example for disabling injection (#1021) 2018-02-28 05:55:09 -08:00
Vadim Eisenberg fdc985614f Enhance Istio Ingress explanations (#1023)
* Istio Ingress Controller -> Istio Ingress

controller is a Kubernetes term, it does not serve here any purpose

* Ingress Resources -> Ingress Resource

fixed cardinality

* clarified Istio Ingress vs. Kubernetes Resource

* Istio ingress -> Istio Ingress

* Ingress Resource -> Ingress specification

* it allows defining -> it allows one to define

* istio-ingress pod -> istio-ingress service

* rephrased the sentence about applying Istio features

* Istio Ingress -> The Istio Ingress

* The following are the known limitations -> The following are known limitations

* into-the-cluster traffic -> traffic entering the cluster

* second time: into-the-cluster traffic -> traffic entering the cluster
2018-02-26 11:57:10 -08:00
Martin Taillefer 6b2cb6c271
Simplify version handling. (#1033) 2018-02-25 10:47:06 -08:00
Dan Kohn 58fce9d788 Fix broken SVGs (#1027)
Signed-off-by: Dan Kohn <dan@dankohn.com>
2018-02-24 06:48:28 -08:00
Vadim Eisenberg 17851e8698 Fix remarks of a technical writer regarding the TCP egress task and blog post (#1026)
* To remind -> a quick reminder

* would do -> good enough, make "Note" bold

* a single rule -> just a single rule

* It is -> This is

* see that -> verify that

* articles in English language -> the articles available on Wikipedia in the English language

* remove redundant verbs "will"

* Any MySQL instance would do -> You can use any MySQL instance

* Reversed sentence: As a MySQL client to feed the ratings data, I use mysqlsh MySQL Shell.

* Then I -> I then

* It means -> This means

* reversed the order of "for Bookinfo application I create a special user"

* extract the sentence about the SELECT privilege

* I do not -> I don't

* If I would use mysql, I would remove -> If I'm using use mysql, I'll remove

* Istio Bookinfo sample application -> the Istio Bookinfo sample application

* per each review -> for each review

* make original and application lower case in "The original Bookinfo application"

* added a comma before "and password"

* No need to mention -> I also assume everyone realizes

* removed a comma after "I route all the traffic destined to the _reviews_ service"

* Bookinfo Application -> Bookinfo application

* rephrase the sentence about the error message about ratings service

* added a comma between "the details and the reviews", before "and"

* put "let's call it `egress-rule-mysql.yaml`" into parenthesis instead of commas

* make "Egress Rules" lower case

* the both -> both

* rephrased the sentence about the visual cue

* for example database specific protocols -> such as database-specific protocols like

* CLient -> Client (erroneous upper-case of the second letter)

* each block -> with each block

* rephrased the sentence about multiple CIDR blocks

* a an -> an

* service, however -> service; however

* has to -> must

* remove redundant comma after "the machine which MySQL runs on"

* rephrased "Especially, when this expectation cannot be changed by the deployment configuration of the consuming applications."

* added a comma after "in my next blog posts"

* added a comma after "in this blog post"
2018-02-23 11:12:14 -08:00
Tao Li 32915e67e7 Fix grammar error (#1025)
* Fix grammar error

* Fix grammar error
2018-02-22 23:59:00 -08:00
Tao Li 9421101de6 update raw VM doc (#1022)
* update raw VM doc

* revise
2018-02-21 20:26:08 -08:00
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