Commit Graph

1438 Commits

Author SHA1 Message Date
mtail 294745977c Reenable HTML proofer 2018-06-14 08:49:13 -07:00
mtail 7b4d83d0a0 Disable htmlproofer again. 2018-06-14 08:34:22 -07:00
mtail cfec7b5605 Redirect users to update bug entry page. 2018-06-14 08:22:58 -07:00
Yossi Mesika 461c318830 Removed link annotations (#1513) 2018-06-14 06:39:18 -07:00
Kent Hua 7874083f2b Update for installations with mTLS auth enabled (#1503)
* Update for installations with mTLS auth enabled

The docs do not provide reference to installations with mTLS auth enabled.  If mTLS auth is enabled and the user goes through the instructions, they will encounter `upstream connect error or disconnect/reset before headers` when the DestinationRule is applied.

istio/issues#375 (comment) helped lead to the resolution.
2018-06-14 06:27:39 -07:00
mtail eb51302615 Update menu after renaming cn -> zh 2018-06-14 06:14:14 -07:00
mtail d1e46e494e Use correct language code for Chinese content. 2018-06-14 06:11:05 -07:00
mtail caa7e3295f Try language redirect 2018-06-14 06:00:05 -07:00
mtail 76d6469251 More translation work.
- Add a language selection menu selection in the gear menu.

- Fix the Blog link in the top nav to use the proper trsanslated term and target page.
2018-06-13 23:30:40 -07:00
mtail 94ff6c9c44 Several translation-related improvements.
- Move common stuff for the landing page and search page from the content to the
layout such that the stuff only exists once instead of being cut & pasted into
each translation.

- Fixed the Chinese search page so it works and displays correctly.

- Correctly set the "lang" attribute on the <html> element to
reflect the correct language instead of being hardcoded to "en".
2018-06-13 22:02:37 -07:00
mtail 9a2e0a3276 Merge branch 'release-0.8' 2018-06-13 15:17:30 -07:00
mtail b97b242548 Reenable HTMLProofer now that Netlify is happy. 2018-06-13 15:09:46 -07:00
mtail 21f7dded86 Disable HTML proofer to allow Netlify to work 2018-06-13 15:03:02 -07:00
gargnupur 8bf3a38617 Add documentation about exporting logs from stackdriver to different sinks like bigquery (#1386) 2018-06-13 11:11:43 -07:00
mtail 60e12a5d55 Update to reflect move to Netlify 2018-06-13 08:45:22 -07:00
Henrik Carlioth 17e2d40a84 Update to ingress name (#1504)
Making the command work again to query for the IP.
2018-06-13 08:09:22 -07:00
Jimmy Song d3c1deeb75 Add Chinese translation with index pages (#1500) 2018-06-13 08:05:42 -07:00
Vadim Eisenberg 257cfdd280 add egress-tls-origination task (#1492)
* add egress-tls-origination task

* add cnn.com, edition.cnn.com an "programmatically" to .spelling

* lint fixes

* remove a page alias

* add What's next section

* HTTP2 -> HTTP in port definition

* put the output of commands as part of the "command" block

* rewrote the cleaning after HTTP ServiceEntry without TLS origination

* clarify the configuration items for TLS origination

* when talking to edition.cnn.com -> when accessing edition.cnn.com

* wild card -> wildcard

* an Service Entry -> a Service Entry

* use curl -s -o /dev/null -D - instead of curl -I

* Perform TLS Origination for Egress Traffic -> TLS Origination for Egress Traffic
2018-06-13 10:06:48 -04:00
mtail 80543ef7f4 Update reference docs. 2018-06-13 07:03:54 -07:00
mtail 75b550307c Update reference docs. 2018-06-12 11:34:01 -07:00
gargnupur 8210d2e4fc Add documentation for default metrics exported by Istio (#1485)
* Create metrics.md

* Update .spelling

* Update metrics.md

* Update metrics.md

* Update metrics.md

* Update metrics.md
2018-06-12 09:53:59 -07:00
mtail f51c592a5a Update reference docs. 2018-06-12 07:04:21 -07:00
mtail 5bfc6bafea Update reference docs 2018-06-11 22:29:34 -07:00
Martin Taillefer 9f3e980147
Add support for an auto-generated See Also section on every page. (#1364)
- We now automatically generate a See Also section on pages when possible.
The links are determined by a reverse index based on the keywords
assigned to each page in its front-matter.

- Do a pass to assign keywords to all our pages to populate the See Also
links.

- Leverage the keywords in the front-matter to generate a keyword metadata entry for each
generated page.
2018-06-11 15:07:32 -07:00
mtail 571de08ecb Make the infrastructure TOC stuff robust against incorrect HTML.
(cherry picked from commit 9e9bcb2)
2018-06-11 15:01:18 -07:00
mtail 9e9bcb2d5d Make the infrastructure TOC stuff robust against incorrect HTML. 2018-06-11 14:59:05 -07:00
mtail 210cc87d6c Fix unindenting in manually generated TOCs. 2018-06-11 13:51:57 -07:00
Lin Sun 422e52d59a Add Frank while I'm out (#1499)
I'm traveling from now till mid July.  Frank is one of the top 5 contributors to the istio.io, could I add Frank to cover me for doc maintenance while I'm out?
2018-06-11 13:45:42 -07:00
mtail bcc1ea53de Fix unindenting in manually generated TOCs. 2018-06-11 13:27:47 -07:00
mtail 7cc88d6306 Localize the header & footer. 2018-06-11 08:31:34 -07:00
mtail 9e958f3283 Merge branch 'release-0.8' 2018-06-11 07:02:48 -07:00
mtail 48f47d6feb Add missing ; in .scss files. 2018-06-09 21:58:11 -07:00
mtail fb4fa9f307 Get some basic stuff setup to enable translation without crashing Hugo... 2018-06-09 21:07:08 -07:00
Jason Young afd4ba6541 redirect default netlify subdomain to our primary domain (#1494) 2018-06-09 18:43:42 -07:00
mtail d3bc623376 Fix branch name following merge. 2018-06-09 06:30:39 -07:00
mtail 8d4e1b9190 Merge branch 'release-0.8' 2018-06-09 06:29:37 -07:00
Zack Butcher c800f20d3a Remove source.principal attribute since it did not make the 0.8 cut; we should add back when the PR adding it to the manifest, https://github.com/istio/istio/pull/5540, is added to a 0.8.x release. (#1487)
(cherry picked from commit d153cba)
2018-06-09 06:25:52 -07:00
Vadim Eisenberg 04495c556d plain -> command for helm template commands (#1489) 2018-06-09 06:12:38 -07:00
Jason Young d0076a23f0 add golang vanity redirects to netlify config (#1491) 2018-06-09 05:22:59 -07:00
mtail 365a1664c4 Experiment with what Netlify will do... 2018-06-08 17:09:29 -07:00
mtail f3ac3844c3 Remove silly trailing space. 2018-06-08 16:55:31 -07:00
Zack Butcher d153cba60a Remove source.principal attribute since it did not make the 0.8 cut; we should add back when the PR adding it to the manifest, https://github.com/istio/istio/pull/5540, is added to a 0.8.x release. (#1487) 2018-06-08 15:53:23 -07:00
Guang Ya Liu c8d9d9bd95 Remove global.mtls.mtlsExcludedServices. (#1478) 2018-06-08 09:07:37 -07:00
Guang Ya Liu df72c5caad Use virtualservices for basic access control. (#1475) 2018-06-08 09:06:13 -07:00
Guang Ya Liu aab47ae9af Correct some errors in mutual tls over https. (#1479) 2018-06-08 09:05:41 -07:00
Guang Ya Liu e5b4b568e6 Using virutalservice for rate limit. (#1480) 2018-06-08 09:04:59 -07:00
mtail d80cdbb37f Update README details on publishing a new version of the site. 2018-06-08 08:10:09 -07:00
mtail 2c0646bf4d Fix branch name. 2018-06-08 08:08:57 -07:00
Frank Budinsky 3e887a155e Fix TOC indent (#1483) 2018-06-08 08:02:00 -07:00
jasmine-jaksic 19caf6ef57 Updated features list based on 0.8 release (#1462)
(cherry picked from commit bf6ebdf)
2018-06-08 07:16:00 -07:00