Commit Graph

2007 Commits

Author SHA1 Message Date
Douglas Reid 13167f97ea Clarify sampling rate details for 1.0 (#3186) 2019-02-01 10:07:11 -08:00
Martin Ostrowski a55e475dc3 Add image ratio (#3177) 2019-01-30 16:59:44 -08:00
Martin Ostrowski 53605fa133 Replace deployment manager with Istio on GKE (#3175)
* Deprecate Deployment Manager install, point to Istio on GKE (#3149)

* Deprecate Deployment Manager install, point to Istio on GKE

* Remove deployment manager completely

* Rename quick-start-gke-dm to drop dm

* Fix indentation, stale links
2019-01-30 14:32:18 -08:00
banix d21434bff5 Correct the IP range (#3130)
for the IBM Cloud Kubernetes
Addresses issue #3124
2019-01-24 09:53:43 -05:00
Vadim Eisenberg a14ab0f60e add a security note to egress traffic task (#3121)
to istio.io 1.0, similar to https://github.com/istio/istio.io/pull/3115
2019-01-23 08:02:48 -08:00
idouba e14f07c4c3 fix from non-Istio services to Istio service (#3102)
request from non-Istio services to Istio service should NOT get 200 response when mtls is enabled.
2019-01-21 07:00:17 -08:00
idouba 6926c04fc2 curl kubeapiserver shell error. (#3103) 2019-01-17 08:15:27 -08:00
Martin Taillefer 44da7015ff
[Blog post] Sidestepping dependency ordering with AppSwitch (#2928) (#3082)
This blog discusses how AppSwitch could be used to address service startup ordering and startup times.

(cherry picked from commit 78ef1282a2)
2019-01-13 13:19:23 -08:00
Martin Taillefer 9c84668277
Add blog entry blog post for custom ingress gateway with cert manager (#3074) (#3076)
(cherry picked from commit 82939fa976)
2019-01-10 13:06:18 -08:00
Martin Taillefer 3569dd74c0
Switch to discuss.istio.io (#3070) 2019-01-10 07:26:15 -08:00
John Mazzitelli 2f34e82891 issue 3035 - add kiali task to the release 1.0 docs (#3062) 2019-01-09 07:44:49 -08:00
Jesse Butler 4c2fd62c24 add OCI OKE to platform setup section of docs (#3034)
* add OCI OKE to platform setup section of docs

* shift platform page weights to maintain alphabetized sidebar
2019-01-07 09:54:15 -08:00
mtail 5ad3377076 Set version to 1.0.5 2018-12-22 10:11:07 -08:00
Martin Taillefer ffdca16ee0 Release notes for 1.0.5 (#3003)
(cherry picked from commit 2c692e2a0b)
2018-12-22 10:06:21 -08:00
mtail 124ce78a19 Change latest release to 1.0.4 2018-12-20 07:19:52 -08:00
mtail 7b30077ded Added missing link to new notes. 2018-11-28 15:54:42 -08:00
mandarjog c73b35a874 release notes 1.0.4 (#2910)
(cherry picked from commit 1ccfbcf88a)
2018-11-28 15:50:01 -08:00
Sandeep Parikh e8ddfd634a new blog post on traffic mgmt, approved on master (#2925)
* adding new blog post on traffic mgmt

* updates to address PR feedback

* fixed spelling issues and adjusted weight

* added DestinationRule to linter spelling config

* removed DestinationRule, using backticks per instructions

* using backticks instead of custom spelling config
2018-11-27 10:58:45 -08:00
Vadim Eisenberg 5fb1dc0e83 merge changes from 1.1 for egress tls origination (#2862)
fixes the issue https://github.com/istio/istio/issues/9457
2018-11-12 09:45:33 -08:00
mtail 2a5de8cdb3 Fix some broken links. 2018-10-31 06:51:10 -07:00
mtail 1a5048b26d Bump full version # 2018-10-30 10:22:58 -07:00
mandarjog f5805c7724 Add 1.0.3 release notes (#2807)
(cherry picked from commit 9c57b614b0)
2018-10-30 10:18:57 -07:00
Venil Noronha d713309e43 refs: add Wavefront to adapters list (#2760)
This commit updates the grab_reference_docs.sh script to fetch docs for
the Wavefront by VMware adapter in order to publish it under the
adapters list.

Signed-off-by: Venil Noronha <veniln@vmware.com>
2018-10-10 17:40:43 -07:00
Lin Sun 8d42ee423b
IBM Cloud: switch to the new helm chart location (#2725) 2018-10-02 16:12:46 -04:00
Lin Sun 194dd076ee
sync latest IBM Cloud change from master to 1.0 (#2712) 2018-10-01 13:07:32 -04:00
Rachael Graham c7d1a61618 Adding ibm quickstart to 1.0 release docs (#2684)
* adding ibm quickstart to 1.0 release docs

* typo

* remove trailing space - linter
2018-09-25 11:25:04 -04:00
lei-tang 51784547c3 Fix an error when applying the end-user authentication policy with mTLS (#2646)
* Fix an error when applying the end-user authentiction policy with mTLS

In
https://istio.io/docs/tasks/security/authn-policy/#end-user-authentication-with-mutual-tls,
the following error occurs when applying the end-user authentiction policy with mTLS. This PR
fixes this error.

Error from server: error when applying patch:
{"metadata":{"annotations":{"kubectl.kubernetes.io/last-applied-configuration":"{\"apiVersion\":\"authentication.istio.io/v1alpha1\",\"kind\":\"Policy\",\"metadata\":{\"annotations\":{},\"name\":
\"jwt-example\",\"namespace\":\"foo\"},\"spec\":{\"origins\":[{\"jwt\":{\"issuer\":\"testing@secure.istio.io\",\"jwksUri\":\"https://raw.githubusercontent.com/istio/istio/release-1.0/security/too
ls/jwt/samples/jwks.json\"}}],\"peers\":[{\"mTLS\":{}}],\"principalBinding\":\"USE_ORIGIN\",\"targets\":[{\"name\":\"httpbin\"}]}}\n"}},"spec":{"peers":[{"mTLS":{}}]}}
to:
&{0xc4200a9a40 0xc420361260 foo jwt-example STDIN 0xc42211a040 20632 false}
for: "STDIN": admission webhook "pilot.validation.istio.io" denied the request: error decoding configuration: YAML decoding error: origins:
- jwt:
    issuer: testing@secure.istio.io
    jwksUri: https://raw.githubusercontent.com/istio/istio/release-1.0/security/tools/jwt/samples/jwks.json
peers:
- mTLS: {}
principalBinding: USE_ORIGIN
targets:
- name: httpbin
 unknown field "mTLS" in v1alpha1.PeerAuthenticationMethod

* Fix a grammar error
2018-09-19 13:43:31 -04:00
Frank Budinsky f63cd6c537 Fix broken link (#2649) 2018-09-19 07:33:13 -07:00
lei-tang 30edea40f3 Fix the error code when running the end-user authentication guide (#2647)
circleci error is unrlelated
2018-09-19 10:04:28 -04:00
Julien Senon f45926037e Update Guideline (#2332)
* Update Guideline

Add guideline/warning, that we need to have unique name in `port name` if we use multiple host and HTTPS protocol.

* Update Guideline after remarks

Update with remarks

* Update according to latest remarks
2018-09-18 15:39:20 -04:00
mtail 2326008adc Grab 1.0 charts 2018-09-15 07:53:44 -07:00
Zadkiel 95d968b567 Grab charts and create helm repository (#2616)
(cherry picked from commit d23fbe9488)
2018-09-15 07:46:55 -07:00
Martin Taillefer 7274a1c0ba
Improve release note links in the release-1.0 branch. (#2598) 2018-09-12 12:15:10 -07:00
Martin Taillefer 22d3b9e72d
Cherry pick a few changes from master (#2550)
* Fix a few lint errors and dissable the release notes links until ready. (#2522)

(cherry picked from commit 837f16af99)

* Fix compatibility issue with dynamic text and Firefox. (#2523)

(cherry picked from commit ab869ca88f)
2018-09-06 19:54:25 -07:00
Martin Taillefer a5281c6c63
Switch to Hugo 0.48. (#2521) 2018-09-04 19:52:50 -07:00
mtail 4d00a0385f Use correct analytics id for normal/archive/preliminary versions of the site.
(cherry picked from commit 695b74e565)
2018-09-04 19:31:29 -07:00
Martin Taillefer 922aa25c4e
1.0.1 announcement blog post. (#2466) 2018-08-29 19:58:29 -07:00
Martin Taillefer 9047e25d1c
Update reference docs. (#2463) 2018-08-29 19:43:15 -07:00
Lin Sun 507ce622fb
adding minimal istio doc (#2349) (#2460)
* adding minimal istio doc

* fix spell error

* address steve comment

* address steve comment

* change to 2.10 per discussion

* fix CI lint errors

* remove aliases

* fix broken link

* fix link

* fix link

* address yossi's good catches!
2018-08-29 15:16:31 -04:00
Martin Taillefer a22e0a341b
Cherry-pick a few changes from master (#2458)
* Add download, diff, and docs links to release notes. (#2441)

(cherry picked from commit 2796aca4ac)

* update link to fortio (#2445)

(cherry picked from commit f911579ea0)

* update twitch recording info (#2442)

* update recording info

* spell error thanks Martin

(cherry picked from commit fd966e6ddd)

* release 1.0.1 note (#2429)

(cherry picked from commit 4da23a98ee)

* Fix lint error.

(cherry picked from commit 9243d16606)
2018-08-29 07:34:10 -07:00
Martin Taillefer 7bd6d58c2b
Formatting improvements for mobile. (#2397) (#2398)
- Fix background color of text areas not being applied correctly for extra-wide blocks.

- Incressed padding around text areas in mobile to make selection easier.

- Removed the right-hand side indent of text areas and block quotas when in mobile.

- Reduced the left-hand side indent of block quotas on mobile.

(cherry picked from commit 59fe531036)
2018-08-26 06:10:38 -07:00
Martin Taillefer c00dcc4826
Cherry-pick a few fixes from master. (#2390)
* Chineses: update Docs concepts security (#2315)

* fix security content update

* fix security content update

* fix security content update

fix images
fix md rules

* fix security content update

fix images
fix md rules
fix url

* fix security content update

fix images
fix md rules
fix link url

* fix security content update

fix images
fix md rules
fix link url

* fix security content update

fix images
fix md rules
fix link url

* fix security content update

fix images
fix md rules
fix link url

(cherry picked from commit acc4f43d0b)

* Remove undesirable redirects.

(cherry picked from commit 1f9566ccf6)

* Fix mentions of specific releases (#2379)

- Remove the release-specific wording on the main release note page and on the docs page. This
ends up being hard to keep correct and not really useful.

- Add a full_version variable in args.yml which contains the 3 part release version
such as 1.0.1. When we release a new patch, we need to update this number in the current
release branch.

- Apply the full_version variable to the download button on the home page. It will now say "DOWNLOAD 1.0.1".

(cherry picked from commit 94ccb1b08e)

* Fix position of hero text on landing page, on mobile.

(cherry picked from commit 0cfa623f60)

* Fix overlapping sidenav button on mobile.

(cherry picked from commit dc8076aba2)

* Remove the 1.1 link that came in with the cherry pick.

* fix-404 (#2375)

* fix-404

* re-lint

* fix-404 in zh

(cherry picked from commit 511ba7b5a7)
2018-08-25 07:51:01 -07:00
Frank Budinsky 27bc7d18a6
Host merging doc (#2369)
* Host merging doc

* grammar fixes

* address review comments

* fix spelling mistake
2018-08-24 16:19:46 -04:00
Quanjie Lin 950be5b630 add link from authN policy to ingress jwt policy (#2333)
* add link from authN policy to ingress jwt policy

* address comment

* address comment
2018-08-22 12:10:34 -07:00
Quanjie Lin 688e815536
documentation for end-user authencation on ingress-gateway (#2243)
* documentation for end-user authencation on ingress-gateway

* address comments

* address comments

* address comment
2018-08-20 13:43:49 -07:00
Martin Taillefer be13061922
Cherry-pick some changes from master. (#2323)
* translate /help/faq/security/#accessing-non-istio-services (#2311)

(cherry picked from commit 5b3872ed68)

* translate:faq-auth-mix-and-match (#2303)

(cherry picked from commit 8aba8c754c)

* translate /help/faq/security/#non-istio-to-istio (#2313)

(cherry picked from commit 8239fc9970)

* translate: faq-secret-encryption (#2299)

(cherry picked from commit 5eb0d2476e)

* translate: faq-security-secure-ingress (#2298)

* translate: faq-security-secure-ingress

* fixed typo

(cherry picked from commit 241fd99e68)

* translate: faq-security-does-istio-support-authorization (#2297)

(cherry picked from commit f479be7be9)

* translate: faq-security-enabling-disabling-mtls (#2296)

(cherry picked from commit 62de2dddaf)

* translate: faq-security-index (#2295)

(cherry picked from commit 758e5f72df)

* Chineses: update Docs concepts security (#2315)

* fix security content update

* fix security content update

* fix security content update

fix images
fix md rules

* fix security content update

fix images
fix md rules
fix url

* fix security content update

fix images
fix md rules
fix link url

* fix security content update

fix images
fix md rules
fix link url

* fix security content update

fix images
fix md rules
fix link url

* fix security content update

fix images
fix md rules
fix link url

(cherry picked from commit acc4f43d0b)

* Translate:reference traffic control (#2256)

* translate:reference/istio.network.v1alpha3

revert lint_site.sh

* fixed typo

* fixed: external links

* fixed: external links

* fixed: protobuf 404

* review 1

* review 2

* review 3

(cherry picked from commit 153365ec99)

* Translation:k8s health checks (#2293)

* Translation:k8s health checks

* Fix translation

(cherry picked from commit c8fcc1dcf8)

* Get the ServiceMesher community logo back (#2317)

- Refer to #2316

(cherry picked from commit 67af4753bb)

* remove `$MYSQL_DB_PORT` from `apiVersion` string (#2310)

(cherry picked from commit 219a4773d0)

* Remove undesirable redirects.

(cherry picked from commit 1f9566ccf6)
2018-08-20 12:16:27 -07:00
Steven Dake 970502f598 Use apply rather than create for rolling upgrades (#2307) (#2309)
(cherry picked from commit b9addc9b4c)
2018-08-20 07:32:47 -07:00
Martin Taillefer 72cedd5358
Cherry-pick latest changes from master. (#2308)
* Fix extra brace (#2263)

(cherry picked from commit 586c740d36)

* Translate help/ops/component-debugging into Chinese (#2255)

Rebase component-logging

(cherry picked from commit 8d80491780)

* Translate help/faq/traffic-management into Chinese;Fix format (#2267)

(cherry picked from commit 034548e67a)

* Translate help/faq/telemery into Chinese (#2269)

* Translate help/faq/telemery into Chinese;Fix space

* Fix ci failed

(cherry picked from commit ada8c96a66)

* translate /help/ops/missing-metrics (#2265)

* translate /help/ops/missing-metrics

* change title

(cherry picked from commit 60296ae6fc)

* Extend the secure ingress task with multiple ingress certificates/hosts (#2238)

* generate certificates in httpbin.example.com directory

* add initial section for ingress for multiple hosts

* add a cleanup step for the directories related to certificates

* fix formatting

* add subsection: Redeploy istio-ingressgateway with the new certificates

* rename httpbin-gateway into mygateway

* add redeployment of Gateway for two hosts

* add -o /dev/null -s -w "%{http_code}\n" to the bookinfo's curl

* fix italics in sending a request to bookinfo

* add verify that httpbin.example.com is accessible as previously

* add -v to curl to bookinfo, show certificates printed

* remove -n istio-system from virtualservice bookinfo

* add Host header to curl requests

* put empty lines around the code blocks

* fix spell checker errors

(cherry picked from commit d5cb694285)

* add 'location: MESH_EXTERNAL' to the service entries (#2226)

it is currently not required, however for the sake of proper configuration
it should be added

(cherry picked from commit b2bb9c5f2d)

* add DestinationRule to example (#2261)

(cherry picked from commit beeb9c341d)

* fix sample RbacConfig in concept page. (#2253)

(cherry picked from commit 053efb78f9)

* Highlight "Istio multicluster" in example document. (#2196)

(cherry picked from commit 670fb9eba0)

* fix mistranslate of /zh/docs/setup/kubernetes/helm-install (#2270)

* fix mistranslate of /zh/docs/setup/kubernetes/helm-install

* fix related link of changed title

(cherry picked from commit 54327f7286)

* translation:/content/help/faq/mixer/index.md (#2250)

* traslation:/content/docs/concepts/index.md

* traslation:/content/docs/reference/config/authorization/_index.md

* traslation:/content/docs/reference/config/authorization/_index.md

* traslation:/content/docs/reference/config/authorization/_index.md

* trigger

* trigger

* translation:/content/help/faq/mixer/index.md

* translation:/content/help/faq/mixer/index.md 格式问题

(cherry picked from commit e497125203)

* Translate expression-language into chinese (#2134)

* Translate expression-language into chinese

* add spaces between chinese and english words, for expression-language page (#2134)

* delete repeat character,add spaces (#2134)

* add period to title end (#2134)

* remove alias

* remove spelling

(cherry picked from commit 9dd2adb8db)

* Translate into Chinese: help/faq/security/https-overlay.md (#2272)

* Translate into Chinese: help/faq/security/https-overlay.md

* Update https-overlay.md

* Update https-overlay.md

* Update https-overlay.md

* Update https-overlay.md

* Trigger CI

* Trigger CI

* Update https-overlay.md

(cherry picked from commit 32529b099a)

* Translate into Chinese: help/faq/security/check-policy.md (#2276)

* Translate into Chinese: help/faq/security/check-policy.md

* Update check-policy.md

* Update CI

(cherry picked from commit 5064a5fc50)

* adding schedule to istio twich live stream page (#2274)

* Adding twitch stream schedule to content

* --amend

(cherry picked from commit 86c0dd3eac)

* Spell Lisa's name correctly (#2279)

(cherry picked from commit b73b6a8ac7)

* Switch to Hugo 0.47 (#2288)

- Fixes the bug where not all of our files would get the right lastmod
time extracted from GitHub.

- Fixes most of the cases of bad HTML output around the use of {{<text>}}. There's
still a single bad case which I'll report to the Hugo folks.

- Use Hugo's new --minify option to minify HTML instead of having to use the
separate and slow html-minifier program.

- Fix some bad HTML on the landing page.

(cherry picked from commit be7c374f29)

* suggest a more recent gke minor version (#2283)

ERROR: (gcloud.container.clusters.create) ResponseError: code=400, message=Master version "1.10.5-gke.0" is unsupported.

(cherry picked from commit 4a49a2d1e7)

* translate update setup requirement (#2282)

(cherry picked from commit 083de5b4c6)

* translate: update taks/traffic-management/egress (#2280)

(cherry picked from commit c10b355290)

* Delete special chars and turn on HTML checking (#2292)

* Delete special chars and turn on HTML checking

- Refer to #2289 and issue #2290
- Delete the special chars in Chinese content
- Turn on HTML checking to highlight problems

* delete the redundant period

(cherry picked from commit 91d2481bc5)

* remove extra space before dot (#2305)

(cherry picked from commit f8f20afc17)

* Bunch of site fixes & improvements. (#2306)

- Correct the use of OpenGraph annotations. I used the wrong attribute name, so the
annotations were never recognized.

- Added support for Twitter cards to our site, improving the experience of referencing
the site from Twitter posts.

- Added support for the twitter: front matter field for use in blog posts. Specifying this
front-matter entry will show the author's twitter address on the blog post, and will
add a Twitter card entry to the page noting the author's address.

- Renamed the page_icon front matter field to just icon to be consistent with other
entries.

- Made it so the subtitle front matter field can be used anywhere, not just on blog posts.

- Added a lint check to ensure subtitles don't end with a period.

- We now insert an "author" metadata entry whenever the attribution: front matter
field is used.

(cherry picked from commit 5e29d61ff2)
2018-08-19 12:06:41 -07:00
Martin Taillefer 259d488b60
Update reference docs. (#2286) 2018-08-17 15:00:59 -07:00
Martin Taillefer 1030fb8bce
Cherry-pick latest changes from master (#2260)
* Remove another bad alias.

(cherry picked from commit 06c6796057)

* Work around Hugo bug with GitHub last modification times. (#2206)

Hugo is unable to report accurate GitHub information for a certain
percentage of our files. Instead of displayed a last mod time of
"January 1, 0001" we omit display a last modification date at all.
https://github.com/gohugoio/hugo/issues/5054

(cherry picked from commit 388242e7a1)

* Move the Reporting Bugs page next to Reporting Security Vulnerabilities, under About (#2207)

(cherry picked from commit 9157434991)

* Fix scroll offset when linking to a FAQ entry (#2208)

(cherry picked from commit 6ac9175b3a)

* remove the word 'global' as it adds confusion (#2209)

(cherry picked from commit 25f7c61a4b)

* Translate:faq/security/use-k8s.secrets (#2212)

(cherry picked from commit 2f1ca0d554)

* Translate:ops/telemetry/_index (#2213)

(cherry picked from commit 9683bdfda8)

* Translate into Chinese: Multiple files Sync/update (#2202)

* Translate into Chinese: blog/2017/0.2-announcement/index.md

* Update index.md

* Update _index.md

* Translate into Chinese: Multiple files

* Update index.md

* Update index.md

* Sync

* Sync

* Sync/Update

* Sync/Update

* Sync

* Fix no space problem.

* Update _index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update _index.md

* Update index.md

* Update content_zh/docs/setup/kubernetes/ansible-install/index.md

* Update _index.md

(cherry picked from commit 3e30d83714)

* Translate: help/ops/misc (#2211)

(cherry picked from commit f4cfcc8725)

* Translate:ops/telemetry/grafana (#2214)

(cherry picked from commit 355874ac58)

* Translate:faq/general/how-was-istio-started (#2216)

(cherry picked from commit 2e5610f7e4)

* Translate:fqa/general/license (#2217)

(cherry picked from commit d6f73e3713)

* Translate:faq/general/doesnt-work (#2222)

(cherry picked from commit 06eaeefdb4)

* Translate:faq/general/doc (#2223)

(cherry picked from commit 174f03d246)

* Translate:/faq/general (#2215)

* Translate:/faq/general

* Add period

(cherry picked from commit d701e5dfc3)

* Full text RSS feeds (#2103)

Currently, only the short description of each post is included in the RSS feed.  This change will update the feed to include the whole text of each blog post.

(cherry picked from commit 0714acb8a2)

* Add zh-CN version of controlz index page: /help/ops/controlz/index (#2224)

(cherry picked from commit 2ef3bf4f97)

* remove redundant slash (#2225)

(cherry picked from commit 24bd238265)

* CSS fixes (#2229)

Improve long-standing hack that makes link anchors and a sticky nav header
work together. The improved hack deals correctly with varying font sizes,
removing the need for custom hackery for the FAQ and Glossary pages.

Fixes a slight rendering discrepency when printing pages.

(cherry picked from commit 894b0b6b5a)

* translate: reference galley, fixed outline in istioctl reference (#2228)

* translate: reference galley, fixed outline in istioctl reference

* Changed: Translation for the word `rotate`

(cherry picked from commit 15894b14a8)

* Update page authoring guide. (#2230)

(cherry picked from commit 4763c09d79)

* fixed typo (#2201)

* fixed typo

* Changed translation for the word 'cluster'.

* re-lint

(cherry picked from commit 7ee6e9f6e0)

* Fix incorrect aspect ratio.

(cherry picked from commit 6a152a766d)

* translate /help/glossary/#pilot #destination #mutual-tls #secure-nami… (#2210)

* translate /help/glossary/#pilot #destination #mutual-tls #secure-naming #service-consumer #service-operator #service-producer #service-registry #source #tls-origination

* add spaces between chinese and english, fix typo (#2210)

(cherry picked from commit 393e5a2f0e)

* Translate:faq/general/what-is-istio (#2219)

* Translate:faq/general/what-is-istio

* Translate fix

* trigger ci

(cherry picked from commit cd804e5978)

* Chinese: add ops index (#2233)

* Chinese: add ops index

* tigger ci

(cherry picked from commit 2471c0f8dd)

* Translate:faq/general/what-does-istio-mean (#2220)

* Translate:faq/general/what-does-istio-mean

* Add empty line

* Fix trans

(cherry picked from commit 0b22f85178)

* Translate: faq/general/partners-and-vendors (#2221)

* Translate: faq/general/partners-and-vendors

* trigger ci

* trigger ci

(cherry picked from commit 2cd6c56101)

* Translation: fix translation for faq/general/partners (#2235)

(cherry picked from commit 66c8af9fd1)

* Translate:faq/general/deploy-environ (#2218)

* Translate:fqa/general/deploy-environ

* Fix translation

* trigger ci

(cherry picked from commit 626b02592b)

* Translate:faq/roadmap (#2237)

* Translate:faq/roadmap

* trigger ci

* trigger ci again

(cherry picked from commit 324550e182)

* translate report bug (#2231)

* translate report bug

* fix punctuation and aliases problem

(cherry picked from commit f02601caad)

* Added host header to curl command (#2181)

(cherry picked from commit 4da4ded184)

* Translate: faq/general/contribute (#2236)

* Translate: faq/general/contribute

* Fix zh doc link

(cherry picked from commit 9aaf635a60)

* translated authorization-permissive (#2241)

* translate authorization-permissive

* use Chinese doc link

(cherry picked from commit 72c5552a8b)

* translate debug authorization (#2240)

* translate debug authorization

* translate keyword too and fix some punctuation problems

(cherry picked from commit 4632d70737)

* traslation:/content/docs/concepts/index.md (#2244)

(cherry picked from commit 36e27e0f26)

* translation:/content/docs/reference/config/authorization/_index.md (#2245)

* traslation:/content/docs/concepts/index.md

* traslation:/content/docs/reference/config/authorization/_index.md

* traslation:/content/docs/reference/config/authorization/_index.md

* traslation:/content/docs/reference/config/authorization/_index.md

* trigger

* trigger

(cherry picked from commit 1e6f0473f1)

* Translate help/ops/setup into Chinese (#2234)

Parallel word add symbol "、"

(cherry picked from commit b059264a67)

* Translate into Chinese: /help/faq/telemetry/prometheus-for-non-k8s.md (#2251)

* Translate into Chinese: blog/2017/0.2-announcement/index.md

* Update index.md

* Update _index.md

* Translate into Chinese: Multiple files

* Update index.md

* Update index.md

* Sync

* Sync

* Sync/Update

* Sync/Update

* Sync

* Fix no space problem.

* Update _index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update _index.md

* Update index.md

* Update content_zh/docs/setup/kubernetes/ansible-install/index.md

* Update _index.md

* Update index.md

* Update index.md

* Update index.md

* Translate into Chinese: /help/faq/telemetry/prometheus-for-non-k8s.md

* Translate into Chinese: /help/faq/telemetry/prometheus-for-non-k8s.md

(cherry picked from commit 481e834f62)

* translated content_zh/help/ops/security/authorization-restrictive/index.md (#2249)

(cherry picked from commit 2f4e75e1af)

* Translate:faq/why-use-istio (#2246)

* Translate:faq/why-use-istio

* Fix translation

* trigger ci

(cherry picked from commit f91ab5e66b)

* Translate:faq/how-do-i-get-started (#2247)

* Translate:faq/how-do-i-get-started

* Fix translation

* trigger ci

* trigger ci

(cherry picked from commit 9f277ca041)

* Translate help/ops/component-logging into Chinese (#2248)

Fix Format

(cherry picked from commit a32d29165d)

* Remove recovation from security concept doc (#2257)

(cherry picked from commit b7976e6d94)

* fixed: outdated reference to the field `httpReqTimeout` (#2242)

removed index.html from the list.

(cherry picked from commit 1b8ac1877b)

* Add a missing link. (#2259)

(cherry picked from commit 78b6a64589)

* Remove undesirable redirects.

(cherry picked from commit 583d9fc31e)
2018-08-15 10:35:12 -07:00