Commit Graph

1388 Commits

Author SHA1 Message Date
mtail 054ce6164c Update reference docs. 2018-03-26 22:02:39 -07:00
mtail 3e13d4a3bc Fix bug with the Copy button and proto documentation.
- HTML generated from protos encode preformatted blocks with <pre><code></code></pre>,
while HTML generated through Jekyll's markdown converter wraps an extra <div> around the
block. The logic to insert the Copy button on preformatted was assuming the presence of this
DIV. If the DIV is not present on input, we now explicitly add one which makes things work.
2018-03-26 17:12:01 -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
Martin Taillefer 3285d62b97
Delete some old stuff we don't need anymore.
* Delete some old stuff we don't need anymore.

* Fix problem preventing proper section indices in the "About" section of the site.
2018-03-26 15:38:03 -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
Tao Li 420be7f865 Add one more faq for secret encryption (#1096) 2018-03-26 13:04:10 -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
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