Commit Graph

10075 Commits

Author SHA1 Message Date
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
Oliver Liu f488b40d21 Add Certificate lifetime configuration in FAQ. (#1079) 2018-03-19 14:01:19 -07:00
Martin Taillefer 172c7b4f38
A few more link fixes (#1081)
* Fix handling of legacy community links.

* Add missing .html extension on search page reference.
2018-03-19 12:46:59 -07:00
Martin Taillefer 11324613a8
Add missing .html suffix on some links. (#1080) 2018-03-19 12:20:27 -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
mtail f77706371b Update README 2018-03-15 11:00:46 -07:00
mtail 08914d8bda Forgot to update releases.yml. 2018-03-15 10:03:36 -07:00
mtail 184696d9b7 Setup 0.7. 2018-03-15 09:55:50 -07:00
Jason Young 8d5805574e master branch is now server from preliminary.istio.io (#1075) 2018-03-15 09:44:25 -07: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
Martin Taillefer d0bdd6cb84 Add support for dynamically inserting file content into the site. (#1069)
This is useful for pulling in content straight from GitHub on the fly,
rather than cut & pasting it into the site.
2018-03-12 10:32:34 -07:00
Martin Taillefer 9bb4cebac1 Improve formatting. (#1070)
- Remove the silly right indent used for list items. This was throwing away a lot of
useful screen real estate on mobile.
2018-03-12 10:19:14 -07:00
Martin Taillefer 50e33d872d
Eliminate flickering on page load. (#1068)
- Fix another issue with my arch-nemesis, the Copy button. My last fix for Copy button issues
resulted in screen flickering upon page loading. This is now fixed.

- Pin the size of the gear and magnifying glass icons in the header to avoid flicker as the
fonts for those renders a few ms too late and lead to flickering on page load.

- Cleaned up the site's JavaScript for clarity, and include minimized versions in the
site for improved perf.
2018-03-12 09:46:07 -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
john-a-joyce 65ac6cace0 Sidecar proxy help (#1044) 2018-03-08 19:07:46 -05: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
Jianfei Hu 3fbb31b233 Specify --debug option to use docker.io/istio/proxy_debug image for (#1057)
deployment.
2018-03-05 22:24:57 -08:00
Krishna Pagadala 4a725f4f2c update instructions for mesh expansion (#1056)
* update instructions for mesh expansion

* remove ISTIO_STAGING references
2018-03-05 18:18:34 -08:00
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