Commit Graph

26 Commits

Author SHA1 Message Date
Guy Templeton 9397d21b55
Correct Envoy Access Log links (#7226) 2020-05-05 16:47:09 -04:00
2BFL cf6cb27e44
zh-translation: format for content/zh (#6910)
x


x
2020-03-18 21:07:36 -07:00
2BFL d6e6e65271
fmt for zh content (#6816) 2020-03-09 22:29:30 -07:00
Eric Van Norman fb50276d14
More base release 1.6 stuff - Get pipeline working again (#6769)
* More base release 1.6 stuff

* Add 1.6.x to spelling

* Fix some broken links with sidecar/tls-check being removed

* Fix links pointing to install/kubernetes/helm/...

* Incorporate #6783 - Fix bug requiring placeholder release notes

* Restore some links to archive

* Fix one remainging link to archive

* Someone still pointing to current release upgrade notes. Remove.
2020-03-06 12:02:20 -05:00
2BFL 45faaaa346
zh-translation: /docs/ops/common-problems/validation/index.md #1756 (#6411) 2020-02-09 19:14:56 -08:00
Jimmy Song 1ea6b543b4 zh-translation: update some sentences (#6348) 2020-01-18 18:48:37 -08:00
ilylia a405485d22 zh-translation: sync for some updated p0 doc (#6207)
* zh-translation: sync for some updated p0 doc

* zh-translation: sync for some updated p2 doc

* fix
2019-12-25 04:49:19 -08:00
Gau Liang cbf5a57088 zh-translation: docs/ops/common-problem/injection/index.md (#6070)
* sync: docs/ops/common-problem/injection/index.md

* Updated : Authorization for HTTP traffic.
2019-12-13 01:25:11 -08:00
ilylia c84e80f974 zh-translation: /docs/ops/common-problems/network-issues/index.md (#6018)
* zh-translation: /docs/ops/common-problems/network-issues/index.md

* some fix

* fix spelling error of 503
2019-12-09 00:42:00 -08:00
ilylia 613edad5de zh-translation: sync docs/ops and some other posts from en to zh (#5990)
* zh-translation: sync docs/ops and some other posts from en to zh

* fix internal link

* fix internal link
2019-12-05 21:20:48 -08:00
2BFL 7986670f01 zh-translation: /blog/2018/series (#5944)
* zh-translation: /blog/2018/egress-monitoring-access-control (#1024)

* fix path

* fix path for blog

* fix path for metrics

* fix path

* add anchor

* fix anchor

* delayering-istio (#1034)

* incremental-traffic-management  (#1101)

* fix error

* fix anchor

* traffix (#1056)

* routing (#1080)

* twitch (#1084)

* aws-nlb (#1085)
2019-12-03 22:33:12 -08:00
chentanjun a806c51244 zh-translation: content/zh/docs/ops/prep/requirements/index.md -> content/zh/docs/ops/deployment/requirements/index.md (#5918)
en changes location and content ,so move it and update it.
fix some wrong url due to en move
2019-11-28 20:19:41 -08:00
Hongzhi 759428eedd zh-translation:/docs/ops/common-problems/injection/index.md (#5748)
* remove another trans

* add title archor

* fix alicloud setup

* init trans

* trans auto injection

* fix two trans

* remove another trans

* fix cdata error
2019-11-27 05:04:23 -08:00
chentanjun f24e8d41f5 add zh in /zh、update lintcheck ci、fix conflicts (#5823) 2019-11-24 21:47:38 -08:00
Lovnx bbfff97f93 zh-translation: /docs/ops/common-problems/validation/index.md (#5814)
* zh-translation: /docs/ops/common-problems/validation/index.md

* zh-translation: /docs/ops/common-problems/validation/index.md

* zh-translation: /docs/ops/common-problems/validation/index.md
2019-11-21 22:42:23 -08:00
jasonxie 1cd092da15 zh-translation:/docs/ops/common-problems/observability-issues/index.md (#5764)
* zh-translation:content/zh/docs/ops/common-problems/observability-issues/index.md

* rm tail space

* add & trans new content

* fix trans problems
2019-11-19 21:40:46 -08:00
jasonxie c2bbf4594e zh-translation:docs/ops/common-problems/security-issues/index.md (#5765)
* zh-translation:content/zh/docs/ops/common-problems/security-issues/index.md

* fix some reviewed problems

* fix ref authn-policy link
2019-11-17 19:17:44 -08:00
Martin Taillefer a01547341a
Add a new lint check. (#5744)
- Prevent translated content from declaring aliases against the English content.

- Fix all instances where the above was happening.
2019-11-15 17:13:03 -08:00
scott lewis 503cd9f9e7 zh-translation:zh/docs/ops/common-problems/network-issues/index.md (#5707)
* zh-translation:zh/docs/ops/common-problems/network-issues/index.md

* bugfix

* bugfix
2019-11-15 00:16:46 -08:00
Rigs Caballero 22d066be37 Added the Best Practices section with general principles. (#5137)
* Added the Best Practices section with general principles.

This is the beginning of the new Best Practices section.
Our goal is to provide a section for all the best practices and recommendations
for Istio deployments. The best practices are based on the identified and
recommended deployment models.

Signed-off-by: rcaballeromx <grca@google.com>

* Change headings for clarity.

Adds clarity to some passages based on feedback.
Removes a list of recommendations that was causing some confusion.
Adds a glossary entry for failure domains and how they relate to a
platform's availability zones.

Signed-off-by: rcaballeromx <grca@google.com>

* Move Best Practices to Ops Guide

Signed-off-by: rcaballeromx <grca@google.com>

* Moved Deployment Best Practices to a new "Prepare Your Deployment" section.

Moved all deployment preparation content into a new section under "Setup".
For now the content includes the following sections:

- Deployment models
- Deployment best practices
- Pod requirements

Merged the two existing pages containing pod requirements into one single page.

Signed-off-by: rcaballeromx <grca@google.com>

* Replace example with better guidance around namespace tenancy.

Signed-off-by: Rigs Caballero <grca@google.com>

* Add links and language pointing to the Prepare section

Signed-off-by: Rigs Caballero <grca@google.com>

* Fix minor typos and broken links.

Signed-off-by: Rigs Caballero <grca@google.com>

* Move from Setup to Operations

Signed-off-by: Rigs Caballero <grca@google.com>

* Fix broken links

Signed-off-by: Rigs Caballero <grca@google.com>

* Fix rebasing issues.

Signed-off-by: Rigs Caballero <grca@google.com>

* Fix multicluster install link.

Signed-off-by: Rigs Caballero <grca@google.com>
2019-11-14 11:58:29 -05:00
Eric Buehl ad1020b40c s/10514/15014/ (#5260) 2019-11-12 07:17:53 -08:00
Yangmin Zhu 9a57887706 update authz concept page for the new v1beta1 policy (#5165)
* update authz doc

* address comments.

* use master

* address more comments

* implicit enablement

* comments

* link to ref page

* fix lint

* address more comments

* Update content/en/docs/ops/common-problems/security-issues/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* Update content/en/docs/reference/config/authorization/conditions/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* Update content/en/docs/reference/config/authorization/conditions/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* Update content/en/docs/reference/config/authorization/conditions/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* Update content/en/docs/reference/config/authorization/constraints-and-properties/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* Update content/en/docs/concepts/security/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* Update content/en/docs/concepts/security/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* Update content/en/docs/concepts/security/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* Update content/en/docs/concepts/security/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* Update content/en/docs/concepts/security/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* Update content/en/docs/concepts/security/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* Update content/en/docs/concepts/security/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* Update content/en/docs/concepts/security/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* Update content/en/docs/concepts/security/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* more fix
2019-11-09 06:02:52 -08:00
Frank Budinsky a6a5769f12
Organize security tasks (#5474)
* Organize security tasks

* lint errors

* fixes

* more fixes
2019-11-07 15:54:27 -05:00
Jimmy Song 41892ae557 zh-translations: most of _index.md (#5338)
Refer to the following issues:
- https://github.com/servicemesher/istio-official-translation/issues/1390
- https://github.com/servicemesher/istio-official-translation/issues/1389
- https://github.com/servicemesher/istio-official-translation/issues/1386
- https://github.com/servicemesher/istio-official-translation/issues/1385
- https://github.com/servicemesher/istio-official-translation/issues/1382
- https://github.com/servicemesher/istio-official-translation/issues/1365
- https://github.com/servicemesher/istio-official-translation/issues/1363
- https://github.com/servicemesher/istio-official-translation/issues/1362
- https://github.com/servicemesher/istio-official-translation/issues/1360
- https://github.com/servicemesher/istio-official-translation/issues/1359
- https://github.com/servicemesher/istio-official-translation/issues/1358
- https://github.com/servicemesher/istio-official-translation/issues/1357
- https://github.com/servicemesher/istio-official-translation/issues/1356
- https://github.com/servicemesher/istio-official-translation/issues/1355
- https://github.com/servicemesher/istio-official-translation/issues/1349
- https://github.com/servicemesher/istio-official-translation/issues/1345
- https://github.com/servicemesher/istio-official-translation/issues/1320
- https://github.com/servicemesher/istio-official-translation/issues/1313
- https://github.com/servicemesher/istio-official-translation/issues/1309
- https://github.com/servicemesher/istio-official-translation/issues/1302
- https://github.com/servicemesher/istio-official-translation/issues/1301
- https://github.com/servicemesher/istio-official-translation/issues/1290
- https://github.com/servicemesher/istio-official-translation/issues/1280
- https://github.com/servicemesher/istio-official-translation/issues/1272
- https://github.com/servicemesher/istio-official-translation/issues/1254
- https://github.com/servicemesher/istio-official-translation/issues/1241
- https://github.com/servicemesher/istio-official-translation/issues/1235
- https://github.com/servicemesher/istio-official-translation/issues/1231
- https://github.com/servicemesher/istio-official-translation/issues/1226
- https://github.com/servicemesher/istio-official-translation/issues/1218
- https://github.com/servicemesher/istio-official-translation/issues/1159
- https://github.com/servicemesher/istio-official-translation/issues/1148
- https://github.com/servicemesher/istio-official-translation/issues/1143
- https://github.com/servicemesher/istio-official-translation/issues/1120
- https://github.com/servicemesher/istio-official-translation/issues/1118
- https://github.com/servicemesher/istio-official-translation/issues/1108
- https://github.com/servicemesher/istio-official-translation/issues/1104
- https://github.com/servicemesher/istio-official-translation/issues/1099
- https://github.com/servicemesher/istio-official-translation/issues/1073
- https://github.com/servicemesher/istio-official-translation/issues/1058
- https://github.com/servicemesher/istio-official-translation/issues/1040
- https://github.com/servicemesher/istio-official-translation/issues/1038
- https://github.com/servicemesher/istio-official-translation/issues/1031
- https://github.com/servicemesher/istio-official-translation/issues/1026
- https://github.com/servicemesher/istio-official-translation/issues/1025

Signed-off-by: Jimmy song <rootsongjc@gmail.com>
2019-11-04 18:47:44 -08:00
Martin Taillefer 4d4e6ae28e
General cleanup items. (#5325)
- Fix a bunch of heading capitalization.

- Remove words that shouldn't be in the dictionary
and update the text accordingly.

- Added a few @@ sequences to reference content files from text blocks.

- Used a few {{< source_branch_name >}} sequences to refer to the proper
branch in GitHub rather than master.
2019-11-04 06:41:54 -08:00
Jimmy Song bcaea11f4c zh-translation: initialize the translation content (#5305)
* zh-translation: initialize the translation content

- Restart the Chinese translation precess, refer to https://github.com/istio/istio.io/issues/5250
- Translation progress is tracked on https://github.com/servicemesher/istio-official-translation
2019-11-02 06:47:26 -07:00