Commit Graph

1030 Commits

Author SHA1 Message Date
Martin Taillefer bdaadeefd3
Improve sorting algorithm to use document title and not just document URL. (#1089)
This makes it so documents in the same directory get sorted by document title instead of
by the URL name (unless they have an order: directive, which takes precedence over alpha
order)
2018-03-23 07:12:32 -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
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