Commit Graph

1467 Commits

Author SHA1 Message Date
Jason Young 4c890d5438 Update sidecar injector docs (#1544) 2018-06-18 15:30:47 -07:00
Kuat 8511296564 Document updated attributes (#1539)
* updated attributes

Signed-off-by: Kuat Yessenov <kuat@google.com>

* over zealous linter

Signed-off-by: Kuat Yessenov <kuat@google.com>

* add a note about source name

Signed-off-by: Kuat Yessenov <kuat@google.com>

* typos

Signed-off-by: Kuat Yessenov <kuat@google.com>

* mention that original names will be gone

Signed-off-by: Kuat Yessenov <kuat@google.com>
2018-06-18 12:26:55 -07:00
mtail 0e9a353949 Add sdake as English content approver 2018-06-18 11:13:07 -07:00
Guang Ya Liu fd812e6a59 Remove the limitation of accessing service mesh via browser. (#1530)
* Remove the limitation of accessing service mesh via browser.

* Do not need to mention lb when accessing via browser.
2018-06-18 13:18:34 -04:00
danielmenezesbr 7b77c5f135 Link to bookinfo.sidecars.yaml is broken (#1531)
ie: https://raw.githubusercontent.com/istio/istio/release-0.8/samples/bookinfo/consul/bookinfo.sidecars.yaml
or
https://raw.githubusercontent.com/istio/istio/release-0.8/samples/bookinfo/eureka/bookinfo.sidecars.yaml
2018-06-18 09:40:52 -07:00
Jimmy Song b9f7174e2b quick start doc translation (#1523)
* quick start doc translation

* fix the markdown style

* enable Chinese spell checker
2018-06-18 06:08:12 -07:00
Martin Taillefer 0ebbdb3fdc
Add a netlify.toml file to control options. (#1532) 2018-06-17 07:51:45 -07:00
mtail e406513c0b Change the border color around the dropdown menu so it shows up. 2018-06-16 22:44:47 -07:00
mtail 3e6baa1915 Save a magic Netlify cookie to indicate language selection.
The value of the nf_lang cookie overrides the browser's Accept-Language
setting.
2018-06-16 22:31:13 -07:00
mtail b72cd28cb3 Undo experiment (it worked!) 2018-06-16 22:14:02 -07:00
mtail 51d88539d7 More experimentation. 2018-06-16 22:09:51 -07:00
mtail 5cf5c040b1 Experiment with Netlify language cookie override. 2018-06-16 21:59:12 -07:00
mtail ae91d0d432 All 3 sites now hosted on Netlify. 2018-06-16 21:04:30 -07:00
mtail 74494d9cf8 Update versioning instructions. 2018-06-16 17:58:23 -07:00
mtail 69d41816e0 Improve the gear menu.
Simplify the menu. We don't/can't list all old releases, it takes too much
room and overflows the screen on mobile. We now have a more useful set,
2018-06-16 17:38:50 -07:00
Vincent 79c47dfcf0 Fixed default values, from [values.yaml in 0.8.0](https://github.com/istio/istio/blob/0.8.0/install/kubernetes/helm/istio/values.yaml) (#1490) 2018-06-15 23:57:34 -04:00
Martin Taillefer 5ce2c7bb2d
Bunch 'o fixes (#1529)
- Make "make serve" actually work.

- Eliminate superfluous "scroll left nav into view" button on screens that don't have a sidebar
(community & search result). Only matters on mobile.

- Fix unpleasant wrapping in the footer when on mobile.
2018-06-15 20:38:36 -07:00
Tomáš Kukrál 14b851f853 fix command to get INGRESS_POD_NAME (#1524)
Pod name is `istio-ingressgateway-...` so grep command should be
adjusted to match anything. Printing variable to provide way to check if
anything was matched.
2018-06-15 17:37:37 -07:00
Martin Taillefer d9b2eb2848
Remove all target since Netlify has been updated. (#1527) 2018-06-15 17:08:01 -07:00
Martin Taillefer 857f86abad
Update Makefile for simplified Netlify scheme. (#1525) 2018-06-15 17:02:08 -07:00
mtail f8a5265efa Get all the bits in place to do docker-based build, generation, linting, and serving of the site. 2018-06-15 15:51:04 -07:00
mtail 9720690df7 Couple errors leading to incorrect site gen. 2018-06-15 08:40:29 -07:00
Guang Ya Liu 425eed2439 Add option when auto injection is enabled. (#1521) 2018-06-15 06:31:51 -07:00
Morven Cao 738bed1889 fix format issue for access control doc. (#1520) 2018-06-15 06:30:02 -07:00
Tim Swanson d7ba1518fe Update remote cluster RBAC instructions for kubernetes multicluster setup (#1484)
* Update remote cluster RBAC instructions for kubernetes multicluster setup

Added detailed instructions for creating a service-account with RBAC
role for each remote cluster with the minimum access required for
the istio control plane.

Fixes #1477
2018-06-15 06:21:37 -07:00
Jason Young 3d6f8dc517 docker image to run website linters (#1518)
* wip: docker image to run website linters

docker build -t gcr.io/istio-io/website-builder:v0 .
gcloud docker -- push gcr.io/istio-io/website-builder:v0

* add hugo
2018-06-14 16:18:00 -07:00
Frank Budinsky c950da0411 Clarify bookinfo instructions (#1517) 2018-06-14 13:57:43 -07:00
Tao Li e225c40909 Update security faq (#1508)
* Update security doc

* Fix comment

* Fix comment
2018-06-14 12:42:00 -07:00
Thijs Feryn d878a69be4 Potential typo in rules-configuration.yml (#1514)
The "Gateways" section starts with: "A Gateway configure ...". 
Shouldn't that be: "A Gateway configures ..."?
2018-06-14 12:37:25 -07:00
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