Commit Graph

466 Commits

Author SHA1 Message Date
Eric Van Norman 327bd45dbe
Advance master to 1.12 (#10176)
* build an archive of v1.10 in master

* update data/versions.yml and archive index page

* advance master to release-1.12

* Update istio test reference to pick up 1.12 in istioctl messages

* Fix lint and IMAGE_VERSION

* MOre changes for lint

* Use correct IMAGE_VERSION

* Skip virtual machines test - Release Blocker issue created
2021-08-13 08:58:35 -07:00
Yangmin Zhu d8f5f86c89
add best practice to restart proxies after applying network policy (#10158)
* add best practice to restart proxies after applying network policy

* Update content/en/docs/ops/best-practices/security/index.md

Co-authored-by: craigbox <craigbox@google.com>

Co-authored-by: craigbox <craigbox@google.com>
2021-08-09 12:24:57 -07:00
Eric Van Norman e914879e02
Add links to supported releases page (#10156)
* Add links to supported releases page

* Change compatible to supported
2021-08-06 13:22:56 -07:00
Pengyuan Bian 6fc32ad80a
Update several CNI related doc. (#10140)
* Update several CNI doc.

* Update index.md

* Update content/en/docs/setup/platform-setup/gke/index.md

Co-authored-by: craigbox <craigbox@google.com>

Co-authored-by: craigbox <craigbox@google.com>
2021-08-04 14:01:25 -07:00
Philipp Stehle ba2838f67b
Document rewriting of TCP based probes (see istio 33734) (#10119)
* Document rewriting of TCP based probes (see istio 33734)

https://github.com/istio/istio/pull/33734

Co-authored-by: Philipp Stehle <philipp.stehle@sap.com>

* run make gen

* make it obvious that the same rewrite action is done on both HTTP and TCP probes

Co-authored-by: craigbox <craigbox@google.com>

* fix typo

* apply more review comments

Co-authored-by: Philipp Stehle <philipp.stehle@sap.com>

Co-authored-by: Ralf Pannemans <ralf.pannemans@sap.com>
Co-authored-by: craigbox <craigbox@google.com>
Co-authored-by: Johannes Dillmann <j.dillmann@sap.com>
2021-08-04 09:16:27 -07:00
Pengyuan Bian fb05d1584f
Revamp CNI doc. (#10090)
* wip

* rewrite install-cni page.

* Add troubleshoot guide.

* Add doc test.

* fix test.

* fix test.

* validation log message.

* update.

* update.

* fix.

* update.

* incorporate supportability review feedback.

* Update content/en/docs/ops/diagnostic-tools/cni/index.md

Co-authored-by: craigbox <craigbox@google.com>

* Update content/en/docs/ops/diagnostic-tools/cni/index.md

Co-authored-by: craigbox <craigbox@google.com>

* Apply suggestions from code review

Co-authored-by: craigbox <craigbox@google.com>

* fix.

Co-authored-by: craigbox <craigbox@google.com>
2021-08-01 13:40:03 -07:00
John Howard 752046990d
User supported endpoint for connectivity test (#10124) 2021-07-26 13:18:36 -07:00
jacob-delgado f65701893e
Minor typo in cert-manager documentation (#10098) 2021-07-21 03:01:10 -07:00
John Howard b7a6c07d4d
Mark concept docs as `test: n/a` (#10091) 2021-07-19 11:48:25 -07:00
John Mazzitelli d316726772
No longer need this warning about Kiali addon install. (#10081)
Now that the Kiali addon has been upgraded to v1.36, there is no longer the monitoring dashboard CRD that we have to worry about. This is what caused that timing error (the CRD would fail to be established in time before the dashboards themselves started to get created).

Since this timing error won't happen, we can remove this warning in the docs.
2021-07-15 10:22:53 -07:00
Yangmin Zhu ef5b9ca506
add normalization guideline in security best practice (#9961)
* add normalization guideline in security best practice

* Apply suggestions from code review

Co-authored-by: Justin Pettit <jdpettit@google.com>

* add link

* Apply suggestions from code review

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Justin Pettit <jdpettit@google.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2021-07-08 14:13:38 -07:00
Yangmin Zhu 9c2b9b9358
add mitigation for unsupported normalization in security best practice (#9917)
* add mitigation for unsupported normalization in security best practice

* address comments

* address comments

* Apply suggestions from code review

Co-authored-by: Justin Pettit <jdpettit@google.com>

* Apply suggestions from code review

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* address comments

Co-authored-by: Justin Pettit <jdpettit@google.com>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2021-06-24 08:02:02 -07:00
Costin Manolache e666ec57ff
New ports added to the code (#9910)
* Add ports.

* Adjust hbone ports

* Order
2021-06-23 10:16:13 -07:00
Istio Automation 21083e06f8
remove Mixer dashboard from the setup script (#9973)
Co-authored-by: craigbox <craigbox@google.com>
2021-06-23 08:09:09 -07:00
ChristinaMak 9b02f2f215
Flag experimental pages with dagger (#9895)
* Flag experimental pages with dagger

* Use dagger symbol in title

* Dagger in navigation titles for experimental status

* Experimental asterisk note

* Asterisk with space

* Spacing between title and asterisk

* Flag experimental and alpha status
2021-06-23 04:46:20 -07:00
Cynthia Lopes do Sacramento 4766963cbb
Replacing referenced issues for scale down issue (#9962)
Since is currently closed https://github.com/istio/istio/issues/19395, it looks like the known issue is no longer relevant, while in fact is is still pending on  https://github.com/kubernetes/autoscaler/issues/3947.

This is just a trivial replacement of the reference issue. I hope it is ok.
2021-06-22 12:00:12 -07:00
John Howard a5ac91edb0
Add documentation on traffic routing details (#9800)
* Add documentation on traffic routing details

* fixes
2021-06-17 15:14:11 -07:00
Shamsher Ansari 61bdc280ab
Highlight port conflict warning (#9935) 2021-06-17 07:40:20 -07:00
Yangmin Zhu d31e9560b3
add reference page for supported normalization in authz (#9908)
* add reference page for supported normalization in authz

* address comments
2021-06-16 12:40:09 -07:00
Eric Van Norman 0ae3c0fb44
Fix copy paste of text bash sections (#9920) 2021-06-11 10:49:14 -07:00
Steven Landow 1ef39bb492
add direct pod IP troubleshooting guide for multicluster (#9911)
* add direct pod IP troubleshooting guide for multicluster

* wording

* fix text blocks

* you instead of we

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* close text block

* spelling

* lint

* wording

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2021-06-09 13:36:51 -07:00
Jianfei Hu a78bbee015
update the auto mtls troubleshooting guide. (#9493)
* update the auto mtls troubleshooting guide.

* address first round cmd, eds, grep.

* update the limitation on peer authn wording.

* lint fix.

* address comments for EDS, clarification.

* upload content

* update to be brief.

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

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2021-06-08 09:41:59 -07:00
Eric Van Norman 95c39ecd0b
Add wait to allow sleep pod to start (#9865) 2021-06-01 17:53:57 -07:00
Suchith J N 38efb7282d
remove application bind address section (#9840) 2021-05-25 08:14:11 -07:00
Jake Sanders b57fca3094
use cert-manager.io/v1 (#9770)
Signed-off-by: Jake Sanders <i@am.so-aweso.me>
2021-05-19 12:03:38 -07:00
Eric Van Norman ae7939eabe
Update master after 1.10 release (#9779)
* build an archive of v1.9 in master

* update data/versions.yml and archive index page

* advance master to release-1.11

* Update the istio test reference to master

* Remove failing deny test

* Remove another test

* Remove a third test
2021-05-18 15:57:52 -07:00
craigbox 8554c3e941
Experimental tidy-ups (#9772)
* Experimental tidy-ups

* replace #8980

* add one that's Alpha; should possibly change word?
2021-05-18 06:46:43 -07:00
craigbox f4ee46bc96
Remove page icons (#9767) 2021-05-17 07:53:20 -07:00
jacob-delgado 7ead79afb5
Add content to the security doc around hardening based on a previousl… (#9095)
* Add content to the security doc around hardening based on a previously disclosed cve

* Fix indentation to what command prints out

* Run make gen
2021-05-15 03:09:23 -07:00
Istio Automation ddd2221adc
[master] Small fixes for GOLDPANDA. (#9738)
* Small fixes for GOLDPANDA.

* Small format fix.

Co-authored-by: Oliver Liu <yonggangl@google.com>
2021-05-13 15:11:39 -07:00
Yangmin Zhu 73d70ed49e
update security concept and examples (#9648)
* update security concept and examples

* address comments

* update

* Apply suggestions from code review

Co-authored-by: craigbox <craigbox@google.com>

* update

Co-authored-by: craigbox <craigbox@google.com>
2021-05-13 14:07:31 -07:00
Eric Van Norman 74df6d070a
Cherry-pick changes from 1.9 security releases to master (#9735) 2021-05-13 07:44:16 -07:00
Brian Avery b89974794f
Automated test for https://istio.io/latest/docs/ops/configuration/telemetry/envoy-stats/ (#9613)
* Add envoy test

* Add exception for SC2154 to support snippet variables following other tests

* Add proxyconfig

* Add exception for SC2154 to support snippet variables following other tests

* Add comments

* Add logging

* Limit the IFS

* Add envoy test

* Add exception for SC2154 to support snippet variables following other tests

* Add proxyconfig

* Add exception for SC2154 to support snippet variables following other tests

* Add comments

* Add logging

* Limit the IFS

* Add manual cleanup

* Manually create cluster
2021-05-10 12:15:27 -07:00
Jonathan Campos a07c9a0e1d
removing `$` in curl as it breaks the request (#9645)
When trying to run the code I found that it failed, debugging I found the issue to a bad revision being found (`null`), fixing this gets the revision and fixes the process. I still notice that grafana dashboard 7642 still has issues compared to the other dashboards. I don't know why yet. Might look into that next but for now this fixes all the others.
2021-04-29 10:48:53 -07:00
Yangmin Zhu d20bce3176
add dry-run task (#9564)
* add dry-run task

* update

* update

* update

* update
2021-04-28 10:41:00 -07:00
jacob-delgado 1627a1283e
Change configuring network topology from experimental to gatway; add note for envoyfilter section (#9556) 2021-04-22 20:29:35 -07:00
Shamsher Ansari bb8ee63e8c
Add more info on why not use 1337 for app pod (#9462)
* Add more info on why not use 1337 for app pod

* update text

Co-authored-by: Ram Vennam <therealrameth@gmail.com>

* fix lint

* do not mention iptables

* simplify msg

* reword

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Ram Vennam <therealrameth@gmail.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2021-04-22 08:01:23 -07:00
jacob-delgado 7bf62859c2
Network topology automated test (#9096)
* Cleanup make snips issues

* Fix snippets

* Add test for network topologies page

* Check output; but don't be too strict

gateway_url works differently under metallb than it does on a provisioned k8s cluster

* Try verify_likes

* Fix unit test

* Get the automated test to work with verify_like

* Fix snippet

* Fix test failures

* Use verify like instead of contains

* gateways work differently on kind than elsewhere
2021-04-09 09:07:20 -07:00
Bartosz Wojcicki 94ec71bb87
Polidea update - FAQs (#9485)
* Serve the existing FAQs dynamically using previous template

* Fix lint errors
2021-04-09 07:45:45 -07:00
Yangmin Zhu a3685995fb
fix security example policy (#9431)
* fix security example policy

* fix test
2021-04-02 10:57:13 -07:00
orangegzx f42cd803c8
zh translation: docs/ops/configuration/security/harden docker images/index.md (#9256)
* zh-translation: docs/ops/configuration/security/harden-docker-images/index.md

* Update content/zh/docs/ops/configuration/security/harden-docker-images/index.md

Co-authored-by: MXuDong <xudong.meng@daocloud.io>

Co-authored-by: MXuDong <xudong.meng@daocloud.io>
2021-03-30 15:13:54 -07:00
Jakub-Sadowski 5f678d0819
Add new istio.io design (#9324)
* Polidea update (#8985)

* Move scss files to assets

* Homepage redesign

* Remove customer images from assets

* Fixed incorrect customer image path

* Add hero animation

* Replace the logo

* Redesign Header/Navbar

* Add Header transition. Change animation waves

* Update navbar dropdown styling

* Replace service mesh graph, Add Use cases section

* Style page footer

* Remove Chinese from supported languages

* Make homepage Use case panels clickable/anchors

* Change header variables

* Style breadcrumbs

* Add Service mesh and Solutions pages

* Drop redundant Istio svg logo classes

* Fix svgs on Solutions page

* Add Case Studies

* Replace invalid icons

* Fix svgs

* Fix svgs

* Update service mesh graphs

* Add panel and quote_carousel_panel shortcodes

* Add Case studies list

* Styling and shortcodes cleanup

* Add header links hover animation

* Style company logo element and Case study

* Upload a correct Service mesh graph

* Add Case study author img and company name

* Add VMware case study

* Replace Solutions svgs with updated ones

* Make Solutions list dynamic. Add solution .md files

* Setup Solutions and Case studies list templates. Update solution .mds

* Make feature_block a standalone component

* init

* Add Case Study suggestions component

* Create single.html for Solutions

* Show 3 Case study suggestions on Solution page. Add Red Hat Case study.

* Improve mobile view sidebar. Add distributors component, display on homepage.

* Add Case studies carousel shortcode. Use distributors component on Homepage, Case studies.

* Make Solutions carousel dynamic based on the solutions .md files

* Add Get Involved page

* Revert "Merge branch 'blog-documentation' of https://github.com/wbartosz/private-istio into redesign"

This reverts commit bd5dc071d4f5483e307a90d81c1f8ae73dd49960, reversing
changes made to 7fd1effe2724a41182722114f01881589ea79d41.

* Adjust mobile styles

* Refactor styles

* Use icon partial instead of inline_image

* Fix border for Get Involved page

* Fix Istio logo

* Fix footer and nav Istio logos

* Fix Solutions broken svg files

* Move Solutions styling to a separate scss file

* Switch from partialCached to partial footer

* Add TODO comments to mark pages containing placeholders

* Add Chinese to supported languages

* Add TODO comments to mark pages for placeholders replacement

* Polidea update (#9070)

* Add Ecosystem

* Add TODO comments to mark files containing placeholders.
Replace a bool parameter for listing integrations/pro_services with a reference to a correct path.

* Remove unused interactive_panels variable. Inherit font-family in Ecosystem panels.

* Polidea update - FAQ page (#9093)

* Add FAQ page

* Add todo to replace placeholders

* Polidea update - Blog (#9101)

* blog list and single post

* changed outline, spacings, added links

* moved comment and deleted doubled code

* add subtitle to blog, modify spacings and filtering function

* modify subtitle

* change font size in paragraphs in blog

* change summary for description field

* smaller blog posts on mobiles

* Polidea update - Info Banner  (#9149)

* Change Info Banner styles

* Increase banner height and change placeholder text

* Polidea update - Search & Distributors' logos (#9187)

* Animate the search bar in Header nav

* Adjust search animation

* Replace distributors' logos with the Istio logo

* init (#9200)

* Polidea update - Website docs (#9189)

* Add website docs

* Unify website docs text

* Add Website docs link to README

* Change docs name to Custom Pages

* Polidea update - Documentation (#9121)

* documentation page

* Add todo comment and modified scroll position on sidebar

* function to move below header

* change in breadcrumbs, delete test info

* add spacing

* modify banner

* modify sidebar, toc, headers

* add test info

* change media query

* fix tablet view, sidebar on mobiles, banner related spacings

* fix

* change color in tables

* light theme

* delete console log

* sidebar expands, smaller spacings and h1

* change path to image

* change path to image

* change date

* modify padding in banner

* change inline to class

* Polidea update - News (#9190)

* merges and chage to description

* fix multiselect

* add security disclosure

* styled disclosure details

* fix height in news post

* Update layouts/news/list.html

Co-authored-by: craigbox <craigbox@google.com>

* add todo

Co-authored-by: craigbox <craigbox@google.com>

* Replace placeholder text and logos on home page, Service mesh and Get involved. (#9322)

* Polidea update - tables, header fixes (#9318)

* table fix, header shadow

* fix code break

* fix code break

* add new line

* fix spacing

* Replace an outdated Red Hat logo (#9345)

* Polidea update - revert moving scss to assets (#9351)

* revert assets

* script

* Move docs from /about/ to /docs/releases/ (#9357)

* Move docs from /about/ to /docs/releases/

* Add explicit /latest/ redirects

* linters styles and ts (#9354)

* add redirect to fix logos on home page (#9355)

* Update polidea - fix spelling (#9382)

* spelling and other linter fixes

* fix search

* fix

* Fix links to newly moved pages (#9368)

* Fix links to newly moved pages

* Add owner metadata

* Polidea update - fix links (#9392)

* fix links

* Fix the last of the link issues (#9396)

* Merge master into polidea-update (#9398)

* Add suggested additions to security dock (#9068)

* Add suggested additions to security dock

* Update content/en/docs/ops/best-practices/security/index.md

Co-authored-by: Ram Vennam <rvennam@us.ibm.com>

Co-authored-by: Ram Vennam <rvennam@us.ibm.com>

* Automator: update istio.io@ reference docs (#9069)

* Automator: update common-files@master in istio/istio.io@master (#9071)

* [master] [release-1.9] Add blog for zero configuration Istio (#9073)

* Add blog for zero configuration Istio

The intent here is to show off what Istio provides out of the box, to
attempt to counteract some of the reputation Istio has gotten for being
over complicated/requiring too many CRDs.

* fix links

* Address comments

* Apply suggestions from code review

Co-authored-by: craigbox <craigbox@google.com>

Co-authored-by: John Howard <howardjohn@google.com>
Co-authored-by: craigbox <craigbox@google.com>

* Manual cherry picks (#9063)

* a note to increase memory (#9059)

else install would fail

Co-authored-by: Lin Sun <lin.sun@solo.io>

* Automator: update common-files@master in istio/istio.io@master (#9074)

* fix workaround for revision validation bug (#9072)

* fix workaround for revision validation bug

* fix backwards wording in bug description

* change wording to not suggest changing validating webhook

* Automator: update istio.io@ reference docs (#9077)

* Automator: update istio@ test reference (#9078)

* Include latest versions of 1.7 and 1.8 and 1.9 without cve patches (#8991)

* Include latest versions of 1.7 and 1.8 and 1.9 without cve patches

* Remove language around LTS

* Update release table

* Code review comments

* Say we don't support 1.7 and below

* Put 1.9.1 in patched versions

* Add mixer migration faq. (#8954)

* Add mixer migration faq.

* address comment

* add mixer envoy api.

* spelling

* reword

* update doc

* Update content/en/faq/metrics-and-logs/mixer-migration.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* Automator: update common-files@master in istio/istio.io@master (#9081)

* Fix egress gateway command line set. (#9082)

fixes https://github.com/istio/istio/issues/31146

* Release announcement for 1.9.1 (#9085)

* Initial announcement

* Code review comments

* Fix linting

* Update content/en/news/releases/1.9.x/announcing-1.9.1/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* Update content/en/news/releases/1.9.x/announcing-1.9.1/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* Update content/en/news/releases/1.9.x/announcing-1.9.1/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* Update content/en/news/releases/1.9.x/announcing-1.9.1/index.md

Co-authored-by: Joshua Blatt <jblatt@google.com>

* Update content/en/news/releases/1.9.x/announcing-1.9.1/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* Update content/en/news/releases/1.9.x/announcing-1.9.1/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* Update content/en/news/security/istio-security-2021-001/index.md

Co-authored-by: Joshua Blatt <jblatt@google.com>

* Code review comments from Josh

* Update content/en/news/releases/1.9.x/announcing-1.9.1/index.md

Co-authored-by: craigbox <craigbox@google.com>

* Update content/en/news/releases/1.9.x/announcing-1.9.1/index.md

Co-authored-by: craigbox <craigbox@google.com>

* Update content/en/news/releases/1.9.x/announcing-1.9.1/index.md

Co-authored-by: craigbox <craigbox@google.com>

* Update content/en/news/releases/1.9.x/announcing-1.9.1/index.md

Co-authored-by: craigbox <craigbox@google.com>

* Update content/en/news/security/istio-security-2021-001/index.md

Co-authored-by: craigbox <craigbox@google.com>

* Additional docs review

* Update content/en/news/releases/1.9.x/announcing-1.9.1/index.md

Co-authored-by: craigbox <craigbox@google.com>

* Update content/en/news/releases/1.9.x/announcing-1.9.1/index.md

Co-authored-by: craigbox <craigbox@google.com>

* Update content/en/news/security/istio-security-2021-001/index.md

Co-authored-by: craigbox <craigbox@google.com>

* Update content/en/news/security/istio-security-2021-001/index.md

Co-authored-by: craigbox <craigbox@google.com>

* Add cvss score

* Fix spelling

* Update content/en/news/security/istio-security-2021-001/index.md

Co-authored-by: Oliver Liu <yonggangl@google.com>

* Fix link to istio.io

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
Co-authored-by: Joshua Blatt <jblatt@google.com>
Co-authored-by: craigbox <craigbox@google.com>
Co-authored-by: Oliver Liu <yonggangl@google.com>

* Correct Envoy link (#9088)

Manually correct link that was added in a commit in #9087, without cherrypicking the entire thing

* Automator: update common-files@master in istio/istio.io@master (#9089)

* Automator: update istio.io@ reference docs (#9091)

* Add guide to install istio on Huawei CCE (#9051)

* Automator: update istio.io@ reference docs (#9099)

* add doc for v1alpha1 security policy migration (#8856)

* add blog for v1alpha1 security policy migration

* update

* update

* update

* Apply suggestions from code review

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* small fix

* Apply suggestions from code review

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* update

* Apply suggestions from code review

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* update

* move to blog

* rewrite in blog post format.

* please the linter

* Update content/en/blog/2021/migrate-alpha-policy/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
Co-authored-by: craigbox <craigbox@google.com>

* Automator: update istio.io@ reference docs (#9103)

* zh-translation: about/bugs/index.md (#9104)

* zh-translation: about/bugs/index.md

* > fix lint

* > fix translate

* Add IST0125 Chinese translate (#8841)

> fix typo

> fix lint

> fix lint

> fix lint

* Add IST0137 Chinese translate (#8849)

* Add IST0137 Chinese translate

* > fix typo

* Add IST0127 Chinese translate (#8842)

* Remove qualification warning from 191 (#9108)

* Update index.md

per @myidpt

* Update content/en/news/releases/1.9.x/announcing-1.9.1/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* change to a non-obtrusive tip

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* zh-translation: about/contribute/_index.md (#9109)

* zh-translation: community/partners (#9110)

* zh-translation: community/partners

* Update resource

* Automator: update istio.io@ reference docs (#9116)

* zh-translation: community/join (#9107)

* zh-translation: community/join

* Update resource

* Automator: update common-files@master in istio/istio.io@master (#9117)

* zh-translation: about/security-vulnerabilities/index.md (#9106)

* zh-translation: about/contribute/add-content/index.md (#9112)

* No need to create namespace manually for operator (#9111)

* Add a blog post about Wasm based extensibility progress. (#8916)

* Add a blog post about Wasm based extensibility progress.

* fix

* update weight

* fix a TODO.

* update

* update

* lint

* update

* copy edit

* please the linter

* update Wasm SIG information.

* final update

Co-authored-by: craigbox <craigbox@google.com>

* zh-translation: about/supported-releases/index.md (#9118)

* zh-translation: about/supported-releases/index.md

* Update content/zh/about/supported-releases/index.md

Co-authored-by: Kebe <mail@kebe7jun.com>

* Update content/zh/about/supported-releases/index.md

Co-authored-by: Kebe <mail@kebe7jun.com>

* Update content/zh/about/supported-releases/index.md

Co-authored-by: Kebe <mail@kebe7jun.com>

* Update content/zh/about/supported-releases/index.md

Co-authored-by: Kebe <mail@kebe7jun.com>

* update title

* fix lint

Co-authored-by: Kebe <mail@kebe7jun.com>

* zh-translation: docs/setup/install/virtual machine/index.md (#9119)

* trans the zh/cdocs/setup/install/virtual-machine
add file: experimental.md

* fix some error

* fix some error

* fix some error

* fix some error

* Automator: update istio@ test reference (#9134)

* Remove content-length from egress test (#9148)

* Automator: update istio.io@ reference docs (#9153)

* Improve gateway topology documentation to be user-facing (#9090)

* Improve gateway topology documentation to be user-facing

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Ram Vennam <rvennam@us.ibm.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Ram Vennam <rvennam@us.ibm.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Ram Vennam <rvennam@us.ibm.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Ram Vennam <rvennam@us.ibm.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* 2nd revision

* Minor change

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* rulesets -> rule sets

* Fix grammar

* Neeraj's feedback

* Linting issue

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

Co-authored-by: Ram Vennam <rvennam@us.ibm.com>
Co-authored-by: Sven Mawson <sven@google.com>

* trans it (#9144)

* zh-translation: docs/reference/config/analysis/ist0002/index.md (#9143)

* trans it

* fix some error

* trans it (#9147)

* Update Cert comparison command (#9152)

The diff was checking `CTX_CLUSTER1` against itself. In order to get the command to work, I also needed to pass the values as named pipes.

* Automator: update istio.io@ reference docs (#9169)

* [master] Update index.md (#9158)

* Update index.md

* Update index.md

Use English link

Co-authored-by: Zack Zhang <zhangkaiamm@gmail.com>
Co-authored-by: craigbox <craigbox@google.com>

* Update the announcement for the recently disclosed envoy cve (#9167)

* Update the announcement for the recently disclosed envoy cve

* add spelling

* Add vector string

* release notes Istio 1.8.4 (#9177)

* Update lightstep doc. (#9125)

* update lightstep doc.

* Add comment.

* update.

* zh-translation: content/zh/docs/examples/microservices-istio/logs-istio (#9132)

* zh-translation: content/zh/docs/examples/microservices-istio/logs-istio

* update translation

* fix en link to zh link

* fix 你 to 您

* update docs title

* fix formate

* fix format

* fix 边车 to Sidecar

* zh-translation:/zh/docs/tasks/traffic-management/ingress/kubernetes-ingress/index.md (#9136)

* zh-translation:
/zh/docs/tasks/traffic-management/ingress/kubernetes-ingress/index.md

* 优化内容,增加页内链接。

* 完善业内跳转id

* 修复lint检查问题

* 修复lint问题。

* 解决lint提示spell错误问题。

* 修复 lint提示spelling errors

* zh-translation: about/community/customers/index.md (#9105)

* complete trans

* fix some error

* rename to user

* Update content/zh/about/community/customers/index.md

Co-authored-by: Kebe <mail@kebe7jun.com>

Co-authored-by: Kebe <mail@kebe7jun.com>

* zh-translation: content/zh/about/contribute/build/index.md (#9138)

* zh-translation: docs/examples/virtual-machines/index.md (#9142)

* complete tracs of vm-ex

* fix some error

* fix some error

* Update content/zh/docs/examples/virtual-machines/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* Update content/zh/docs/examples/virtual-machines/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* update

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* trans it (#9145)

* zh-translation:docs/reference/config/analysis/ist0106/index.md (#9146)

* trans it

* trans it

* zh-translation: docs/reference/config/analysis/ist0109/index.md (#9156)

* zh-translation/docs/reference/config/analysis/ist0109

* zh-translation: docs/reference/config/analysis/ist0109/index.md 你=》您

* zh-translation: docs/reference/config/analysis/ist0109/index.md remove headerfile

* Update content/zh/docs/reference/config/analysis/ist0109/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* Update content/zh/docs/reference/config/analysis/ist0109/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* Update content/zh/docs/reference/config/analysis/ist0109/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* Update content/zh/docs/reference/config/analysis/ist0109/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* Update content/zh/docs/reference/config/analysis/ist0109/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* Update content/zh/docs/reference/config/analysis/ist0109/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* zh-translation: docs/reference/config/analysis/ist0110/index.md (#9160)

* trans it

* Update content/zh/docs/reference/config/analysis/ist0110/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* Update content/zh/docs/reference/config/analysis/ist0110/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* zh-translation: content/zh/docs/examples/microservices-istio/istio-ingress-gateway (#9131)

* zh-translation: content/zh/docs/examples/microservices-istio/istio-ingress-gateway

Signed-off-by: nicole-lihui <hui.li-iog@daocloud.io>

* update translation

* fix en link to zh link

* fix sort line and 你 to 您

* fix entry line

* zh-translation:/docs/examples/microservices-istio/add-new-microservice-version (#9141)

* zh-translation/docs/examples/microservices-istio/add-new-microservice-version

* fix zh-translation/docs/examples/microservices-istio/add-new-microservice-version

* fix doc case

* 修改换行和部分大小写

* zh translation: docs/reference/config/analysis/ist0111/index.md (#9159)

* zh-translation/docs/reference/config/analysis/ist0109

* zh-translation: docs/reference/config/analysis/ist0111/index.md

* Revert "zh-translation/docs/reference/config/analysis/ist0109"

This reverts commit f61ac0a666.

* zh-translation: content/zh/docs/concepts/observability/index.md (#9168)

* zh-translation: docs/reference/config/analysis/ist0112/index.md (#9170)

* zh-translation: docs/reference/config/analysis/ist0112/index.md

* zh-translatio: docs/reference/config/analysis/ist0112/index.md 大小写

* Typo (#9181)

* zh-translation: docs/reference/config/analysis/message-format/index.md (#9182)

* zh-translation: about/contribute/style-guide/index.md (#9184)

* zh-translation: docs/reference/config/analysis/ist0129/index.md (#9164)

* trans it

* Update index.md

* build an archive of v1.6 in new1.6Archive (#9179)

* zh-translation: about/contribute/review/index.md & about/contribute/terminology/index.md (#9183)

* zh-translation: about/contribute/review/index.md

* zh-translation: about/contribute/terminology/index.md

* zh-translation: about/contribute/code-blocks/index.md (#9186)

* Automator: update istio.io@ reference docs (#9193)

* zh-translation: about/contribute/shortcodes/index.md (#9185)

* zh-translation: about/contribute/shortcodes/index.md

* Update index.md

* zh-translation: /zh/faq/setup/install-method-selection.md (#9201)

* trans it

* trans it

* fix some error

* zh-translation: /zh/docs/reference/config/analysis/ist0131/index.md (#9172)

* trans it

* trans it

* trans it

* fix some error

* fix some error

* reorder

* zh-translation: /zh/docs/reference/config/analysis/ist0135/index.md (#9175)

* trans it

* Update index.md

fix some error

* zh-translation: docs/reference/config/analysis/ist0116/index.md (#9161)

* trans it

* Update content/zh/docs/reference/config/analysis/ist0116/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* Update content/zh/docs/reference/config/analysis/ist0116/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* Update content/zh/docs/reference/config/analysis/ist0116/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* Update content/zh/docs/reference/config/analysis/ist0116/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* Update content/zh/docs/reference/config/analysis/ist0116/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* zh-translation: docs/reference/config/analysis/ist0128/index.md (#9163)

* trans it

* fix some error

* zh-translation: about/contribute/diagrams/index.md (#9199)

* zh-translation: about/contribute/front-matter/index.md (#9205)

* Automator: update istio.io@ reference docs (#9209)

* trans it (#9207)

* zh-translation: /zh/docs/reference/config/analysis/ist0130/index.md (#9165)

* trans it

* remove some thing

* fix some error and reorder

* zh-translation: /zh/docs/reference/config/analysis/ist0136/index.md (#9174)

* trans it

* fix some error

* fix some error

* zh-translation: faq/security/accessing-non-istio-services.md (#9206)

* zh-translation: faq/security/cert-lifetime-config.md (#9204)

* zh-translation: faq/security/cert-lifetime-config.md

* fix lint

* zh-translation: /docs/examples/bookinfo/index.md (#9210)

* zh-translation: content/zh/docs/examples/bookinfo/index.md

* update path

* Revert "zh-translation: content/zh/docs/examples/bookinfo/index.md"

This reverts commit 74620b1883.

* Revert "update path"

This reverts commit 97ba56fced.

* fix: typo

Co-authored-by: youhonglian <994312463@qq.com>

* zh translation: docs/reference/glossary/network.md (#9214)

* zh-translation: docs/reference/glossary/network.md

* zh-translation: docs/reference/glossary/network.md remove empty

* zh-translation: about/media-resources/index.md (#9216)

* zh-translation:/docs/tasks/traffic-management/ingress/secure-ingress/index.md (#9195)

* zh-translation:
/zh/docs/tasks/traffic-management/ingress/kubernetes-ingress/index.md

* 优化内容,增加页内链接。

* 完善业内跳转id

* 修复lint检查问题

* 修复lint问题。

* 解决lint提示spell错误问题。

* 修复 lint提示spelling errors

* 翻译zh/docs/tasks/traffic-management/
ingress/secure-ingress/index.md

* 修复页面链接问题

* 修复lint检查错误

* 1、修正首字母大写
2、修正首字母大写,补充翻译

* zh-translation: /docs/examples/microservices-istio/prereq/index.md (#9225)

* zh-translation: /docs/examples/microservices-istio/setup-local-computer/index.md (#9222)

* zh-translation: /docs/examples/microservices-istio/setup-kubernetes-cluster/index.md (#9223)

* zh-translation: /docs/tasks/observability/metrics/querying-metrics/index.md (#9219)

* zh-translation: content/zh/docs/examples/microservices-istio/add-istio (#9129)

* zh-translation: content/zh/docs/examples/microservices-istio/add-istio

Signed-off-by: nicole-lihui <hui.li-iog@daocloud.io>

* update translation

* update translation

* fix Pods to Pod and en link to zh link

* fix sort line number and 你 to 您

* fix 边车 to Sidecar

* fix formate

* zh-translation: docs/reference/config/analysis/ist0117/index.md (#9162)

* trans it

* fix some error

* fix some error

* Update index.md

* zh-translation: /zh/docs/reference/config/analysis/ist0132/index.md (#9173)

* trans it

* fix some error

* reorder and fix some error

* fix some error

* Update content/zh/docs/reference/config/analysis/ist0132/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* zh-translation: docs/reference/glossary/spiffe.md (#9228)

* zh-translation: faq/traffic-management/difference-between-mutual-and-istio-mutual.md (#9229)

* zh-translation: faq/traffic-management/difference-between-mutual-and-istio-mutual.md

* zh-translation: faq/traffic-management/difference-between-mutual-and-istio-mutual.md title修改

* zh-translation: faq/traffic-management/difference-between-mutual-and-istio-mutual.md title修改

* zh-translation: content/zh/docs/examples/microservices-istio/bookinfo… (#9227)

* zh-translation: content/zh/docs/examples/microservices-istio/bookinfo-kubernetes/index.md

* fix: typo

* zh-translation: /ops/common-problems/injection/index.md (#9221)

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

* fix: typo

* zh-translation: /docs/examples/microservices-istio/package-service/in… (#9226)

* zh-translation: /docs/examples/microservices-istio/package-service/index.md

* fix: typo

* zh translation: docs/reference/glossary/istiod.md (#9213)

* zh-translation: docs/reference/glossary/istiod.md

* zh-translation: docs/reference/glossary/istiod.md modify

* zh-translation: docs/examples/microservices-istio/production-testing/… (#9224)

* zh-translation: docs/examples/microservices-istio/production-testing/index.md

* fix: lint

* zh-translation: /docs/tasks/observability/metrics/tcp-metrics/index.md (#9220)

* zh-translation: /docs/tasks/observability/metrics/tcp-metrics/index.md

* fix: lint

* fix: typo

* Automator: update istio@ test reference (#9208)

* zh-translation: docs/setup/platform-setup/docker/index.md (#9235)

* Automator: update common-files@master in istio/istio.io@master (#9238)

* Update query for new labels (#9202)

* zh-translation: content/zh/docs/concepts/security/index.md (#9240)

* Update external control plane installation docs (#9192)

* Update external control plane installation docs

* update test

* missing _

* debug

* fix typo

* update webhooks

* update snip

* echo y

* delete istio-system ns

* remove not needed step

* remove quote

* zh-translation: about/contribute/formatting/index.md (#9194)

* zh-translation: about/contribute/formatting/index.md

* zh-translation: about/contribute/formatting/index.md

* zh-translation: about/contribute/formatting/index.md

removes  italics in titles

* zh translation: faq/applications/redis.md (#9242)

Signed-off-by: zc <ce.zheng@daocloud.io>

Co-authored-by: zc <ce.zheng@daocloud.io>

* zh translation: faq/applications/elasticsearch.md (#9252)

Signed-off-by: zc <ce.zheng@daocloud.io>

Co-authored-by: zc <ce.zheng@daocloud.io>

* zh-translation: /faq/metrics-and-logs/prometheus-for-non-k8s.md (#9243)

* zh-translation: /faq/metrics-and-logs/prometheus-application-metrics.md (#9244)

* zh-translation: zh-translation/faq/metrics-and-logs/life-of-a-request.md (#9245)

* zh-translation: /faq/distributed-tracing/how-distributed-tracing-works.md (#9248)

* zh-translation: faq/distributed-tracing/disabling-tracing.md (#9249)

* zh translation: faq/applications/zookeeper.md (#9251)

Signed-off-by: zc <ce.zheng@daocloud.io>

Co-authored-by: zc <ce.zheng@daocloud.io>

* zh-translation: /faq/general/what-deployment-environment.md (#9246)

* zh-translation: boilerplates/multi-cluster-with-metallb.md (#9255)

* zh-translation: boilerplates/multi-cluster-with-metallb.md

* zh-translation: boilerplates/multi-cluster-with-metallb.md modify

* zh translation: faq/applications/cassandra.md (#9254)

Signed-off-by: zc <ce.zheng@daocloud.io>

Co-authored-by: zc <ce.zheng@daocloud.io>

* zh-translation: faq/general/how-to-join-slack.md (#9247)

* zh-translation: faq/general/how-to-join-slack.md

* fix: typo

* zh-translation: faq/general/how-do-i-get-started.md (#9250)

* zh-translation: faq/general/how-do-i-get-started.md

* fix: typo

* zh translation: faq/security/non-istio-to-istio.md (#9267)

* zh translation: faq/security/non-istio-to-istio.md

Signed-off-by: zc <ce.zheng@daocloud.io>

* Update content/zh/faq/security/non-istio-to-istio.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

Co-authored-by: zc <ce.zheng@daocloud.io>
Co-authored-by: Kebe <kebe.liu@daocloud.io>

* zh-translation: docs/examples/microservices-istio/_index.md (#9272)

* zh translation: docs/setup/platform setup/ibm/index.md (#9236)

* zh-translation: docs/setup/platform-setup/ibm/index.md

* zh-translation: docs/setup/platform-setup/ibm/index.md rmodify

* Update content/zh/docs/setup/platform-setup/ibm/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* zh translation: boilerplates/untested document.md (#9253)

* zh-translation: boilerplates/untested-document.md

* zh-translation: boilerplates/untested-document.md modify

* zh-translation: docs/reference/glossary/external-control-plane.md (#9212)

* zh-translation: docs/reference/glossary/external-control-plane.md

* Update content/zh/docs/reference/glossary/external-control-plane.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* zh-translation: docs/reference/glossary/external-control-plane.md modify

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* zh-translation: boilerplates/before-you-begin-egress.md (#9217)

* zh-translation: boilerplates/before-you-begin-egress.md

* zh-translation: boilerplates/before-you-begin-egress.md

fixed the professional term translate.

* zh-translation: content/zh/docs/setup/install/multicluster/multi-primary_multi-network (#9231)

* zh-translation: content/zh/docs/setup/install/multicluster/multi-primary_multi-network

Signed-off-by: nicole-lihui <hui.li-iog@daocloud.io>

* Update content/zh/boilerplates/multi-cluster-with-metallb.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* fix boilerplates

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* zh-translation: docs/setup/install/multicluster/primary-remote_multi-network (#9232)

* zh-translation: docs/setup/install/multicluster/primary-remote_multi-network

* fix API Server and Secret

* zh-translation: docs/ops/configuration/traffic-management/protocol-se… (#9259)

* zh-translation: docs/ops/configuration/traffic-management/protocol-selection/index.md

* zh-translation: docs/ops/configuration/traffic-management/protocol-selection/index.md

* zh-translation: docs/ops/configuration/traffic-management/protocol-selection/index.md modify

* zh-translation: docs/ops/configuration/traffic-management/protocol-selection/index.md modify

* zh-translation:/docs/setup/upgrade/canary (#9196)

* zh-translation/docs/setup/upgrade/canary init

* test git pod commont

* 翻译整篇

* Ensure translated content doesn't include references to English content

* fix

* titile add EN desc..

* zh-translation: docs/setup/platform-setup/MicroK8s/index.md (#9282)

* zh-translation: docs/setup/platform-setup/MicroK8s/index.md

* zh-translation: docs/setup/platform-setup/MicroK8s/index.md modify

* zh translation: faq/security/secure-ingress.md (#9270)

* zh translation: faq/security/secure-ingress.md

Signed-off-by: zc <ce.zheng@daocloud.io>

* fix zh reference

Signed-off-by: zc <ce.zheng@daocloud.io>

Co-authored-by: zc <ce.zheng@daocloud.io>

* zh-translation: /docs/ops/best-practices/observability/#using-prometheus-for-production-scale-monitoring (#9271)

* trans it

* fix some error

* Update content/zh/docs/ops/integrations/prometheus/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* Update index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* zh-translation: docs/setup/platform-setup/kops/index.md (#9275)

* zh-translation: docs/setup/platform-setup/kops/index.md

* zh-translation: docs/setup/platform-setup/kops/index.md modify

* Update content/zh/docs/setup/platform-setup/kops/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* zh-translation: /zh/docs/setup/upgrade/gateways/index.md (#9234)

* trans it

* fix some error

* fix some error

* Update index.md

* zh-translation: /docs/ops/configration/_index.md (#9264)

* zh-translation/docs/ops/integrations/zipkin/index.md content/zh/docs/… (#9258)

* zh-translation/docs/ops/integrations/zipkin/index.md

* reformat zipkin index.md doc

* reformat index.md doc

* add title id

* resolve format

* zh-translation: docs/ops/integrations/jaeger/index.md (#9274)

* zh-translation: docs/ops/integrations/jaeger/index.md

* zh-translation: docs/ops/integrations/jaeger/index.md modify

* zh-translation: docs/ops/integrations/jaeger/index.md modify

* zh-translation: docs/ops/integrations/jaeger/index.md modify

* zh-translation: docs/ops/integrations/jaeger/index.md modify

* zh-translation: docs/ops/integrations/jaeger/index.md modify

* zh-translation: docs/ops/integrations/jaeger/index.md modify

* zh-translation: docs/ops/integrations/jaeger/index.md modify

* Update content/zh/docs/ops/integrations/jaeger/index.md

* Update content/zh/docs/ops/integrations/jaeger/index.md

Co-authored-by: MXuDong <xudong.meng@daocloud.io>

* zh-translation:content/zh/docs/ops/integrations/grafana/index.md (#9257)

* zh-translation:content/zh/docs/ops/integrations/grafana/index.md

* reformat grafana index.md doc

* reformat index.md doc

* reformat doc for trailing space

* add title id

* resolve method subtitle

* zh-translation: docs/setup/platform-setup/oci/index.md (#9283)

* Update redirects to redirect .html links to /latest (#9288)

* zh-translation: content/zh/docs/ops/common-problems/validation/index.md (#9286)

* Update index.html with latest allowOrigins: (#8791)

Fix issue: https://discuss.istio.io/t/configuring-cors/7458/6

* zh translation: faq/security/mysql-with-mtls.md (#9268)

* zh translation: faq/security/mysql-with-mtls.md

Signed-off-by: zc <ce.zheng@daocloud.io>

* fix zh reference

Signed-off-by: zc <ce.zheng@daocloud.io>

* fix

Signed-off-by: zc <ce.zheng@daocloud.io>

Co-authored-by: zc <ce.zheng@daocloud.io>

* zh-translation: docs/setup/platform-setup/gke/index.md (#9284)

* zh-translation: docs/setup/platform-setup/gke/index.md

* zh-translation: docs/setup/platform-setup/gke/index.md modify

* Update content/zh/docs/setup/platform-setup/gke/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* Update content/zh/docs/setup/platform-setup/gke/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* zh-translation: docs/setup/platform-setup/gke/index.md modify

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* zh-translation: /zh/docs/ops/integrations/kiali/index.md (#9266)

* trans it

* Update content/zh/docs/ops/integrations/kiali/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* Update content/zh/docs/ops/integrations/kiali/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* Update index.md

* Update content/zh/docs/ops/integrations/kiali/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* fix some error

* Update content/zh/docs/ops/integrations/kiali/index.md

Co-authored-by: orangegzx <zuxia.ge@daocloud.io>

* Update content/zh/docs/ops/integrations/kiali/index.md

Co-authored-by: orangegzx <zuxia.ge@daocloud.io>

Co-authored-by: Kebe <kebe.liu@daocloud.io>
Co-authored-by: orangegzx <zuxia.ge@daocloud.io>

* zh-translation: docs/setup/platform-setup/gardener/index.md (#9294)

* zh-translation/docs/reference/config/proxy_extensions/wasm_telemetry/index.md (#9285)

* translation wasm_tememetry doc

* update wasm_telemetry/index.md file

* refine wasm_tememetry doc

* remove file in path : content/zh/docs/ops/configuration/security/root-transition/index.md (#9298)

* zh-translation: content/zh/docs/setup/install/multicluster/primary-remote (#9233)

* zh-translation: content/zh/docs/setup/install/multicluster/primary-remote

Signed-off-by: nicole-lihui <hui.li-iog@daocloud.io>

* fix API Server and remove multi-cluster-with-metallb.md

* professional vocabulary capitalization

* apply rate-limit-service.yaml from samples, when you try rate-limit task (#9265)

* apply rate-limit-service.yaml from samples, when you try rate-limit task

* Update content/en/docs/tasks/policy-enforcement/rate-limit/index.md

Co-authored-by: Pengyuan Bian <bianpengyuan@google.com>

Co-authored-by: Pengyuan Bian <bianpengyuan@google.com>

* zh-translation: cleanup faq/mixer (#9311)

* Cleanup content/zh/docs/tasks/policy-enforcement (#9312)

* Cleanup docs/reference/config/telemetry (#9313)

* zh-translation: docs/setup/platform-setup/alicloud/index.md (#9296)

* zh-translation: docs/setup/platform-setup/alicloud/index.md

* Update content/zh/docs/setup/platform-setup/alicloud/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* Add owner and test section in header for all contents (#9316)

* zh-translation/docs/ops/configuration/mesh/config-resource-ready (#9279)

* translation doc

* Update content/zh/docs/ops/configuration/mesh/config-resource-ready/index.md

* refine config-resource-ready doc

* modify config-resource-ready doc

* zh-translation:content/zh/docs/reference/config/metrics/index.md (#9304)

* zh-translation:content/zh/docs/reference/config/metrics/index.md

* Update content/zh/docs/reference/config/metrics/index.md

Co-authored-by: orangegzx <zuxia.ge@daocloud.io>

* Update content/zh/docs/reference/config/metrics/index.md

Co-authored-by: MXuDong <xudong.meng@daocloud.io>

* Update content/zh/docs/reference/config/metrics/index.md

update label

Co-authored-by: MXuDong <xudong.meng@daocloud.io>

* Update content/zh/docs/reference/config/metrics/index.md

Co-authored-by: MXuDong <xudong.meng@daocloud.io>

* update lint

* update aliases english reference to chinese

* change spelling error

* update colon to chinese

* update some contents after reviewing

Co-authored-by: orangegzx <zuxia.ge@daocloud.io>
Co-authored-by: MXuDong <xudong.meng@daocloud.io>

* zh-translation: docs/ops/configuration/mesh/webhook/index.md (#9314)

* zh-translation: docs/setup/getting-started/index.md (#9329)

* zh-translation:docs/tasks/observability/distributed-tracing/overview/index.md (#9320)

* zh-translation: add two new Chinese translation files in tasks sub folder about docs. (#9336)

* zh-translation: content/zh/docs/ops/configuration/telemetry/envoy-stats (#9305)

* zh-translation: content/zh/docs/ops/configuration/telemetry/envoy-stats

Signed-off-by: nicole-lihui <hui.li-iog@daocloud.io>

* Update content/zh/docs/ops/configuration/telemetry/envoy-stats/index.md

Co-authored-by: orangegzx <zuxia.ge@daocloud.io>

* add canary link

* fix 网关 to Gateway

Co-authored-by: orangegzx <zuxia.ge@daocloud.io>

* zh-translation: zh/docs/ops/configuration/traffic-management/dns-proxy (#9306)

* zh-translation: zh/docs/ops/configuration/traffic-management/dns-proxy

Signed-off-by: nicole-lihui <hui.li-iog@daocloud.io>

* fix spelling errors

* Update content/zh/docs/ops/configuration/traffic-management/dns-proxy/index.md

Co-authored-by: orangegzx <zuxia.ge@daocloud.io>

* Update content/zh/docs/ops/configuration/traffic-management/dns-proxy/index.md

Co-authored-by: orangegzx <zuxia.ge@daocloud.io>

* Update content/zh/docs/ops/configuration/traffic-management/dns-proxy/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* update translation: address-auto-allocation

Co-authored-by: orangegzx <zuxia.ge@daocloud.io>
Co-authored-by: Kebe <kebe.liu@daocloud.io>

* zh-translation: docs/setup/platform-setup/_index.md (#9331)

* zh-translation: docs/tasks/observability/distributed-tracing/jaeger/index.md (#9342)

* zh-translation: docs/tasks/security/authorization/authz-jwt/index.md (#9333)

* New: Add Splunk as customer (#9328)

* New: Add Splunk as customer

* Fix alt

* Add zh version

* Fix order

* Update the doc about how to setup on Alibaba Cloud (#9263)

* Update the doc about how to setup on Alibaba Cloud

* Update the doc about how to setup on Alibaba Cloud

* Update the doc about how to setup on Alibaba Cloud  fix bug

* Rename Service APIs to Gateway API (#9347)

* Rename Service APIs to Gateway API

* update alias

Co-authored-by: craigbox <craigbox@google.com>

* fix missing url

Co-authored-by: craigbox <craigbox@google.com>

* Wildcard configuration for arbitrary domains with non root user (#9350)

* Wildcard configuration with non root user

* Generate snips.sh for wildcard-egress-hosts

* Automator: update istio.io@ reference docs (#9281)

* zh-translation:/docs/reference/config/config-status/index.md (#9301)

* zh-translation:/docs/reference/config/config-status/index.md

* update english reference to chinese /zh/ reference

* update lint,add anchor,update changes after reviewing

* remove Spaces inside link text

* remove tail extra content

* update lint,change anchor format

* update anchor lint

* zh-translation: docs/tasks/traffic-management/traffic-shifting/index.md (#9361)

* Remove the Multicluster labels section (#9349)

* remove oc adm privileged policy as it's not needed any more (#9053)

* remove oc adm policy as it's not needed any more

* add anyuid group back into documentation

* remove anyuid header reference

* Update istio test ref - fix timeout failures? (#9325)

* Update istio test ref - fix timeout failures?

* Go back to figure out why ext cp setup is failing (samples not starting)

* Again including #31560

* After 31561

* Past #31410

* test ref sha=688973e58828ffbcff2ccd9eeab41a12527c217a

* test ref 9d5ba69765 #31401

* Update test ref to latest istio and change 504/408 for egress test

* Update to get around quay.io outage

* Use consistent quoting in API examples (#9373)

This matches istio/api examples and all Kubernetes best practices. This
quoting sets a bad precedent that is copy and pasted around the web.

* Fix lint URL (#9367)

* Fix lint URL

* Update lint_site.sh

* no longer latest (or greatest)

* Automator: update istio.io@ reference docs (#9378)

* zh-translation: zh/docs/examples/microservices-istio/enable-istio-all-microservices  (#9130)

* zh-translation: zh/docs/examples/microservices-istio/enable-istio-all-microservices

Signed-off-by: nicole-lihui <hui.li-iog@daocloud.io>

* update title

* zh-translation update

* fix en link to zh link and Pods to Pod

* fix sort line number and 你 to 您

* fix 边车 to Sidecar

* fix end enter line

* fix semantic is not clear

* zh-translation: docs/setup/platform-setup/openshift/index.md (#9293)

* zh-translation: docs/setup/platform-setup/openshift/index.md

* Update content/zh/docs/setup/platform-setup/openshift/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* fixed

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* zh-translation:content/zh/docs/tasks/_index.md (#9365)

* zh-translation:content/zh/docs/tasks/_index.md

* zh-translation: content/zh/docs/tasks/security/authentication/auto-mtls|https-overlay

* zh-translation: docs/ops/integrations/certmanager/index.md (#9370)

* zh-translation: docs/ops/integrations/certmanager/index.md

* Update index.md

* zh-translation: docs/tasks/security/authorization/authz-http/index.md (#9371)

* zh-translation: docs/tasks/security/cert-management/dns-cert/index.md (#9360)

* zh-translation: docs/tasks/security/cert-management/dns-cert/index.md

* modify

* modify

* [ImgBot] Optimize images (#8936)

*Total -- 14,394.39kb -> 12,877.57kb (10.54%)

/archive/v1.6/blog/2020/mosn-proxy/mosn-arch.png -- 29.12kb -> 14.35kb (50.71%)
/archive/v1.6/docs/tasks/observability/metrics/querying-metrics/prometheus_query_result.png -- 191.94kb -> 117.14kb (38.97%)
/archive/v1.8/blog/2020/show-source-ip/aws-proxy-protocol.png -- 584.51kb -> 380.46kb (34.91%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-wiz2-ratings-service-action-menu.png -- 114.91kb -> 77.47kb (32.58%)
/archive/v1.6/zh/docs/setup/getting-started/kiali-example2.png -- 262.82kb -> 177.91kb (32.31%)
/archive/v1.6/docs/setup/getting-started/kiali-example2.png -- 262.82kb -> 177.91kb (32.31%)
/archive/v1.6/blog/2020/deploy-wasm-declarative/how-it-works.png -- 117.95kb -> 81.33kb (31.04%)
/archive/v1.6/zh/blog/2020/deploy-wasm-declarative/how-it-works.png -- 117.95kb -> 81.33kb (31.04%)
/archive/v1.6/about/community/customers/tuya.png -- 15.99kb -> 11.10kb (30.57%)
/archive/v1.6/zh/about/community/customers/tuya.png -- 15.99kb -> 11.10kb (30.57%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-wiz1-graph-ratings-percent.png -- 69.02kb -> 48.90kb (29.15%)
/archive/v1.6/docs/tasks/observability/distributed-tracing/lightstep/istio-explorer.png -- 598.16kb -> 434.01kb (27.44%)
/archive/v1.6/zh/docs/tasks/observability/distributed-tracing/lightstep/istio-explorer.png -- 598.16kb -> 434.01kb (27.44%)
/archive/v1.6/docs/tasks/observability/distributed-tracing/lightstep/istio-services.png -- 372.11kb -> 273.16kb (26.59%)
/archive/v1.6/zh/docs/tasks/observability/distributed-tracing/lightstep/istio-services.png -- 372.11kb -> 273.16kb (26.59%)
/archive/v1.6/about/community/partners/tetrate.png -- 97.29kb -> 74.58kb (23.34%)
/archive/v1.6/zh/about/community/partners/tetrate.png -- 97.29kb -> 74.58kb (23.34%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-istioconfig1-tooltip.png -- 76.28kb -> 58.54kb (23.26%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-istioconfig3-details-yaml1.png -- 85.27kb -> 65.82kb (22.82%)
/archive/v1.6/about/community/partners/portshift.png -- 3.16kb -> 2.46kb (22.12%)
/archive/v1.6/zh/about/community/partners/portshift.png -- 3.16kb -> 2.46kb (22.12%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-validate1-list.png -- 77.38kb -> 60.43kb (21.9%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-istioconfig0-errormsgs.png -- 101.91kb -> 79.96kb (21.54%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-istioconfig3-details-yaml2.png -- 90.03kb -> 70.81kb (21.35%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-istioconfig3-details-yaml3.png -- 89.28kb -> 70.36kb (21.19%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-wiz0-graph-options.png -- 82.54kb -> 65.34kb (20.83%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-validate3-ok.png -- 86.71kb -> 68.68kb (20.8%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-validate2-errormsg.png -- 53.18kb -> 42.43kb (20.22%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-overview.png -- 47.47kb -> 38.13kb (19.68%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-istioconfig2-details-errormsgs.png -- 85.37kb -> 68.63kb (19.61%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-graph.png -- 119.75kb -> 98.10kb (18.08%)
/content/zh/about/community/customers/liulishuo.svg -- 8.70kb -> 7.40kb (14.86%)
/content/en/about/community/customers/liulishuo.svg -- 8.70kb -> 7.40kb (14.86%)
/content/en/docs/setup/platform-setup/huaweicloud/create-cluster.png -- 80.65kb -> 70.18kb (12.98%)
/content/en/docs/setup/platform-setup/huaweicloud/create-node.png -- 72.95kb -> 63.61kb (12.79%)
/content/en/blog/2021/istiocon-2021-program/istiocon-program.png -- 591.18kb -> 515.83kb (12.74%)
/archive/v1.6/blog/2020/workload-entry/workload-entry-final.svg -- 3.61kb -> 3.27kb (9.34%)
/archive/v1.6/blog/2020/workload-entry/workload-entry-first-example.svg -- 3.86kb -> 3.53kb (8.46%)
/archive/v1.8/blog/2020/istiocon-2021/istioconlogo.jpg -- 80.19kb -> 75.10kb (6.35%)
/content/zh/about/community/customers/splunk.png -- 38.93kb -> 36.55kb (6.13%)
/content/en/about/community/customers/splunk.png -- 38.93kb -> 36.55kb (6.13%)
/archive/v1.8/about/community/join/governance.svg -- 1.01kb -> 0.96kb (5.77%)
/archive/v1.8/zh/about/community/join/governance.svg -- 1.01kb -> 0.96kb (5.77%)
/archive/v1.6/about/community/partners/signalsciences.svg -- 9.81kb -> 9.58kb (2.37%)
/archive/v1.6/zh/about/community/partners/signalsciences.svg -- 9.81kb -> 9.58kb (2.37%)
/archive/v1.6/docs/ops/configuration/telemetry/monitoring-multicluster-prometheus/in-mesh-production-prometheus.svg -- 141.09kb -> 138.61kb (1.76%)
/archive/v1.6/docs/ops/configuration/telemetry/monitoring-multicluster-prometheus/external-production-prometheus.svg -- 161.00kb -> 158.40kb (1.62%)
/content/en/docs/ops/deployment/vm-architecture/single-network.svg -- 86.04kb -> 84.73kb (1.52%)
/content/en/docs/ops/deployment/vm-architecture/multi-network.svg -- 92.38kb -> 91.18kb (1.31%)
/archive/v1.6/docs/ops/best-practices/observability/production-prometheus.svg -- 132.91kb -> 131.50kb (1.06%)
/archive/v1.8/docs/setup/install/multicluster/primary-remote/arch.svg -- 86.51kb -> 85.72kb (0.91%)
/archive/v1.8/docs/setup/install/multicluster/multi-primary/arch.svg -- 94.20kb -> 93.39kb (0.86%)
/archive/v1.8/docs/setup/install/multicluster/primary-remote_multi-network/arch.svg -- 100.69kb -> 99.87kb (0.82%)
/content/en/docs/setup/additional-setup/external-controlplane/external-multicluster.svg -- 101.71kb -> 100.92kb (0.77%)
/content/en/blog/2021/better-external-authz/external_authz.svg -- 158.18kb -> 156.99kb (0.75%)
/archive/v1.8/docs/setup/install/multicluster/multi-primary_multi-network/arch.svg -- 114.25kb -> 113.39kb (0.75%)
/content/en/docs/setup/additional-setup/external-controlplane/external-controlplane.svg -- 75.22kb -> 74.76kb (0.62%)
/archive/v1.8/docs/setup/additional-setup/external-controlplane/external-controlplane.svg -- 75.23kb -> 74.76kb (0.62%)
/archive/v1.6/zh/blog/2020/tradewinds-2020/architecture-post-istiod.svg -- 169.81kb -> 169.00kb (0.48%)
/archive/v1.8/docs/ops/configuration/traffic-management/tls-configuration/sidecar-connections.svg -- 75.19kb -> 74.98kb (0.28%)
/content/en/docs/ops/deployment/vm-architecture/service-selector.svg -- 44.85kb -> 44.73kb (0.27%)
/archive/v1.8/docs/ops/configuration/traffic-management/tls-configuration/gateway-connections.svg -- 62.80kb -> 62.65kb (0.25%)
/archive/v1.6/zh/blog/2020/tradewinds-2020/architecture-pre-istiod.svg -- 607.59kb -> 606.27kb (0.22%)
/archive/v1.6/docs/ops/deployment/architecture/arch.svg -- 11.68kb -> 11.65kb (0.22%)
/archive/v1.6/zh/docs/ops/deployment/architecture/arch.svg -- 11.68kb -> 11.65kb (0.22%)
/content/en/blog/2021/wasm-progress/architecture-istio-agent-downloading-wasm-module.svg -- 105.55kb -> 105.32kb (0.22%)
/archive/v1.8/blog/2020/proxying-legacy-services-using-egress-gateways/proxying-legacy-services-using-egress-gateways-authz.svg -- 292.47kb -> 291.89kb (0.2%)
/archive/v1.8/blog/2020/proxying-legacy-services-using-egress-gateways/proxying-legacy-services-using-egress-gateways-communication.svg -- 285.72kb -> 285.22kb (0.17%)
/archive/v1.6/blog/2020/alb-ingress-gateway-iks/alb-ingress-gateway.svg -- 364.92kb -> 364.35kb (0.15%)
/archive/v1.6/img/icons.svg -- 95.54kb -> 95.40kb (0.15%)
/archive/v1.8/img/icons.svg -- 96.09kb -> 95.95kb (0.15%)
/archive/v1.6/about/contribute/remove-content/remove-documentation.svg -- 149.34kb -> 149.13kb (0.15%)
/archive/v1.8/blog/2020/proxying-legacy-services-using-egress-gateways/proxying-legacy-services-using-egress-gateways-overview.svg -- 311.40kb -> 310.99kb (0.13%)
/archive/v1.6/docs/concepts/wasm/extending.svg -- 175.72kb -> 175.52kb (0.11%)
/archive/v1.6/zh/docs/concepts/wasm/extending.svg -- 175.72kb -> 175.52kb (0.11%)
/archive/v1.6/docs/ops/deployment/performance-and-scalability/latency_p90_fortio.svg -- 223.34kb -> 223.17kb (0.07%)
/archive/v1.6/zh/docs/ops/deployment/performance-and-scalability/latency_p90_fortio.svg -- 223.34kb -> 223.17kb (0.07%)
/archive/v1.6/docs/ops/deployment/performance-and-scalability/latency_p99_fortio.svg -- 232.07kb -> 231.90kb (0.07%)
/archive/v1.6/zh/docs/ops/deployment/performance-and-scalability/latency_p99_fortio.svg -- 232.07kb -> 231.90kb (0.07%)
/archive/v1.8/zh/docs/ops/deployment/performance-and-scalability/latency_p90_fortio_with_jitter.svg -- 333.49kb -> 333.33kb (0.05%)
/archive/v1.8/docs/ops/deployment/performance-and-scalability/latency_p90_fortio_with_jitter.svg -- 333.49kb -> 333.33kb (0.05%)
/archive/v1.8/zh/docs/ops/deployment/performance-and-scalability/latency_p90_fortio_without_jitter.svg -- 398.86kb -> 398.69kb (0.04%)
/archive/v1.8/docs/ops/deployment/performance-and-scalability/latency_p90_fortio_without_jitter.svg -- 398.86kb -> 398.69kb (0.04%)
/archive/v1.8/docs/ops/deployment/performance-and-scalability/latency_p99_fortio_without_jitter.svg -- 418.98kb -> 418.81kb (0.04%)
/archive/v1.8/zh/docs/ops/deployment/performance-and-scalability/latency_p99_fortio_without_jitter.svg -- 418.98kb -> 418.81kb (0.04%)
/archive/v1.8/docs/ops/deployment/performance-and-scalability/latency_p99_fortio_with_jitter.svg -- 428.26kb -> 428.09kb (0.04%)
/archive/v1.8/zh/docs/ops/deployment/performance-and-scalability/latency_p99_fortio_with_jitter.svg -- 428.26kb -> 428.09kb (0.04%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>

Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>

* Update kube version in description to align with cmd (#9384)

* update security doc with evaluation order, common patterns, shoter task names and some small updates (#9127)

* update security doc with evaluation order, common patterns, shoter task names and some small updates

* update

* update

* add link

* update

* update

* fix lint

* Apply suggestions from code review

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* update

* Apply suggestions from code review

Co-authored-by: John Howard <howardjohn@google.com>

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
Co-authored-by: John Howard <howardjohn@google.com>

* Add revision tag documentation to canary upgrade docs (#9376)

* Reconcile feature status with https://github.com/istio/community/edit/master/FEATURE-LIFECYCLE.md (#8903)

* Reconsole istio/community feature lifecycle with istio.io feature stages

* Fix .spelling

* Remove phases from parentheses

* spelling error

* Add info about SNI routing (#9276)

* Add info about SNI routing

* Apply suggestions from code review

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* add to common problems

* address comments

* fix lint

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Bump to latest istio (#9356)

* Bump to latest istio

* fix snip

* change templates

* fix sed magic

* fix bug

* add back vwh configmap

* Adding destination rules part to the tip section in "bookinfo" page (#9230)

* revise author info to pass google cla

* revise the tip content in bookinfo page

* run make gen

* Update content/en/docs/examples/bookinfo/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* Clarify egress TLS rules apply to gateway (#9389)

* Publish 1.9.2 (#9374)

* Publish 1.9.2

* Add changes

* Fix linting issues

* Update content/en/news/releases/1.9.x/announcing-1.9.2/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* Update content/en/news/releases/1.9.x/announcing-1.9.2/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* Update content/en/news/releases/1.9.x/announcing-1.9.2/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* Update release date for 1.9.2

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* Fix misuses of "rollback" and "rollout" as verbs. (#9395)

Co-authored-by: Daniel Barclay <dsbos@users.noreply.github.com>

* update reference docs

Co-authored-by: John Howard <howardjohn@google.com>
Co-authored-by: Ram Vennam <rvennam@us.ibm.com>
Co-authored-by: Istio Automation <istio-testing-bot@google.com>
Co-authored-by: craigbox <craigbox@google.com>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
Co-authored-by: Lin Sun <lin.sun@solo.io>
Co-authored-by: Sam Naser <samnaser@google.com>
Co-authored-by: jacob-delgado <jacob.delgado@volunteers.acasi.info>
Co-authored-by: Pengyuan Bian <bianpengyuan@google.com>
Co-authored-by: Joshua Blatt <jblatt@google.com>
Co-authored-by: Oliver Liu <yonggangl@google.com>
Co-authored-by: Zhonghu Xu <xuzhonghu@huawei.com>
Co-authored-by: Yangmin Zhu <ymzhu@google.com>
Co-authored-by: dsm-dc <79909420+dsm-dc@users.noreply.github.com>
Co-authored-by: Kebe <mail@kebe7jun.com>
Co-authored-by: 沧海 <lxd5866@gmail.com>
Co-authored-by: Shiming Zhang <wzshiming@foxmail.com>
Co-authored-by: Ruil1n <ruilin911@outlook.com>
Co-authored-by: Shamsher Ansari <shaansar@redhat.com>
Co-authored-by: MXuDong <34544445+MXuDong@users.noreply.github.com>
Co-authored-by: Sven Mawson <sven@google.com>
Co-authored-by: Eli Fabens <elifab@gmail.com>
Co-authored-by: Zack Zhang <zhangkaiamm@gmail.com>
Co-authored-by: Gregory Hanson <gihanson@us.ibm.com>
Co-authored-by: Nicole Li <hui.li-iog@daocloud.io>
Co-authored-by: scwang18 <45680124+scwang18@users.noreply.github.com>
Co-authored-by: Yukun Cao <caoyukunk9999@126.com>
Co-authored-by: Kebe <kebe.liu@daocloud.io>
Co-authored-by: orangegzx <zuxia.ge@daocloud.io>
Co-authored-by: StruggleYang <15717164627@163.com>
Co-authored-by: Alan Cha <ac3805@columbia.edu>
Co-authored-by: 凡梦星尘 <elkan1788@gmail.com>
Co-authored-by: youhonglian <honglian.you@daocloud.io>
Co-authored-by: youhonglian <994312463@qq.com>
Co-authored-by: Mathieu Hinderyckx <mathieu.hinderyckx@gmail.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: zc <zc2638@qq.com>
Co-authored-by: zc <ce.zheng@daocloud.io>
Co-authored-by: MXuDong <xudong.meng@daocloud.io>
Co-authored-by: Simon Zhao <36882380+zhaosimon@users.noreply.github.com>
Co-authored-by: k-9527 <lujun.song@daocloud.io>
Co-authored-by: John Zheng <johnzhengaz@gmail.com>
Co-authored-by: Jacky <51350707+dapengJacky@users.noreply.github.com>
Co-authored-by: LongLong <526102465@qq.com>
Co-authored-by: Bernard Van De Walle <bernard@bvandewa.com>
Co-authored-by: Xi Ning Wang <osswangxining@163.com>
Co-authored-by: Meng Wang <wangmeng926@gmail.com>
Co-authored-by: ceastman-ibm <ceastman@us.ibm.com>
Co-authored-by: mrshengzyzy <shengzheng01@inspur.com>
Co-authored-by: imgbot[bot] <31301654+imgbot[bot]@users.noreply.github.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: Meng Wang <wangmeng@cn.ibm.com>
Co-authored-by: Xiaopeng Han <hanxiaop8@outlook.com>
Co-authored-by: Daniel Barclay <dsbos@users.noreply.github.com>

* Fix merge conflicts (#9399)

* Add suggested additions to security dock (#9068)

* Add suggested additions to security dock

* Update content/en/docs/ops/best-practices/security/index.md

Co-authored-by: Ram Vennam <rvennam@us.ibm.com>

Co-authored-by: Ram Vennam <rvennam@us.ibm.com>

* Automator: update istio.io@ reference docs (#9069)

* Automator: update common-files@master in istio/istio.io@master (#9071)

* [master] [release-1.9] Add blog for zero configuration Istio (#9073)

* Add blog for zero configuration Istio

The intent here is to show off what Istio provides out of the box, to
attempt to counteract some of the reputation Istio has gotten for being
over complicated/requiring too many CRDs.

* fix links

* Address comments

* Apply suggestions from code review

Co-authored-by: craigbox <craigbox@google.com>

Co-authored-by: John Howard <howardjohn@google.com>
Co-authored-by: craigbox <craigbox@google.com>

* Manual cherry picks (#9063)

* a note to increase memory (#9059)

else install would fail

Co-authored-by: Lin Sun <lin.sun@solo.io>

* Automator: update common-files@master in istio/istio.io@master (#9074)

* fix workaround for revision validation bug (#9072)

* fix workaround for revision validation bug

* fix backwards wording in bug description

* change wording to not suggest changing validating webhook

* Automator: update istio.io@ reference docs (#9077)

* Automator: update istio@ test reference (#9078)

* Include latest versions of 1.7 and 1.8 and 1.9 without cve patches (#8991)

* Include latest versions of 1.7 and 1.8 and 1.9 without cve patches

* Remove language around LTS

* Update release table

* Code review comments

* Say we don't support 1.7 and below

* Put 1.9.1 in patched versions

* Add mixer migration faq. (#8954)

* Add mixer migration faq.

* address comment

* add mixer envoy api.

* spelling

* reword

* update doc

* Update content/en/faq/metrics-and-logs/mixer-migration.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* Automator: update common-files@master in istio/istio.io@master (#9081)

* Fix egress gateway command line set. (#9082)

fixes https://github.com/istio/istio/issues/31146

* Release announcement for 1.9.1 (#9085)

* Initial announcement

* Code review comments

* Fix linting

* Update content/en/news/releases/1.9.x/announcing-1.9.1/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* Update content/en/news/releases/1.9.x/announcing-1.9.1/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* Update content/en/news/releases/1.9.x/announcing-1.9.1/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* Update content/en/news/releases/1.9.x/announcing-1.9.1/index.md

Co-authored-by: Joshua Blatt <jblatt@google.com>

* Update content/en/news/releases/1.9.x/announcing-1.9.1/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* Update content/en/news/releases/1.9.x/announcing-1.9.1/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* Update content/en/news/security/istio-security-2021-001/index.md

Co-authored-by: Joshua Blatt <jblatt@google.com>

* Code review comments from Josh

* Update content/en/news/releases/1.9.x/announcing-1.9.1/index.md

Co-authored-by: craigbox <craigbox@google.com>

* Update content/en/news/releases/1.9.x/announcing-1.9.1/index.md

Co-authored-by: craigbox <craigbox@google.com>

* Update content/en/news/releases/1.9.x/announcing-1.9.1/index.md

Co-authored-by: craigbox <craigbox@google.com>

* Update content/en/news/releases/1.9.x/announcing-1.9.1/index.md

Co-authored-by: craigbox <craigbox@google.com>

* Update content/en/news/security/istio-security-2021-001/index.md

Co-authored-by: craigbox <craigbox@google.com>

* Additional docs review

* Update content/en/news/releases/1.9.x/announcing-1.9.1/index.md

Co-authored-by: craigbox <craigbox@google.com>

* Update content/en/news/releases/1.9.x/announcing-1.9.1/index.md

Co-authored-by: craigbox <craigbox@google.com>

* Update content/en/news/security/istio-security-2021-001/index.md

Co-authored-by: craigbox <craigbox@google.com>

* Update content/en/news/security/istio-security-2021-001/index.md

Co-authored-by: craigbox <craigbox@google.com>

* Add cvss score

* Fix spelling

* Update content/en/news/security/istio-security-2021-001/index.md

Co-authored-by: Oliver Liu <yonggangl@google.com>

* Fix link to istio.io

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
Co-authored-by: Joshua Blatt <jblatt@google.com>
Co-authored-by: craigbox <craigbox@google.com>
Co-authored-by: Oliver Liu <yonggangl@google.com>

* Correct Envoy link (#9088)

Manually correct link that was added in a commit in #9087, without cherrypicking the entire thing

* Automator: update common-files@master in istio/istio.io@master (#9089)

* Automator: update istio.io@ reference docs (#9091)

* Add guide to install istio on Huawei CCE (#9051)

* Automator: update istio.io@ reference docs (#9099)

* add doc for v1alpha1 security policy migration (#8856)

* add blog for v1alpha1 security policy migration

* update

* update

* update

* Apply suggestions from code review

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* small fix

* Apply suggestions from code review

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* update

* Apply suggestions from code review

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* update

* move to blog

* rewrite in blog post format.

* please the linter

* Update content/en/blog/2021/migrate-alpha-policy/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
Co-authored-by: craigbox <craigbox@google.com>

* Automator: update istio.io@ reference docs (#9103)

* zh-translation: about/bugs/index.md (#9104)

* zh-translation: about/bugs/index.md

* > fix lint

* > fix translate

* Add IST0125 Chinese translate (#8841)

> fix typo

> fix lint

> fix lint

> fix lint

* Add IST0137 Chinese translate (#8849)

* Add IST0137 Chinese translate

* > fix typo

* Add IST0127 Chinese translate (#8842)

* Remove qualification warning from 191 (#9108)

* Update index.md

per @myidpt

* Update content/en/news/releases/1.9.x/announcing-1.9.1/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* change to a non-obtrusive tip

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* zh-translation: about/contribute/_index.md (#9109)

* zh-translation: community/partners (#9110)

* zh-translation: community/partners

* Update resource

* Automator: update istio.io@ reference docs (#9116)

* zh-translation: community/join (#9107)

* zh-translation: community/join

* Update resource

* Automator: update common-files@master in istio/istio.io@master (#9117)

* zh-translation: about/security-vulnerabilities/index.md (#9106)

* zh-translation: about/contribute/add-content/index.md (#9112)

* No need to create namespace manually for operator (#9111)

* Add a blog post about Wasm based extensibility progress. (#8916)

* Add a blog post about Wasm based extensibility progress.

* fix

* update weight

* fix a TODO.

* update

* update

* lint

* update

* copy edit

* please the linter

* update Wasm SIG information.

* final update

Co-authored-by: craigbox <craigbox@google.com>

* zh-translation: about/supported-releases/index.md (#9118)

* zh-translation: about/supported-releases/index.md

* Update content/zh/about/supported-releases/index.md

Co-authored-by: Kebe <mail@kebe7jun.com>

* Update content/zh/about/supported-releases/index.md

Co-authored-by: Kebe <mail@kebe7jun.com>

* Update content/zh/about/supported-releases/index.md

Co-authored-by: Kebe <mail@kebe7jun.com>

* Update content/zh/about/supported-releases/index.md

Co-authored-by: Kebe <mail@kebe7jun.com>

* update title

* fix lint

Co-authored-by: Kebe <mail@kebe7jun.com>

* zh-translation: docs/setup/install/virtual machine/index.md (#9119)

* trans the zh/cdocs/setup/install/virtual-machine
add file: experimental.md

* fix some error

* fix some error

* fix some error

* fix some error

* Automator: update istio@ test reference (#9134)

* Remove content-length from egress test (#9148)

* Automator: update istio.io@ reference docs (#9153)

* Improve gateway topology documentation to be user-facing (#9090)

* Improve gateway topology documentation to be user-facing

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Ram Vennam <rvennam@us.ibm.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Ram Vennam <rvennam@us.ibm.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Ram Vennam <rvennam@us.ibm.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Ram Vennam <rvennam@us.ibm.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* 2nd revision

* Minor change

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* rulesets -> rule sets

* Fix grammar

* Neeraj's feedback

* Linting issue

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

Co-authored-by: Ram Vennam <rvennam@us.ibm.com>
Co-authored-by: Sven Mawson <sven@google.com>

* trans it (#9144)

* zh-translation: docs/reference/config/analysis/ist0002/index.md (#9143)

* trans it

* fix some error

* trans it (#9147)

* Update Cert comparison command (#9152)

The diff was checking `CTX_CLUSTER1` against itself. In order to get the command to work, I also needed to pass the values as named pipes.

* Automator: update istio.io@ reference docs (#9169)

* [master] Update index.md (#9158)

* Update index.md

* Update index.md

Use English link

Co-authored-by: Zack Zhang <zhangkaiamm@gmail.com>
Co-authored-by: craigbox <craigbox@google.com>

* Update the announcement for the recently disclosed envoy cve (#9167)

* Update the announcement for the recently disclosed envoy cve

* add spelling

* Add vector string

* release notes Istio 1.8.4 (#9177)

* Update lightstep doc. (#9125)

* update lightstep doc.

* Add comment.

* update.

* zh-translation: content/zh/docs/examples/microservices-istio/logs-istio (#9132)

* zh-translation: content/zh/docs/examples/microservices-istio/logs-istio

* update translation

* fix en link to zh link

* fix 你 to 您

* update docs title

* fix formate

* fix format

* fix 边车 to Sidecar

* zh-translation:/zh/docs/tasks/traffic-management/ingress/kubernetes-ingress/index.md (#9136)

* zh-translation:
/zh/docs/tasks/traffic-management/ingress/kubernetes-ingress/index.md

* 优化内容,增加页内链接。

* 完善业内跳转id

* 修复lint检查问题

* 修复lint问题。

* 解决lint提示spell错误问题。

* 修复 lint提示spelling errors

* zh-translation: about/community/customers/index.md (#9105)

* complete trans

* fix some error

* rename to user

* Update content/zh/about/community/customers/index.md

Co-authored-by: Kebe <mail@kebe7jun.com>

Co-authored-by: Kebe <mail@kebe7jun.com>

* zh-translation: content/zh/about/contribute/build/index.md (#9138)

* zh-translation: docs/examples/virtual-machines/index.md (#9142)

* complete tracs of vm-ex

* fix some error

* fix some error

* Update content/zh/docs/examples/virtual-machines/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* Update content/zh/docs/examples/virtual-machines/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* update

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* trans it (#9145)

* zh-translation:docs/reference/config/analysis/ist0106/index.md (#9146)

* trans it

* trans it

* zh-translation: docs/reference/config/analysis/ist0109/index.md (#9156)

* zh-translation/docs/reference/config/analysis/ist0109

* zh-translation: docs/reference/config/analysis/ist0109/index.md 你=》您

* zh-translation: docs/reference/config/analysis/ist0109/index.md remove headerfile

* Update content/zh/docs/reference/config/analysis/ist0109/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* Update content/zh/docs/reference/config/analysis/ist0109/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* Update content/zh/docs/reference/config/analysis/ist0109/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* Update content/zh/docs/reference/config/analysis/ist0109/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* Update content/zh/docs/reference/config/analysis/ist0109/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* Update content/zh/docs/reference/config/analysis/ist0109/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* zh-translation: docs/reference/config/analysis/ist0110/index.md (#9160)

* trans it

* Update content/zh/docs/reference/config/analysis/ist0110/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* Update content/zh/docs/reference/config/analysis/ist0110/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* zh-translation: content/zh/docs/examples/microservices-istio/istio-ingress-gateway (#9131)

* zh-translation: content/zh/docs/examples/microservices-istio/istio-ingress-gateway

Signed-off-by: nicole-lihui <hui.li-iog@daocloud.io>

* update translation

* fix en link to zh link

* fix sort line and 你 to 您

* fix entry line

* zh-translation:/docs/examples/microservices-istio/add-new-microservice-version (#9141)

* zh-translation/docs/examples/microservices-istio/add-new-microservice-version

* fix zh-translation/docs/examples/microservices-istio/add-new-microservice-version

* fix doc case

* 修改换行和部分大小写

* zh translation: docs/reference/config/analysis/ist0111/index.md (#9159)

* zh-translation/docs/reference/config/analysis/ist0109

* zh-translation: docs/reference/config/analysis/ist0111/index.md

* Revert "zh-translation/docs/reference/config/analysis/ist0109"

This reverts commit f61ac0a666.

* zh-translation: content/zh/docs/concepts/observability/index.md (#9168)

* zh-translation: docs/reference/config/analysis/ist0112/index.md (#9170)

* zh-translation: docs/reference/config/analysis/ist0112/index.md

* zh-translatio: docs/reference/config/analysis/ist0112/index.md 大小写

* Typo (#9181)

* zh-translation: docs/reference/config/analysis/message-format/index.md (#9182)

* zh-translation: about/contribute/style-guide/index.md (#9184)

* zh-translation: docs/reference/config/analysis/ist0129/index.md (#9164)

* trans it

* Update index.md

* build an archive of v1.6 in new1.6Archive (#9179)

* zh-translation: about/contribute/review/index.md & about/contribute/terminology/index.md (#9183)

* zh-translation: about/contribute/review/index.md

* zh-translation: about/contribute/terminology/index.md

* zh-translation: about/contribute/code-blocks/index.md (#9186)

* Automator: update istio.io@ reference docs (#9193)

* zh-translation: about/contribute/shortcodes/index.md (#9185)

* zh-translation: about/contribute/shortcodes/index.md

* Update index.md

* zh-translation: /zh/faq/setup/install-method-selection.md (#9201)

* trans it

* trans it

* fix some error

* zh-translation: /zh/docs/reference/config/analysis/ist0131/index.md (#9172)

* trans it

* trans it

* trans it

* fix some error

* fix some error

* reorder

* zh-translation: /zh/docs/reference/config/analysis/ist0135/index.md (#9175)

* trans it

* Update index.md

fix some error

* zh-translation: docs/reference/config/analysis/ist0116/index.md (#9161)

* trans it

* Update content/zh/docs/reference/config/analysis/ist0116/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* Update content/zh/docs/reference/config/analysis/ist0116/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* Update content/zh/docs/reference/config/analysis/ist0116/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* Update content/zh/docs/reference/config/analysis/ist0116/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* Update content/zh/docs/reference/config/analysis/ist0116/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* zh-translation: docs/reference/config/analysis/ist0128/index.md (#9163)

* trans it

* fix some error

* zh-translation: about/contribute/diagrams/index.md (#9199)

* zh-translation: about/contribute/front-matter/index.md (#9205)

* Automator: update istio.io@ reference docs (#9209)

* trans it (#9207)

* zh-translation: /zh/docs/reference/config/analysis/ist0130/index.md (#9165)

* trans it

* remove some thing

* fix some error and reorder

* zh-translation: /zh/docs/reference/config/analysis/ist0136/index.md (#9174)

* trans it

* fix some error

* fix some error

* zh-translation: faq/security/accessing-non-istio-services.md (#9206)

* zh-translation: faq/security/cert-lifetime-config.md (#9204)

* zh-translation: faq/security/cert-lifetime-config.md

* fix lint

* zh-translation: /docs/examples/bookinfo/index.md (#9210)

* zh-translation: content/zh/docs/examples/bookinfo/index.md

* update path

* Revert "zh-translation: content/zh/docs/examples/bookinfo/index.md"

This reverts commit 74620b1883.

* Revert "update path"

This reverts commit 97ba56fced.

* fix: typo

Co-authored-by: youhonglian <994312463@qq.com>

* zh translation: docs/reference/glossary/network.md (#9214)

* zh-translation: docs/reference/glossary/network.md

* zh-translation: docs/reference/glossary/network.md remove empty

* zh-translation: about/media-resources/index.md (#9216)

* zh-translation:/docs/tasks/traffic-management/ingress/secure-ingress/index.md (#9195)

* zh-translation:
/zh/docs/tasks/traffic-management/ingress/kubernetes-ingress/index.md

* 优化内容,增加页内链接。

* 完善业内跳转id

* 修复lint检查问题

* 修复lint问题。

* 解决lint提示spell错误问题。

* 修复 lint提示spelling errors

* 翻译zh/docs/tasks/traffic-management/
ingress/secure-ingress/index.md

* 修复页面链接问题

* 修复lint检查错误

* 1、修正首字母大写
2、修正首字母大写,补充翻译

* zh-translation: /docs/examples/microservices-istio/prereq/index.md (#9225)

* zh-translation: /docs/examples/microservices-istio/setup-local-computer/index.md (#9222)

* zh-translation: /docs/examples/microservices-istio/setup-kubernetes-cluster/index.md (#9223)

* zh-translation: /docs/tasks/observability/metrics/querying-metrics/index.md (#9219)

* zh-translation: content/zh/docs/examples/microservices-istio/add-istio (#9129)

* zh-translation: content/zh/docs/examples/microservices-istio/add-istio

Signed-off-by: nicole-lihui <hui.li-iog@daocloud.io>

* update translation

* update translation

* fix Pods to Pod and en link to zh link

* fix sort line number and 你 to 您

* fix 边车 to Sidecar

* fix formate

* zh-translation: docs/reference/config/analysis/ist0117/index.md (#9162)

* trans it

* fix some error

* fix some error

* Update index.md

* zh-translation: /zh/docs/reference/config/analysis/ist0132/index.md (#9173)

* trans it

* fix some error

* reorder and fix some error

* fix some error

* Update content/zh/docs/reference/config/analysis/ist0132/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* zh-translation: docs/reference/glossary/spiffe.md (#9228)

* zh-translation: faq/traffic-management/difference-between-mutual-and-istio-mutual.md (#9229)

* zh-translation: faq/traffic-management/difference-between-mutual-and-istio-mutual.md

* zh-translation: faq/traffic-management/difference-between-mutual-and-istio-mutual.md title修改

* zh-translation: faq/traffic-management/difference-between-mutual-and-istio-mutual.md title修改

* zh-translation: content/zh/docs/examples/microservices-istio/bookinfo… (#9227)

* zh-translation: content/zh/docs/examples/microservices-istio/bookinfo-kubernetes/index.md

* fix: typo

* zh-translation: /ops/common-problems/injection/index.md (#9221)

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

* fix: typo

* zh-translation: /docs/examples/microservices-istio/package-service/in… (#9226)

* zh-translation: /docs/examples/microservices-istio/package-service/index.md

* fix: typo

* zh translation: docs/reference/glossary/istiod.md (#9213)

* zh-translation: docs/reference/glossary/istiod.md

* zh-translation: docs/reference/glossary/istiod.md modify

* zh-translation: docs/examples/microservices-istio/production-testing/… (#9224)

* zh-translation: docs/examples/microservices-istio/production-testing/index.md

* fix: lint

* zh-translation: /docs/tasks/observability/metrics/tcp-metrics/index.md (#9220)

* zh-translation: /docs/tasks/observability/metrics/tcp-metrics/index.md

* fix: lint

* fix: typo

* Automator: update istio@ test reference (#9208)

* zh-translation: docs/setup/platform-setup/docker/index.md (#9235)

* Automator: update common-files@master in istio/istio.io@master (#9238)

* Update query for new labels (#9202)

* zh-translation: content/zh/docs/concepts/security/index.md (#9240)

* Update external control plane installation docs (#9192)

* Update external control plane installation docs

* update test

* missing _

* debug

* fix typo

* update webhooks

* update snip

* echo y

* delete istio-system ns

* remove not needed step

* remove quote

* zh-translation: about/contribute/formatting/index.md (#9194)

* zh-translation: about/contribute/formatting/index.md

* zh-translation: about/contribute/formatting/index.md

* zh-translation: about/contribute/formatting/index.md

removes  italics in titles

* zh translation: faq/applications/redis.md (#9242)

Signed-off-by: zc <ce.zheng@daocloud.io>

Co-authored-by: zc <ce.zheng@daocloud.io>

* zh translation: faq/applications/elasticsearch.md (#9252)

Signed-off-by: zc <ce.zheng@daocloud.io>

Co-authored-by: zc <ce.zheng@daocloud.io>

* zh-translation: /faq/metrics-and-logs/prometheus-for-non-k8s.md (#9243)

* zh-translation: /faq/metrics-and-logs/prometheus-application-metrics.md (#9244)

* zh-translation: zh-translation/faq/metrics-and-logs/life-of-a-request.md (#9245)

* zh-translation: /faq/distributed-tracing/how-distributed-tracing-works.md (#9248)

* zh-translation: faq/distributed-tracing/disabling-tracing.md (#9249)

* zh translation: faq/applications/zookeeper.md (#9251)

Signed-off-by: zc <ce.zheng@daocloud.io>

Co-authored-by: zc <ce.zheng@daocloud.io>

* zh-translation: /faq/general/what-deployment-environment.md (#9246)

* zh-translation: boilerplates/multi-cluster-with-metallb.md (#9255)

* zh-translation: boilerplates/multi-cluster-with-metallb.md

* zh-translation: boilerplates/multi-cluster-with-metallb.md modify

* zh translation: faq/applications/cassandra.md (#9254)

Signed-off-by: zc <ce.zheng@daocloud.io>

Co-authored-by: zc <ce.zheng@daocloud.io>

* zh-translation: faq/general/how-to-join-slack.md (#9247)

* zh-translation: faq/general/how-to-join-slack.md

* fix: typo

* zh-translation: faq/general/how-do-i-get-started.md (#9250)

* zh-translation: faq/general/how-do-i-get-started.md

* fix: typo

* zh translation: faq/security/non-istio-to-istio.md (#9267)

* zh translation: faq/security/non-istio-to-istio.md

Signed-off-by: zc <ce.zheng@daocloud.io>

* Update content/zh/faq/security/non-istio-to-istio.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

Co-authored-by: zc <ce.zheng@daocloud.io>
Co-authored-by: Kebe <kebe.liu@daocloud.io>

* zh-translation: docs/examples/microservices-istio/_index.md (#9272)

* zh translation: docs/setup/platform setup/ibm/index.md (#9236)

* zh-translation: docs/setup/platform-setup/ibm/index.md

* zh-translation: docs/setup/platform-setup/ibm/index.md rmodify

* Update content/zh/docs/setup/platform-setup/ibm/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* zh translation: boilerplates/untested document.md (#9253)

* zh-translation: boilerplates/untested-document.md

* zh-translation: boilerplates/untested-document.md modify

* zh-translation: docs/reference/glossary/external-control-plane.md (#9212)

* zh-translation: docs/reference/glossary/external-control-plane.md

* Update content/zh/docs/reference/glossary/external-control-plane.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* zh-translation: docs/reference/glossary/external-control-plane.md modify

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* zh-translation: boilerplates/before-you-begin-egress.md (#9217)

* zh-translation: boilerplates/before-you-begin-egress.md

* zh-translation: boilerplates/before-you-begin-egress.md

fixed the professional term translate.

* zh-translation: content/zh/docs/setup/install/multicluster/multi-primary_multi-network (#9231)

* zh-translation: content/zh/docs/setup/install/multicluster/multi-primary_multi-network

Signed-off-by: nicole-lihui <hui.li-iog@daocloud.io>

* Update content/zh/boilerplates/multi-cluster-with-metallb.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* fix boilerplates

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* zh-translation: docs/setup/install/multicluster/primary-remote_multi-network (#9232)

* zh-translation: docs/setup/install/multicluster/primary-remote_multi-network

* fix API Server and Secret

* zh-translation: docs/ops/configuration/traffic-management/protocol-se… (#9259)

* zh-translation: docs/ops/configuration/traffic-management/protocol-selection/index.md

* zh-translation: docs/ops/configuration/traffic-management/protocol-selection/index.md

* zh-translation: docs/ops/configuration/traffic-management/protocol-selection/index.md modify

* zh-translation: docs/ops/configuration/traffic-management/protocol-selection/index.md modify

* zh-translation:/docs/setup/upgrade/canary (#9196)

* zh-translation/docs/setup/upgrade/canary init

* test git pod commont

* 翻译整篇

* Ensure translated content doesn't include references to English content

* fix

* titile add EN desc..

* zh-translation: docs/setup/platform-setup/MicroK8s/index.md (#9282)

* zh-translation: docs/setup/platform-setup/MicroK8s/index.md

* zh-translation: docs/setup/platform-setup/MicroK8s/index.md modify

* zh translation: faq/security/secure-ingress.md (#9270)

* zh translation: faq/security/secure-ingress.md

Signed-off-by: zc <ce.zheng@daocloud.io>

* fix zh reference

Signed-off-by: zc <ce.zheng@daocloud.io>

Co-authored-by: zc <ce.zheng@daocloud.io>

* zh-translation: /docs/ops/best-practices/observability/#using-prometheus-for-production-scale-monitoring (#9271)

* trans it

* fix some error

* Update content/zh/docs/ops/integrations/prometheus/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* Update index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* zh-translation: docs/setup/platform-setup/kops/index.md (#9275)

* zh-translation: docs/setup/platform-setup/kops/index.md

* zh-translation: docs/setup/platform-setup/kops/index.md modify

* Update content/zh/docs/setup/platform-setup/kops/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* zh-translation: /zh/docs/setup/upgrade/gateways/index.md (#9234)

* trans it

* fix some error

* fix some error

* Update index.md

* zh-translation: /docs/ops/configration/_index.md (#9264)

* zh-translation/docs/ops/integrations/zipkin/index.md content/zh/docs/… (#9258)

* zh-translation/docs/ops/integrations/zipkin/index.md

* reformat zipkin index.md doc

* reformat index.md doc

* add title id

* resolve format

* zh-translation: docs/ops/integrations/jaeger/index.md (#9274)

* zh-translation: docs/ops/integrations/jaeger/index.md

* zh-translation: docs/ops/integrations/jaeger/index.md modify

* zh-translation: docs/ops/integrations/jaeger/index.md modify

* zh-translation: docs/ops/integrations/jaeger/index.md modify

* zh-translation: docs/ops/integrations/jaeger/index.md modify

* zh-translation: docs/ops/integrations/jaeger/index.md modify

* zh-translation: docs/ops/integrations/jaeger/index.md modify

* zh-translation: docs/ops/integrations/jaeger/index.md modify

* Update content/zh/docs/ops/integrations/jaeger/index.md

* Update content/zh/docs/ops/integrations/jaeger/index.md

Co-authored-by: MXuDong <xudong.meng@daocloud.io>

* zh-translation:content/zh/docs/ops/integrations/grafana/index.md (#9257)

* zh-translation:content/zh/docs/ops/integrations/grafana/index.md

* reformat grafana index.md doc

* reformat index.md doc

* reformat doc for trailing space

* add title id

* resolve method subtitle

* zh-translation: docs/setup/platform-setup/oci/index.md (#9283)

* Update redirects to redirect .html links to /latest (#9288)

* zh-translation: content/zh/docs/ops/common-problems/validation/index.md (#9286)

* Update index.html with latest allowOrigins: (#8791)

Fix issue: https://discuss.istio.io/t/configuring-cors/7458/6

* zh translation: faq/security/mysql-with-mtls.md (#9268)

* zh translation: faq/security/mysql-with-mtls.md

Signed-off-by: zc <ce.zheng@daocloud.io>

* fix zh reference

Signed-off-by: zc <ce.zheng@daocloud.io>

* fix

Signed-off-by: zc <ce.zheng@daocloud.io>

Co-authored-by: zc <ce.zheng@daocloud.io>

* zh-translation: docs/setup/platform-setup/gke/index.md (#9284)

* zh-translation: docs/setup/platform-setup/gke/index.md

* zh-translation: docs/setup/platform-setup/gke/index.md modify

* Update content/zh/docs/setup/platform-setup/gke/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* Update content/zh/docs/setup/platform-setup/gke/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* zh-translation: docs/setup/platform-setup/gke/index.md modify

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* zh-translation: /zh/docs/ops/integrations/kiali/index.md (#9266)

* trans it

* Update content/zh/docs/ops/integrations/kiali/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* Update content/zh/docs/ops/integrations/kiali/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* Update index.md

* Update content/zh/docs/ops/integrations/kiali/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* fix some error

* Update content/zh/docs/ops/integrations/kiali/index.md

Co-authored-by: orangegzx <zuxia.ge@daocloud.io>

* Update content/zh/docs/ops/integrations/kiali/index.md

Co-authored-by: orangegzx <zuxia.ge@daocloud.io>

Co-authored-by: Kebe <kebe.liu@daocloud.io>
Co-authored-by: orangegzx <zuxia.ge@daocloud.io>

* zh-translation: docs/setup/platform-setup/gardener/index.md (#9294)

* zh-translation/docs/reference/config/proxy_extensions/wasm_telemetry/index.md (#9285)

* translation wasm_tememetry doc

* update wasm_telemetry/index.md file

* refine wasm_tememetry doc

* remove file in path : content/zh/docs/ops/configuration/security/root-transition/index.md (#9298)

* zh-translation: content/zh/docs/setup/install/multicluster/primary-remote (#9233)

* zh-translation: content/zh/docs/setup/install/multicluster/primary-remote

Signed-off-by: nicole-lihui <hui.li-iog@daocloud.io>

* fix API Server and remove multi-cluster-with-metallb.md

* professional vocabulary capitalization

* apply rate-limit-service.yaml from samples, when you try rate-limit task (#9265)

* apply rate-limit-service.yaml from samples, when you try rate-limit task

* Update content/en/docs/tasks/policy-enforcement/rate-limit/index.md

Co-authored-by: Pengyuan Bian <bianpengyuan@google.com>

Co-authored-by: Pengyuan Bian <bianpengyuan@google.com>

* zh-translation: cleanup faq/mixer (#9311)

* Cleanup content/zh/docs/tasks/policy-enforcement (#9312)

* Cleanup docs/reference/config/telemetry (#9313)

* zh-translation: docs/setup/platform-setup/alicloud/index.md (#9296)

* zh-translation: docs/setup/platform-setup/alicloud/index.md

* Update content/zh/docs/setup/platform-setup/alicloud/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* Add owner and test section in header for all contents (#9316)

* zh-translation/docs/ops/configuration/mesh/config-resource-ready (#9279)

* translation doc

* Update content/zh/docs/ops/configuration/mesh/config-resource-ready/index.md

* refine config-resource-ready doc

* modify config-resource-ready doc

* zh-translation:content/zh/docs/reference/config/metrics/index.md (#9304)

* zh-translation:content/zh/docs/reference/config/metrics/index.md

* Update content/zh/docs/reference/config/metrics/index.md

Co-authored-by: orangegzx <zuxia.ge@daocloud.io>

* Update content/zh/docs/reference/config/metrics/index.md

Co-authored-by: MXuDong <xudong.meng@daocloud.io>

* Update content/zh/docs/reference/config/metrics/index.md

update label

Co-authored-by: MXuDong <xudong.meng@daocloud.io>

* Update content/zh/docs/reference/config/metrics/index.md

Co-authored-by: MXuDong <xudong.meng@daocloud.io>

* update lint

* update aliases english reference to chinese

* change spelling error

* update colon to chinese

* update some contents after reviewing

Co-authored-by: orangegzx <zuxia.ge@daocloud.io>
Co-authored-by: MXuDong <xudong.meng@daocloud.io>

* zh-translation: docs/ops/configuration/mesh/webhook/index.md (#9314)

* zh-translation: docs/setup/getting-started/index.md (#9329)

* zh-translation:docs/tasks/observability/distributed-tracing/overview/index.md (#9320)

* zh-translation: add two new Chinese translation files in tasks sub folder about docs. (#9336)

* zh-translation: content/zh/docs/ops/configuration/telemetry/envoy-stats (#9305)

* zh-translation: content/zh/docs/ops/configuration/telemetry/envoy-stats

Signed-off-by: nicole-lihui <hui.li-iog@daocloud.io>

* Update content/zh/docs/ops/configuration/telemetry/envoy-stats/index.md

Co-authored-by: orangegzx <zuxia.ge@daocloud.io>

* add canary link

* fix 网关 to Gateway

Co-authored-by: orangegzx <zuxia.ge@daocloud.io>

* zh-translation: zh/docs/ops/configuration/traffic-management/dns-proxy (#9306)

* zh-translation: zh/docs/ops/configuration/traffic-management/dns-proxy

Signed-off-by: nicole-lihui <hui.li-iog@daocloud.io>

* fix spelling errors

* Update content/zh/docs/ops/configuration/traffic-management/dns-proxy/index.md

Co-authored-by: orangegzx <zuxia.ge@daocloud.io>

* Update content/zh/docs/ops/configuration/traffic-management/dns-proxy/index.md

Co-authored-by: orangegzx <zuxia.ge@daocloud.io>

* Update content/zh/docs/ops/configuration/traffic-management/dns-proxy/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* update translation: address-auto-allocation

Co-authored-by: orangegzx <zuxia.ge@daocloud.io>
Co-authored-by: Kebe <kebe.liu@daocloud.io>

* zh-translation: docs/setup/platform-setup/_index.md (#9331)

* zh-translation: docs/tasks/observability/distributed-tracing/jaeger/index.md (#9342)

* zh-translation: docs/tasks/security/authorization/authz-jwt/index.md (#9333)

* New: Add Splunk as customer (#9328)

* New: Add Splunk as customer

* Fix alt

* Add zh version

* Fix order

* Update the doc about how to setup on Alibaba Cloud (#9263)

* Update the doc about how to setup on Alibaba Cloud

* Update the doc about how to setup on Alibaba Cloud

* Update the doc about how to setup on Alibaba Cloud  fix bug

* Rename Service APIs to Gateway API (#9347)

* Rename Service APIs to Gateway API

* update alias

Co-authored-by: craigbox <craigbox@google.com>

* fix missing url

Co-authored-by: craigbox <craigbox@google.com>

* Wildcard configuration for arbitrary domains with non root user (#9350)

* Wildcard configuration with non root user

* Generate snips.sh for wildcard-egress-hosts

* Automator: update istio.io@ reference docs (#9281)

* zh-translation:/docs/reference/config/config-status/index.md (#9301)

* zh-translation:/docs/reference/config/config-status/index.md

* update english reference to chinese /zh/ reference

* update lint,add anchor,update changes after reviewing

* remove Spaces inside link text

* remove tail extra content

* update lint,change anchor format

* update anchor lint

* zh-translation: docs/tasks/traffic-management/traffic-shifting/index.md (#9361)

* Remove the Multicluster labels section (#9349)

* remove oc adm privileged policy as it's not needed any more (#9053)

* remove oc adm policy as it's not needed any more

* add anyuid group back into documentation

* remove anyuid header reference

* Update istio test ref - fix timeout failures? (#9325)

* Update istio test ref - fix timeout failures?

* Go back to figure out why ext cp setup is failing (samples not starting)

* Again including #31560

* After 31561

* Past #31410

* test ref sha=688973e58828ffbcff2ccd9eeab41a12527c217a

* test ref 9d5ba69765 #31401

* Update test ref to latest istio and change 504/408 for egress test

* Update to get around quay.io outage

* Use consistent quoting in API examples (#9373)

This matches istio/api examples and all Kubernetes best practices. This
quoting sets a bad precedent that is copy and pasted around the web.

* Fix lint URL (#9367)

* Fix lint URL

* Update lint_site.sh

* no longer latest (or greatest)

* Automator: update istio.io@ reference docs (#9378)

* zh-translation: zh/docs/examples/microservices-istio/enable-istio-all-microservices  (#9130)

* zh-translation: zh/docs/examples/microservices-istio/enable-istio-all-microservices

Signed-off-by: nicole-lihui <hui.li-iog@daocloud.io>

* update title

* zh-translation update

* fix en link to zh link and Pods to Pod

* fix sort line number and 你 to 您

* fix 边车 to Sidecar

* fix end enter line

* fix semantic is not clear

* zh-translation: docs/setup/platform-setup/openshift/index.md (#9293)

* zh-translation: docs/setup/platform-setup/openshift/index.md

* Update content/zh/docs/setup/platform-setup/openshift/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* fixed

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* zh-translation:content/zh/docs/tasks/_index.md (#9365)

* zh-translation:content/zh/docs/tasks/_index.md

* zh-translation: content/zh/docs/tasks/security/authentication/auto-mtls|https-overlay

* zh-translation: docs/ops/integrations/certmanager/index.md (#9370)

* zh-translation: docs/ops/integrations/certmanager/index.md

* Update index.md

* zh-translation: docs/tasks/security/authorization/authz-http/index.md (#9371)

* zh-translation: docs/tasks/security/cert-management/dns-cert/index.md (#9360)

* zh-translation: docs/tasks/security/cert-management/dns-cert/index.md

* modify

* modify

* [ImgBot] Optimize images (#8936)

*Total -- 14,394.39kb -> 12,877.57kb (10.54%)

/archive/v1.6/blog/2020/mosn-proxy/mosn-arch.png -- 29.12kb -> 14.35kb (50.71%)
/archive/v1.6/docs/tasks/observability/metrics/querying-metrics/prometheus_query_result.png -- 191.94kb -> 117.14kb (38.97%)
/archive/v1.8/blog/2020/show-source-ip/aws-proxy-protocol.png -- 584.51kb -> 380.46kb (34.91%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-wiz2-ratings-service-action-menu.png -- 114.91kb -> 77.47kb (32.58%)
/archive/v1.6/zh/docs/setup/getting-started/kiali-example2.png -- 262.82kb -> 177.91kb (32.31%)
/archive/v1.6/docs/setup/getting-started/kiali-example2.png -- 262.82kb -> 177.91kb (32.31%)
/archive/v1.6/blog/2020/deploy-wasm-declarative/how-it-works.png -- 117.95kb -> 81.33kb (31.04%)
/archive/v1.6/zh/blog/2020/deploy-wasm-declarative/how-it-works.png -- 117.95kb -> 81.33kb (31.04%)
/archive/v1.6/about/community/customers/tuya.png -- 15.99kb -> 11.10kb (30.57%)
/archive/v1.6/zh/about/community/customers/tuya.png -- 15.99kb -> 11.10kb (30.57%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-wiz1-graph-ratings-percent.png -- 69.02kb -> 48.90kb (29.15%)
/archive/v1.6/docs/tasks/observability/distributed-tracing/lightstep/istio-explorer.png -- 598.16kb -> 434.01kb (27.44%)
/archive/v1.6/zh/docs/tasks/observability/distributed-tracing/lightstep/istio-explorer.png -- 598.16kb -> 434.01kb (27.44%)
/archive/v1.6/docs/tasks/observability/distributed-tracing/lightstep/istio-services.png -- 372.11kb -> 273.16kb (26.59%)
/archive/v1.6/zh/docs/tasks/observability/distributed-tracing/lightstep/istio-services.png -- 372.11kb -> 273.16kb (26.59%)
/archive/v1.6/about/community/partners/tetrate.png -- 97.29kb -> 74.58kb (23.34%)
/archive/v1.6/zh/about/community/partners/tetrate.png -- 97.29kb -> 74.58kb (23.34%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-istioconfig1-tooltip.png -- 76.28kb -> 58.54kb (23.26%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-istioconfig3-details-yaml1.png -- 85.27kb -> 65.82kb (22.82%)
/archive/v1.6/about/community/partners/portshift.png -- 3.16kb -> 2.46kb (22.12%)
/archive/v1.6/zh/about/community/partners/portshift.png -- 3.16kb -> 2.46kb (22.12%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-validate1-list.png -- 77.38kb -> 60.43kb (21.9%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-istioconfig0-errormsgs.png -- 101.91kb -> 79.96kb (21.54%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-istioconfig3-details-yaml2.png -- 90.03kb -> 70.81kb (21.35%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-istioconfig3-details-yaml3.png -- 89.28kb -> 70.36kb (21.19%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-wiz0-graph-options.png -- 82.54kb -> 65.34kb (20.83%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-validate3-ok.png -- 86.71kb -> 68.68kb (20.8%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-validate2-errormsg.png -- 53.18kb -> 42.43kb (20.22%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-overview.png -- 47.47kb -> 38.13kb (19.68%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-istioconfig2-details-errormsgs.png -- 85.37kb -> 68.63kb (19.61%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-graph.png -- 119.75kb -> 98.10kb (18.08%)
/content/zh/about/community/customers/liulishuo.svg -- 8.70kb -> 7.40kb (14.86%)
/content/en/about/community/customers/liulishuo.svg -- 8.70kb -> 7.40kb (14.86%)
/content/en/docs/setup/platform-setup/huaweicloud/create-cluster.png -- 80.65kb -> 70.18kb (12.98%)
/content/en/docs/setup/platform-setup/huaweicloud/create-node.png -- 72.95kb -> 63.61kb (12.79%)
/content/en/blog/2021/istiocon-2021-program/istiocon-program.png -- 591.18kb -> 515.83kb (12.74%)
/archive/v1.6/blog/2020/workload-entry/workload-entry-final.svg -- 3.61kb -> 3.27kb (9.34%)
/archive/v1.6/blog/2020/workload-entry/workload-entry-first-example.svg -- 3.86kb -> 3.53kb (8.46%)
/archive/v1.8/blog/2020/istiocon-2021/istioconlogo.jpg -- 80.19kb -> 75.10kb (6.35%)
/content/zh/about/community/customers/splunk.png -- 38.93kb -> 36.55kb (6.13%)
/content/en/about/community/customers/splunk.png -- 38.93kb -> 36.55kb (6.13%)
/archive/v1.8/about/community/join/governance.svg -- 1.01kb -> 0.96kb (5.77%)
/archive/v1.8/zh/about/community/join/governance.svg -- 1.01kb -> 0.96kb (5.77%)
/archive/v1.6/about/community/partners/signalsciences.svg -- 9.81kb -> 9.58kb (2.37%)
/archive/v1.6/zh/about/community/partners/signalsciences.svg -- 9.81kb -> 9.58kb (2.37%)
/archive/v1.6/docs/ops/configuration/telemetry/monitoring-multicluster-prometheus/in-mesh-production-prometheus.svg -- 141.09kb -> 138.61kb (1.76%)
/archive/v1.6/docs/ops/configuration/telemetry/monitoring-multicluster-prometheus/external-production-prometheus.svg -- 161.00kb -> 158.40kb (1.62%)
/content/en/docs/ops/deployment/vm-architecture/single-network.svg -- 86.04kb -> 84.73kb (1.52%)
/content/en/docs/ops/deployment/vm-architecture/multi-network.svg -- 92.38kb -> 91.18kb (1.31%)
/archive/v1.6/docs/ops/best-practices/observability/production-prometheus.svg -- 132.91kb -> 131.50kb (1.06%)
/archive/v1.8/docs/setup/install/multicluster/primary-remote/arch.svg -- 86.51kb -> 85.72kb (0.91%)
/archive/v1.8/docs/setup/install/multicluster/multi-primary/arch.svg -- 94.20kb -> 93.39kb (0.86%)
/archive/v1.8/docs/setup/install/multicluster/primary-remote_multi-network/arch.svg -- 100.69kb -> 99.87kb (0.82%)
/content/en/docs/setup/additional-setup/external-controlplane/external-multicluster.svg -- 101.71kb -> 100.92kb (0.77%)
/content/en/blog/2021/better-external-authz/external_authz.svg -- 158.18kb -> 156.99kb (0.75%)
/archive/v1.8/docs/setup/install/multicluster/multi-primary_multi-network/arch.svg -- 114.25kb -> 113.39kb (0.75%)
/content/en/docs/setup/additional-setup/external-controlplane/external-controlplane.svg -- 75.22kb -> 74.76kb (0.62%)
/archive/v1.8/docs/setup/additional-setup/external-controlplane/external-controlplane.svg -- 75.23kb -> 74.76kb (0.62%)
/archive/v1.6/zh/blog/2020/tradewinds-2020/architecture-post-istiod.svg -- 169.81kb -> 169.00kb (0.48%)
/archive/v1.8/docs/ops/configuration/traffic-management/tls-configuration/sidecar-connections.svg -- 75.19kb -> 74.98kb (0.28%)
/content/en/docs/ops/deployment/vm-architecture/service-selector.svg -- 44.85kb -> 44.73kb (0.27%)
/archive/v1.8/docs/ops/configuration/traffic-management/tls-configuration/gateway-connections.svg -- 62.80kb -> 62.65kb (0.25%)
/archive/v1.6/zh/blog/2020/tradewinds-2020/architecture-pre-istiod.svg -- 607.59kb -> 606.27kb (0.22%)
/archive/v1.6/docs/ops/deployment/architecture/arch.svg -- 11.68kb -> 11.65kb (0.22%)
/archive/v1.6/zh/docs/ops/deployment/architecture/arch.svg -- 11.68kb -> 11.65kb (0.22%)
/content/en/blog/2021/wasm-progress/architecture-istio-agent-downloading-wasm-module.svg -- 105.55kb -> 105.32kb (0.22%)
/archive/v1.8/blog/2020/proxying-legacy-services-using-egress-gateways/proxying-legacy-services-using-egress-gateways-authz.svg -- 292.47kb -> 291.89kb (0.2%)
/archive/v1.8/blog/2020/proxying-legacy-services-using-egress-gateways/proxying-legacy-services-using-egress-gateways-communication.svg -- 285.72kb -> 285.22kb (0.17%)
/archive/v1.6/blog/2020/alb-ingress-gateway-iks/alb-ingress-gateway.svg -- 364.92kb -> 364.35kb (0.15%)
/archive/v1.6/img/icons.svg -- 95.54kb -> 95.40kb (0.15%)
/archive/v1.8/img/icons.svg -- 96.09kb -> 95.95kb (0.15%)
/archive/v1.6/about/contribute/remove-content/remove-documentation.svg -- 149.34kb -> 149.13kb (0.15%)
/archive/v1.8/blog/2020/proxying-legacy-services-using-egress-gateways/proxying-legacy-services-using-egress-gateways-overview.svg -- 311.40kb -> 310.99kb (0.13%)
/archive/v1.6/docs/concepts/wasm/extending.svg -- 175.72kb -> 175.52kb (0.11%)
/archive/v1.6/zh/docs/concepts/wasm/extending.svg -- 175.72kb -> 175.52kb (0.11%)
/archive/v1.6/docs/ops/deployment/performance-and-scalability/latency_p90_fortio.svg -- 223.34kb -> 223.17kb (0.07%)
/archive/v1.6/zh/docs/ops/deployment/performance-and-scalability/latency_p90_fortio.svg -- 223.34kb -> 223.17kb (0.07%)
/archive/v1.6/docs/ops/deployment/performance-and-scalability/latency_p99_fortio.svg -- 232.07kb -> 231.90kb (0.07%)
/archive/v1.6/zh/docs/ops/deployment/performance-and-scalability/latency_p99_fortio.svg -- 232.07kb -> 231.90kb (0.07%)
/archive/v1.8/zh/docs/ops/deployment/performance-and-scalability/latency_p90_fortio_with_jitter.svg -- 333.49kb -> 333.33kb (0.05%)
/archive/v1.8/docs/ops/deployment/performance-and-scalability/latency_p90_fortio_with_jitter.svg -- 333.49kb -> 333.33kb (0.05%)
/archive/v1.8/zh/docs/ops/deployment/performance-and-scalability/latency_p90_fortio_without_jitter.svg -- 398.86kb -> 398.69kb (0.04%)
/archive/v1.8/docs/ops/deployment/performance-and-scalability/latency_p90_fortio_without_jitter.svg -- 398.86kb -> 398.69kb (0.04%)
/archive/v1.8/docs/ops/deployment/performance-and-scalability/latency_p99_fortio_without_jitter.svg -- 418.98kb -> 418.81kb (0.04%)
/archive/v1.8/zh/docs/ops/deployment/performance-and-scalability/latency_p99_fortio_without_jitter.svg -- 418.98kb -> 418.81kb (0.04%)
/archive/v1.8/docs/ops/deployment/performance-and-scalability/latency_p99_fortio_with_jitter.svg -- 428.26kb -> 428.09kb (0.04%)
/archive/v1.8/zh/docs/ops/deployment/performance-and-scalability/latency_p99_fortio_with_jitter.svg -- 428.26kb -> 428.09kb (0.04%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>

Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>

* Update kube version in description to align with cmd (#9384)

* update security doc with evaluation order, common patterns, shoter task names and some small updates (#9127)

* update security doc with evaluation order, common patterns, shoter task names and some small updates

* update

* update

* add link

* update

* update

* fix lint

* Apply suggestions from code review

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* update

* Apply suggestions from code review

Co-authored-by: John Howard <howardjohn@google.com>

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
Co-authored-by: John Howard <howardjohn@google.com>

* Add revision tag documentation to canary upgrade docs (#9376)

* Reconcile feature status with https://github.com/istio/community/edit/master/FEATURE-LIFECYCLE.md (#8903)

* Reconsole istio/community feature lifecycle with istio.io feature stages

* Fix .spelling

* Remove phases from parentheses

* spelling error

* Add info about SNI routing (#9276)

* Add info about SNI routing

* Apply suggestions from code review

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* add to common problems

* address comments

* fix lint

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Bump to latest istio (#9356)

* Bump to latest istio

* fix snip

* change templates

* fix sed magic

* fix bug

* add back vwh configmap

* Adding destination rules part to the tip section in "bookinfo" page (#9230)

* revise author info to pass google cla

* revise the tip content in bookinfo page

* run make gen

* Update content/en/docs/examples/bookinfo/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* Clarify egress TLS rules apply to gateway (#9389)

* Publish 1.9.2 (#9374)

* Publish 1.9.2

* Add changes

* Fix linting issues

* Update content/en/news/releases/1.9.x/announcing-1.9.2/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* Update content/en/news/releases/1.9.x/announcing-1.9.2/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* Update content/en/news/releases/1.9.x/announcing-1.9.2/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* Update release date for 1.9.2

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* Fix misuses of "rollback" and "rollout" as verbs. (#9395)

Co-authored-by: Daniel Barclay <dsbos@users.noreply.github.com>

Co-authored-by: John Howard <howardjohn@google.com>
Co-authored-by: Ram Vennam <rvennam@us.ibm.com>
Co-authored-by: Istio Automation <istio-testing-bot@google.com>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
Co-authored-by: Lin Sun <lin.sun@solo.io>
Co-authored-by: Sam Naser <samnaser@google.com>
Co-authored-by: jacob-delgado <jacob.delgado@volunteers.acasi.info>
Co-authored-by: Pengyuan Bian <bianpengyuan@google.com>
Co-authored-by: Joshua Blatt <jblatt@google.com>
Co-authored-by: Oliver Liu <yonggangl@google.com>
Co-authored-by: Zhonghu Xu <xuzhonghu@huawei.com>
Co-authored-by: Yangmin Zhu <ymzhu@google.com>
Co-authored-by: dsm-dc <79909420+dsm-dc@users.noreply.github.com>
Co-authored-by: Kebe <mail@kebe7jun.com>
Co-authored-by: 沧海 <lxd5866@gmail.com>
Co-authored-by: Shiming Zhang <wzshiming@foxmail.com>
Co-authored-by: Ruil1n <ruilin911@outlook.com>
Co-authored-by: Shamsher Ansari <shaansar@redhat.com>
Co-authored-by: MXuDong <34544445+MXuDong@users.noreply.github.com>
Co-authored-by: Sven Mawson <sven@google.com>
Co-authored-by: Eli Fabens <elifab@gmail.com>
Co-authored-by: Zack Zhang <zhangkaiamm@gmail.com>
Co-authored-by: Gregory Hanson <gihanson@us.ibm.com>
Co-authored-by: Nicole Li <hui.li-iog@daocloud.io>
Co-authored-by: scwang18 <45680124+scwang18@users.noreply.github.com>
Co-authored-by: Yukun Cao <caoyukunk9999@126.com>
Co-authored-by: Kebe <kebe.liu@daocloud.io>
Co-authored-by: orangegzx <zuxia.ge@daocloud.io>
Co-authored-by: StruggleYang <15717164627@163.com>
Co-authored-by: Alan Cha <ac3805@columbia.edu>
Co-authored-by: 凡梦星尘 <elkan1788@gmail.com>
Co-authored-by: youhonglian <honglian.you@daocloud.io>
Co-authored-by: youhonglian <994312463@qq.com>
Co-authored-by: Mathieu Hinderyckx <mathieu.hinderyckx@gmail.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: zc <zc2638@qq.com>
Co-authored-by: zc <ce.zheng@daocloud.io>
Co-authored-by: MXuDong <xudong.meng@daocloud.io>
Co-authored-by: Simon Zhao <36882380+zhaosimon@users.noreply.github.com>
Co-authored-by: k-9527 <lujun.song@daocloud.io>
Co-authored-by: davidhauck <david_hauck40@yahoo.com>
Co-authored-by: John Zheng <johnzhengaz@gmail.com>
Co-authored-by: Jacky <51350707+dapengJacky@users.noreply.github.com>
Co-authored-by: LongLong <526102465@qq.com>
Co-authored-by: Bernard Van De Walle <bernard@bvandewa.com>
Co-authored-by: Xi Ning Wang <osswangxining@163.com>
Co-authored-by: Meng Wang <wangmeng926@gmail.com>
Co-authored-by: ceastman-ibm <ceastman@us.ibm.com>
Co-authored-by: mrshengzyzy <shengzheng01@inspur.com>
Co-authored-by: imgbot[bot] <31301654+imgbot[bot]@users.noreply.github.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: Meng Wang <wangmeng@cn.ibm.com>
Co-authored-by: Xiaopeng Han <hanxiaop8@outlook.com>
Co-authored-by: Daniel Barclay <dsbos@users.noreply.github.com>

* Remove dupe paragraph

* fix old merge conflict

Co-authored-by: Bartosz Wojcicki <wojcicki.bartosz94@gmail.com>
Co-authored-by: agatastpa <agatastpa@gmail.com>
Co-authored-by: craigbox <craigbox@google.com>
Co-authored-by: davidhauck <david_hauck40@yahoo.com>
Co-authored-by: John Howard <howardjohn@google.com>
Co-authored-by: Ram Vennam <rvennam@us.ibm.com>
Co-authored-by: Istio Automation <istio-testing-bot@google.com>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
Co-authored-by: Lin Sun <lin.sun@solo.io>
Co-authored-by: Sam Naser <samnaser@google.com>
Co-authored-by: jacob-delgado <jacob.delgado@volunteers.acasi.info>
Co-authored-by: Pengyuan Bian <bianpengyuan@google.com>
Co-authored-by: Joshua Blatt <jblatt@google.com>
Co-authored-by: Oliver Liu <yonggangl@google.com>
Co-authored-by: Zhonghu Xu <xuzhonghu@huawei.com>
Co-authored-by: Yangmin Zhu <ymzhu@google.com>
Co-authored-by: dsm-dc <79909420+dsm-dc@users.noreply.github.com>
Co-authored-by: Kebe <mail@kebe7jun.com>
Co-authored-by: 沧海 <lxd5866@gmail.com>
Co-authored-by: Shiming Zhang <wzshiming@foxmail.com>
Co-authored-by: Ruil1n <ruilin911@outlook.com>
Co-authored-by: Shamsher Ansari <shaansar@redhat.com>
Co-authored-by: MXuDong <34544445+MXuDong@users.noreply.github.com>
Co-authored-by: Sven Mawson <sven@google.com>
Co-authored-by: Eli Fabens <elifab@gmail.com>
Co-authored-by: Zack Zhang <zhangkaiamm@gmail.com>
Co-authored-by: Gregory Hanson <gihanson@us.ibm.com>
Co-authored-by: Nicole Li <hui.li-iog@daocloud.io>
Co-authored-by: scwang18 <45680124+scwang18@users.noreply.github.com>
Co-authored-by: Yukun Cao <caoyukunk9999@126.com>
Co-authored-by: Kebe <kebe.liu@daocloud.io>
Co-authored-by: orangegzx <zuxia.ge@daocloud.io>
Co-authored-by: StruggleYang <15717164627@163.com>
Co-authored-by: Alan Cha <ac3805@columbia.edu>
Co-authored-by: 凡梦星尘 <elkan1788@gmail.com>
Co-authored-by: youhonglian <honglian.you@daocloud.io>
Co-authored-by: youhonglian <994312463@qq.com>
Co-authored-by: Mathieu Hinderyckx <mathieu.hinderyckx@gmail.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: zc <zc2638@qq.com>
Co-authored-by: zc <ce.zheng@daocloud.io>
Co-authored-by: MXuDong <xudong.meng@daocloud.io>
Co-authored-by: Simon Zhao <36882380+zhaosimon@users.noreply.github.com>
Co-authored-by: k-9527 <lujun.song@daocloud.io>
Co-authored-by: John Zheng <johnzhengaz@gmail.com>
Co-authored-by: Jacky <51350707+dapengJacky@users.noreply.github.com>
Co-authored-by: LongLong <526102465@qq.com>
Co-authored-by: Bernard Van De Walle <bernard@bvandewa.com>
Co-authored-by: Xi Ning Wang <osswangxining@163.com>
Co-authored-by: Meng Wang <wangmeng926@gmail.com>
Co-authored-by: ceastman-ibm <ceastman@us.ibm.com>
Co-authored-by: mrshengzyzy <shengzheng01@inspur.com>
Co-authored-by: imgbot[bot] <31301654+imgbot[bot]@users.noreply.github.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: Meng Wang <wangmeng@cn.ibm.com>
Co-authored-by: Xiaopeng Han <hanxiaop8@outlook.com>
Co-authored-by: Daniel Barclay <dsbos@users.noreply.github.com>
Co-authored-by: Craig Box <craig.box@gmail.com>
2021-03-29 15:05:52 -07:00
John Howard 3be5f27e31
Clarify egress TLS rules apply to gateway (#9389) 2021-03-25 07:41:52 -07:00
John Howard 984dbf0e01
Add info about SNI routing (#9276)
* Add info about SNI routing

* Apply suggestions from code review

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* add to common problems

* address comments

* fix lint

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2021-03-24 16:19:29 -07:00
Yangmin Zhu 85a6002789
update security doc with evaluation order, common patterns, shoter task names and some small updates (#9127)
* update security doc with evaluation order, common patterns, shoter task names and some small updates

* update

* update

* add link

* update

* update

* fix lint

* Apply suggestions from code review

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* update

* Apply suggestions from code review

Co-authored-by: John Howard <howardjohn@google.com>

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
Co-authored-by: John Howard <howardjohn@google.com>
2021-03-24 09:16:41 -07:00
imgbot[bot] e2c78bcc41
[ImgBot] Optimize images (#8936)
*Total -- 14,394.39kb -> 12,877.57kb (10.54%)

/archive/v1.6/blog/2020/mosn-proxy/mosn-arch.png -- 29.12kb -> 14.35kb (50.71%)
/archive/v1.6/docs/tasks/observability/metrics/querying-metrics/prometheus_query_result.png -- 191.94kb -> 117.14kb (38.97%)
/archive/v1.8/blog/2020/show-source-ip/aws-proxy-protocol.png -- 584.51kb -> 380.46kb (34.91%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-wiz2-ratings-service-action-menu.png -- 114.91kb -> 77.47kb (32.58%)
/archive/v1.6/zh/docs/setup/getting-started/kiali-example2.png -- 262.82kb -> 177.91kb (32.31%)
/archive/v1.6/docs/setup/getting-started/kiali-example2.png -- 262.82kb -> 177.91kb (32.31%)
/archive/v1.6/blog/2020/deploy-wasm-declarative/how-it-works.png -- 117.95kb -> 81.33kb (31.04%)
/archive/v1.6/zh/blog/2020/deploy-wasm-declarative/how-it-works.png -- 117.95kb -> 81.33kb (31.04%)
/archive/v1.6/about/community/customers/tuya.png -- 15.99kb -> 11.10kb (30.57%)
/archive/v1.6/zh/about/community/customers/tuya.png -- 15.99kb -> 11.10kb (30.57%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-wiz1-graph-ratings-percent.png -- 69.02kb -> 48.90kb (29.15%)
/archive/v1.6/docs/tasks/observability/distributed-tracing/lightstep/istio-explorer.png -- 598.16kb -> 434.01kb (27.44%)
/archive/v1.6/zh/docs/tasks/observability/distributed-tracing/lightstep/istio-explorer.png -- 598.16kb -> 434.01kb (27.44%)
/archive/v1.6/docs/tasks/observability/distributed-tracing/lightstep/istio-services.png -- 372.11kb -> 273.16kb (26.59%)
/archive/v1.6/zh/docs/tasks/observability/distributed-tracing/lightstep/istio-services.png -- 372.11kb -> 273.16kb (26.59%)
/archive/v1.6/about/community/partners/tetrate.png -- 97.29kb -> 74.58kb (23.34%)
/archive/v1.6/zh/about/community/partners/tetrate.png -- 97.29kb -> 74.58kb (23.34%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-istioconfig1-tooltip.png -- 76.28kb -> 58.54kb (23.26%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-istioconfig3-details-yaml1.png -- 85.27kb -> 65.82kb (22.82%)
/archive/v1.6/about/community/partners/portshift.png -- 3.16kb -> 2.46kb (22.12%)
/archive/v1.6/zh/about/community/partners/portshift.png -- 3.16kb -> 2.46kb (22.12%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-validate1-list.png -- 77.38kb -> 60.43kb (21.9%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-istioconfig0-errormsgs.png -- 101.91kb -> 79.96kb (21.54%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-istioconfig3-details-yaml2.png -- 90.03kb -> 70.81kb (21.35%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-istioconfig3-details-yaml3.png -- 89.28kb -> 70.36kb (21.19%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-wiz0-graph-options.png -- 82.54kb -> 65.34kb (20.83%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-validate3-ok.png -- 86.71kb -> 68.68kb (20.8%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-validate2-errormsg.png -- 53.18kb -> 42.43kb (20.22%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-overview.png -- 47.47kb -> 38.13kb (19.68%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-istioconfig2-details-errormsgs.png -- 85.37kb -> 68.63kb (19.61%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-graph.png -- 119.75kb -> 98.10kb (18.08%)
/content/zh/about/community/customers/liulishuo.svg -- 8.70kb -> 7.40kb (14.86%)
/content/en/about/community/customers/liulishuo.svg -- 8.70kb -> 7.40kb (14.86%)
/content/en/docs/setup/platform-setup/huaweicloud/create-cluster.png -- 80.65kb -> 70.18kb (12.98%)
/content/en/docs/setup/platform-setup/huaweicloud/create-node.png -- 72.95kb -> 63.61kb (12.79%)
/content/en/blog/2021/istiocon-2021-program/istiocon-program.png -- 591.18kb -> 515.83kb (12.74%)
/archive/v1.6/blog/2020/workload-entry/workload-entry-final.svg -- 3.61kb -> 3.27kb (9.34%)
/archive/v1.6/blog/2020/workload-entry/workload-entry-first-example.svg -- 3.86kb -> 3.53kb (8.46%)
/archive/v1.8/blog/2020/istiocon-2021/istioconlogo.jpg -- 80.19kb -> 75.10kb (6.35%)
/content/zh/about/community/customers/splunk.png -- 38.93kb -> 36.55kb (6.13%)
/content/en/about/community/customers/splunk.png -- 38.93kb -> 36.55kb (6.13%)
/archive/v1.8/about/community/join/governance.svg -- 1.01kb -> 0.96kb (5.77%)
/archive/v1.8/zh/about/community/join/governance.svg -- 1.01kb -> 0.96kb (5.77%)
/archive/v1.6/about/community/partners/signalsciences.svg -- 9.81kb -> 9.58kb (2.37%)
/archive/v1.6/zh/about/community/partners/signalsciences.svg -- 9.81kb -> 9.58kb (2.37%)
/archive/v1.6/docs/ops/configuration/telemetry/monitoring-multicluster-prometheus/in-mesh-production-prometheus.svg -- 141.09kb -> 138.61kb (1.76%)
/archive/v1.6/docs/ops/configuration/telemetry/monitoring-multicluster-prometheus/external-production-prometheus.svg -- 161.00kb -> 158.40kb (1.62%)
/content/en/docs/ops/deployment/vm-architecture/single-network.svg -- 86.04kb -> 84.73kb (1.52%)
/content/en/docs/ops/deployment/vm-architecture/multi-network.svg -- 92.38kb -> 91.18kb (1.31%)
/archive/v1.6/docs/ops/best-practices/observability/production-prometheus.svg -- 132.91kb -> 131.50kb (1.06%)
/archive/v1.8/docs/setup/install/multicluster/primary-remote/arch.svg -- 86.51kb -> 85.72kb (0.91%)
/archive/v1.8/docs/setup/install/multicluster/multi-primary/arch.svg -- 94.20kb -> 93.39kb (0.86%)
/archive/v1.8/docs/setup/install/multicluster/primary-remote_multi-network/arch.svg -- 100.69kb -> 99.87kb (0.82%)
/content/en/docs/setup/additional-setup/external-controlplane/external-multicluster.svg -- 101.71kb -> 100.92kb (0.77%)
/content/en/blog/2021/better-external-authz/external_authz.svg -- 158.18kb -> 156.99kb (0.75%)
/archive/v1.8/docs/setup/install/multicluster/multi-primary_multi-network/arch.svg -- 114.25kb -> 113.39kb (0.75%)
/content/en/docs/setup/additional-setup/external-controlplane/external-controlplane.svg -- 75.22kb -> 74.76kb (0.62%)
/archive/v1.8/docs/setup/additional-setup/external-controlplane/external-controlplane.svg -- 75.23kb -> 74.76kb (0.62%)
/archive/v1.6/zh/blog/2020/tradewinds-2020/architecture-post-istiod.svg -- 169.81kb -> 169.00kb (0.48%)
/archive/v1.8/docs/ops/configuration/traffic-management/tls-configuration/sidecar-connections.svg -- 75.19kb -> 74.98kb (0.28%)
/content/en/docs/ops/deployment/vm-architecture/service-selector.svg -- 44.85kb -> 44.73kb (0.27%)
/archive/v1.8/docs/ops/configuration/traffic-management/tls-configuration/gateway-connections.svg -- 62.80kb -> 62.65kb (0.25%)
/archive/v1.6/zh/blog/2020/tradewinds-2020/architecture-pre-istiod.svg -- 607.59kb -> 606.27kb (0.22%)
/archive/v1.6/docs/ops/deployment/architecture/arch.svg -- 11.68kb -> 11.65kb (0.22%)
/archive/v1.6/zh/docs/ops/deployment/architecture/arch.svg -- 11.68kb -> 11.65kb (0.22%)
/content/en/blog/2021/wasm-progress/architecture-istio-agent-downloading-wasm-module.svg -- 105.55kb -> 105.32kb (0.22%)
/archive/v1.8/blog/2020/proxying-legacy-services-using-egress-gateways/proxying-legacy-services-using-egress-gateways-authz.svg -- 292.47kb -> 291.89kb (0.2%)
/archive/v1.8/blog/2020/proxying-legacy-services-using-egress-gateways/proxying-legacy-services-using-egress-gateways-communication.svg -- 285.72kb -> 285.22kb (0.17%)
/archive/v1.6/blog/2020/alb-ingress-gateway-iks/alb-ingress-gateway.svg -- 364.92kb -> 364.35kb (0.15%)
/archive/v1.6/img/icons.svg -- 95.54kb -> 95.40kb (0.15%)
/archive/v1.8/img/icons.svg -- 96.09kb -> 95.95kb (0.15%)
/archive/v1.6/about/contribute/remove-content/remove-documentation.svg -- 149.34kb -> 149.13kb (0.15%)
/archive/v1.8/blog/2020/proxying-legacy-services-using-egress-gateways/proxying-legacy-services-using-egress-gateways-overview.svg -- 311.40kb -> 310.99kb (0.13%)
/archive/v1.6/docs/concepts/wasm/extending.svg -- 175.72kb -> 175.52kb (0.11%)
/archive/v1.6/zh/docs/concepts/wasm/extending.svg -- 175.72kb -> 175.52kb (0.11%)
/archive/v1.6/docs/ops/deployment/performance-and-scalability/latency_p90_fortio.svg -- 223.34kb -> 223.17kb (0.07%)
/archive/v1.6/zh/docs/ops/deployment/performance-and-scalability/latency_p90_fortio.svg -- 223.34kb -> 223.17kb (0.07%)
/archive/v1.6/docs/ops/deployment/performance-and-scalability/latency_p99_fortio.svg -- 232.07kb -> 231.90kb (0.07%)
/archive/v1.6/zh/docs/ops/deployment/performance-and-scalability/latency_p99_fortio.svg -- 232.07kb -> 231.90kb (0.07%)
/archive/v1.8/zh/docs/ops/deployment/performance-and-scalability/latency_p90_fortio_with_jitter.svg -- 333.49kb -> 333.33kb (0.05%)
/archive/v1.8/docs/ops/deployment/performance-and-scalability/latency_p90_fortio_with_jitter.svg -- 333.49kb -> 333.33kb (0.05%)
/archive/v1.8/zh/docs/ops/deployment/performance-and-scalability/latency_p90_fortio_without_jitter.svg -- 398.86kb -> 398.69kb (0.04%)
/archive/v1.8/docs/ops/deployment/performance-and-scalability/latency_p90_fortio_without_jitter.svg -- 398.86kb -> 398.69kb (0.04%)
/archive/v1.8/docs/ops/deployment/performance-and-scalability/latency_p99_fortio_without_jitter.svg -- 418.98kb -> 418.81kb (0.04%)
/archive/v1.8/zh/docs/ops/deployment/performance-and-scalability/latency_p99_fortio_without_jitter.svg -- 418.98kb -> 418.81kb (0.04%)
/archive/v1.8/docs/ops/deployment/performance-and-scalability/latency_p99_fortio_with_jitter.svg -- 428.26kb -> 428.09kb (0.04%)
/archive/v1.8/zh/docs/ops/deployment/performance-and-scalability/latency_p99_fortio_with_jitter.svg -- 428.26kb -> 428.09kb (0.04%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>

Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-03-24 03:19:14 -07:00
John Howard 4396197f50
Use consistent quoting in API examples (#9373)
This matches istio/api examples and all Kubernetes best practices. This
quoting sets a bad precedent that is copy and pasted around the web.
2021-03-23 09:33:57 -07:00
Mathieu Hinderyckx 234a941523
Update query for new labels (#9202) 2021-03-15 11:48:09 -07:00
Eli Fabens 3c8939762c
Update Cert comparison command (#9152)
The diff was checking `CTX_CLUSTER1` against itself. In order to get the command to work, I also needed to pass the values as named pipes.
2021-03-09 11:31:50 -08:00
jacob-delgado 0421e0b8e5
Improve gateway topology documentation to be user-facing (#9090)
* Improve gateway topology documentation to be user-facing

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Ram Vennam <rvennam@us.ibm.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Ram Vennam <rvennam@us.ibm.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Ram Vennam <rvennam@us.ibm.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Ram Vennam <rvennam@us.ibm.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* 2nd revision

* Minor change

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* rulesets -> rule sets

* Fix grammar

* Neeraj's feedback

* Linting issue

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Sven Mawson <sven@google.com>

Co-authored-by: Ram Vennam <rvennam@us.ibm.com>
Co-authored-by: Sven Mawson <sven@google.com>
2021-03-09 05:41:41 -08:00
John Howard 09b2059f7b
Add suggested additions to security dock (#9068)
* Add suggested additions to security dock

* Update content/en/docs/ops/best-practices/security/index.md

Co-authored-by: Ram Vennam <rvennam@us.ibm.com>

Co-authored-by: Ram Vennam <rvennam@us.ibm.com>
2021-02-25 17:33:20 -08:00
Yangmin Zhu 3bfa8d0927
update authz troubleshoot common problems (#9043)
* update authz troubleshoot common problems

* update
2021-02-25 08:12:33 -08:00
John Howard 9887d6dc41
Add cross references to virtual machine docs (#8913)
* Add cross references to virtual machine docs

* Sven's suggestions

* Update content/en/docs/ops/diagnostic-tools/virtual-machines/index.md

Co-authored-by: Sven Mawson <sven@google.com>

Co-authored-by: Sven Mawson <sven@google.com>
2021-02-24 13:51:25 -08:00
John Howard 71d2e26624
Remove fixed limitation warning (#9034)
This issue no longer exists, I verified via the code and tested it myself as well.
2021-02-22 16:13:15 -08:00
Steven Landow ff20be809a
add a troubleshooting guide for multicluster (#8957)
* add a troubleshooting guide for multicluster

* fix meta

* fix meta

* address review comments

* shift weight

* rel link

* lint

* fix link

* hard to tell what our mdlint customizations are...

* fix mc guide link

* add more context to high-level issues

* cleanup phrasing
2021-02-22 15:38:39 -08:00
Radim Hrazdil 55ec6ea06a
Fix link to Configuration title (#9009)
Signed-off-by: Radim Hrazdil <rhrazdil@redhat.com>
2021-02-19 06:42:48 -08:00
Pengyuan Bian 4e7e25c922
Clarify Prometheus TLS settings. (#8962)
* Clarify Prometheus TLS settings.

* Update content/en/docs/ops/integrations/prometheus/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* Update content/en/docs/ops/integrations/prometheus/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* Update content/en/docs/ops/integrations/prometheus/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2021-02-17 13:00:12 -08:00
John Howard a557c85595
Add initial security best practices documentation (#8952) 2021-02-17 12:10:56 -08:00
jacob-delgado d814bc25fd
Update observability best practices (#8897)
* Update observability best practices

* Fix linting issue

* Try and clarify prometheus install

* Update content/en/docs/ops/best-practices/observability/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Move to observability page

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2021-02-17 11:45:57 -08:00
Pengyuan Bian 0e0c29f392
Update customize prom scraping instruction. (#8976)
* Update customize prom scraping instruction.

* Update content/en/docs/ops/integrations/prometheus/index.md

Co-authored-by: Sven Mawson <sven@google.com>

Co-authored-by: Sven Mawson <sven@google.com>
2021-02-16 10:44:35 -08:00
Frank Budinsky a8148ae39b
Expand istio_version variable in snips (#8965)
* Expand istio_version variable in snips

* regen
2021-02-12 10:36:44 -08:00
Eric Van Norman c5966d20f3
Update test reference on main branch to istio.io/istio master (#8950)
* Update test reference on main branch to istio.io/istio master

* Run make gen

* Update istio.io/api

* Fix istioctl-analyze test moving output to 1.10

* Change version string

* Remove overall shellcheck disable of SC2001
2021-02-12 06:50:52 -08:00
Pengyuan Bian f6f63403bf
add Wasm extension feature stage. (#8945)
* add Wasm feature stages.

* update to experiment

* update doc

* fix doc

* Update index.md
2021-02-11 06:23:38 -08:00
Sven Mawson f3a202a392
A couple minor edits to the VM Architecture Page (#8939) 2021-02-09 16:10:33 -08:00
Pengyuan Bian 797167ae7d
Add doc about WebAssembly module remote load. (#8918)
* Add doc about WebAssembly module remote load.

* clean up

* clean up

* add a note

* update weight

* address comments

* Update content/en/docs/ops/configuration/extensibility/wasm-module-distribution/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/extensibility/wasm-module-distribution/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Update content/en/docs/ops/configuration/extensibility/wasm-module-distribution/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* address comment

* update header

Co-authored-by: Sven Mawson <sven@google.com>
2021-02-09 14:53:30 -08:00
Shamsher Ansari d6bd6a15a5
remove tcp health check (#8911) 2021-02-08 07:54:15 -08:00
John Howard 2067a47cba
Add VM architecture diagram (#8870)
* Add VM architecture diagram

* Apply suggestions from code review

Co-authored-by: Neeraj Poddar <nrjpoddar@gmail.com>

* Apply suggestions from code review

Co-authored-by: Neeraj Poddar <nrjpoddar@gmail.com>

* Apply suggestions from code review

Co-authored-by: Neeraj Poddar <nrjpoddar@gmail.com>

* Update content/en/docs/ops/deployment/vm-architecture/index.md

* fix lint

* Update content/en/docs/ops/deployment/vm-architecture/index.md

Co-authored-by: Neeraj Poddar <nrjpoddar@gmail.com>

* Apply suggestions from code review

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* suggestions

Co-authored-by: Neeraj Poddar <nrjpoddar@gmail.com>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2021-02-04 21:41:58 -08:00
John Howard fec7e43e83
Add troubleshooting guide for VMs (#8868)
* Add troubleshooting guide for VMs

* Update content/en/docs/ops/diagnostic-tools/virtual-machines/index.md

Co-authored-by: Jimmy Song <rootsongjc@gmail.com>

Co-authored-by: Jimmy Song <rootsongjc@gmail.com>
2021-02-02 08:59:24 -08:00
John Howard a142de5907
Remove root cert transition guide (#8876)
* Remove root cert transition guide

The guide is for users on 1.2. Any user from 1.2 would already have
their cert expired, so they either already followed this guide or
already had a production outage.

Fixes https://github.com/istio/istio.io/issues/6668

* fix lint
2021-01-29 14:01:47 -08:00
John Howard 730b536cf0
Remove localhost recommendation (#8864)
We are going to break `localhost` listeners: https://docs.google.com/document/d/1j-5_XpeMTnT9mV_8dbSOeU7rfH-5YNtN_JJFZ2mmQ_w/edit#. It was bad advice to begin with, written by myself I believe
2021-01-28 09:18:03 -08:00
Ryota 71f507922a
Fix typo and minor wording (#8863) 2021-01-28 08:33:12 -08:00
Shamsher Ansari 0777e873a8
use bookinfo pod to check envoy version (#8844)
* use bookinfo pod to check envoy version

* use jq to filter output
2021-01-27 06:17:44 -08:00
Ed Snible d475797544
Test Automation for ops/configuration/mesh/config-resource-ready (#8823)
* Test Automation

* Fix cleanup after test

* Pass 'y' to 'istioctl install'

* clean up the cleanup section
2021-01-26 06:43:28 -08:00
Shamsher Ansari b1dd7612a1
use different pod for querying kube system pods (#8816)
* use different pod for querying kube system pods

* use kube-dns lable for querying pod
2021-01-22 10:20:57 -08:00
Istio Automation a4121fd3c1
[master] Fix grafana script (#8817)
* Fix grafana script

Fixes https://github.com/istio/istio/issues/30173

* Update index.md

Co-authored-by: John Howard <howardjohn@google.com>
2021-01-21 07:56:15 -08:00
Shamsher Ansari 0e98207a6f
update latest logging scopes (#8804)
* update latest logging scopes

* add back few other scopes

* remove attribute

* use scopes from option help
2021-01-21 07:08:31 -08:00
Ed Snible 9d89183d5f
Fix example and use actual sample files so that we are ready for doc … (#8806)
* Fix example and use actual sample files so that we are ready for doc testing

* Fix typo
2021-01-21 06:34:54 -08:00
Shamsher Ansari 2a13ec957f
dashboard controlz: append ns to pod for controlz output (#8803)
* dashboard controlz: append ns to pod for controlz output

* use deployment name
2021-01-20 10:16:02 -08:00
Eric Van Norman bea8d187e5
Silence curl command (#8773)
* Silence curl command

* Update more files with -sS (adding S to show errors)

* Over-agressive on the -S and causing some tests to fail.

* Remove more curl -S flags
2021-01-20 09:45:50 -08:00
Eric Van Norman 5d984eb560
Update istio.io/istio ref to 1.9.0-beta.0 (#8562)
* Update istio/istio ref to latest master

* Move to latest before testing.

* Update release in Makefile

* Fix some tests

* Update to latest isti.io/istio again

* Update to latest istio.io/istio

* Update to latest istio.io/istio

* Update ref to latest master

* Fix instioctl-analyze

* Add back @howardjohn commit I inadvertantly deleted

* Fix lint

* Pick up new stio: fix empty iop read from stdin for operator

* go mod tidy without itermediate go gets

* Update to current stats-filter's

* Needed another 'make gen'

* More go.* changes for changes in ref'd istio/istio

* Update istio to 1.9.0-beta.0
2021-01-19 11:57:22 -08:00
jacob-delgado 9cf3366e97
Use experimental as feature stage (#8772)
* Use experimental as feature stage

Pre-alpha/Development are deprecated in favor of Experimental (see
https://github.com/istio/community/pull/495). Update docs to reference
this phase.

* Add DNS proxying to experimental phase

* Do not mix alpha and experimental

* DNS Proxying is Alpha in 1.9; add to feature status page

* Fix virtual machine install doc based on review

* Fix linting issue
2021-01-15 13:01:58 -08:00
John Howard 1f5d8d1fa3
Add documentation for DNS proxy (#8748)
* Add documentation for DNS proxy

Basically converting
https://preliminary.istio.io/latest/blog/2020/dns-proxy/ to a doc

* Apply suggestions from code review

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/configuration/traffic-management/dns-proxy/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2021-01-12 09:59:17 -08:00
Frank Budinsky b6e141333c
Small grammar corrections (#8691) 2020-12-18 10:12:53 -08:00
Frank Budinsky 4fac23cf3d
Some traffic management doc fixes (#8673) 2020-12-16 08:41:55 -08:00
imgbot[bot] 7981c54490
[ImgBot] Optimize images (#8579)
*Total -- 16,698.64kb -> 15,132.55kb (9.38%)

/archive/v1.7/zh/about/community/partners/meshdynamics.png -- 146.38kb -> 47.51kb (67.54%)
/archive/v1.7/about/community/partners/meshdynamics.png -- 146.38kb -> 47.51kb (67.54%)
/archive/v1.7/blog/2020/mosn-proxy/mosn-arch.png -- 29.12kb -> 14.35kb (50.71%)
/archive/v1.7/zh/blog/2020/mosn-proxy/mosn-arch.png -- 29.12kb -> 14.35kb (50.71%)
/archive/v1.7/zh/about/community/customers/deepdesk.png -- 19.63kb -> 10.47kb (46.66%)
/archive/v1.7/about/community/customers/deepdesk.png -- 19.63kb -> 10.47kb (46.66%)
/archive/v1.7/docs/tasks/observability/metrics/querying-metrics/prometheus_query_result.png -- 191.94kb -> 117.14kb (38.97%)
/archive/v1.7/docs/tasks/observability/kiali/kiali-wiz2-ratings-service-action-menu.png -- 114.91kb -> 77.47kb (32.58%)
/archive/v1.7/docs/setup/getting-started/kiali-example2.png -- 262.82kb -> 177.91kb (32.31%)
/archive/v1.7/zh/docs/setup/getting-started/kiali-example2.png -- 262.82kb -> 177.91kb (32.31%)
/archive/v1.7/docs/ops/diagnostic-tools/controlz/ctrlz.png -- 105.71kb -> 71.86kb (32.03%)
/archive/v1.7/blog/2020/deploy-wasm-declarative/how-it-works.png -- 117.95kb -> 81.33kb (31.04%)
/archive/v1.7/zh/blog/2020/deploy-wasm-declarative/how-it-works.png -- 117.95kb -> 81.33kb (31.04%)
/archive/v1.7/zh/about/community/customers/tuya.png -- 15.99kb -> 11.10kb (30.57%)
/archive/v1.7/about/community/customers/tuya.png -- 15.99kb -> 11.10kb (30.57%)
/archive/v1.7/docs/tasks/observability/kiali/kiali-wiz1-graph-ratings-percent.png -- 69.02kb -> 48.90kb (29.15%)
/archive/v1.7/docs/tasks/observability/distributed-tracing/lightstep/istio-explorer.png -- 598.16kb -> 434.01kb (27.44%)
/archive/v1.7/zh/docs/tasks/observability/distributed-tracing/lightstep/istio-explorer.png -- 598.16kb -> 434.01kb (27.44%)
/archive/v1.7/zh/docs/tasks/observability/distributed-tracing/lightstep/istio-services.png -- 372.11kb -> 273.16kb (26.59%)
/archive/v1.7/docs/tasks/observability/distributed-tracing/lightstep/istio-services.png -- 372.11kb -> 273.16kb (26.59%)
/archive/v1.7/zh/about/community/customers/coyote.png -- 10.35kb -> 7.70kb (25.63%)
/archive/v1.7/about/community/customers/coyote.png -- 10.35kb -> 7.70kb (25.63%)
/archive/v1.7/zh/about/community/partners/tetrate.png -- 97.29kb -> 74.58kb (23.34%)
/archive/v1.7/about/community/partners/tetrate.png -- 97.29kb -> 74.58kb (23.34%)
/archive/v1.7/docs/tasks/observability/distributed-tracing/zipkin/istio-tracing-details-zipkin.png -- 175.83kb -> 134.82kb (23.32%)
/archive/v1.7/docs/tasks/observability/kiali/kiali-istioconfig1-tooltip.png -- 76.28kb -> 58.54kb (23.26%)
/archive/v1.7/docs/tasks/observability/kiali/kiali-istioconfig3-details-yaml1.png -- 85.27kb -> 65.82kb (22.82%)
/archive/v1.7/docs/tasks/observability/distributed-tracing/zipkin/istio-tracing-list-zipkin.png -- 49.86kb -> 38.62kb (22.55%)
/archive/v1.7/zh/about/community/customers/hotels-com.svg -- 12.99kb -> 10.11kb (22.15%)
/archive/v1.7/about/community/customers/hotels-com.svg -- 12.99kb -> 10.11kb (22.15%)
/archive/v1.7/zh/about/community/partners/portshift.png -- 3.16kb -> 2.46kb (22.12%)
/archive/v1.7/about/community/partners/portshift.png -- 3.16kb -> 2.46kb (22.12%)
/archive/v1.7/docs/tasks/observability/kiali/kiali-validate1-list.png -- 77.38kb -> 60.43kb (21.9%)
/archive/v1.7/docs/tasks/observability/kiali/kiali-istioconfig0-errormsgs.png -- 101.91kb -> 79.96kb (21.54%)
/archive/v1.7/docs/tasks/observability/kiali/kiali-istioconfig3-details-yaml2.png -- 90.03kb -> 70.81kb (21.35%)
/archive/v1.7/docs/tasks/observability/kiali/kiali-istioconfig3-details-yaml3.png -- 89.28kb -> 70.36kb (21.19%)
/archive/v1.7/docs/tasks/observability/kiali/kiali-overview.png -- 55.41kb -> 43.76kb (21.03%)
/archive/v1.7/docs/tasks/observability/kiali/kiali-wiz0-graph-options.png -- 82.54kb -> 65.34kb (20.83%)
/archive/v1.7/docs/tasks/observability/kiali/kiali-validate3-ok.png -- 86.71kb -> 68.68kb (20.8%)
/archive/v1.7/docs/tasks/observability/kiali/kiali-validate2-errormsg.png -- 53.18kb -> 42.43kb (20.22%)
/archive/v1.7/docs/tasks/observability/kiali/kiali-istioconfig2-details-errormsgs.png -- 85.37kb -> 68.63kb (19.61%)
/archive/v1.7/docs/tasks/observability/kiali/kiali-graph.png -- 119.75kb -> 98.10kb (18.08%)
/archive/v1.7/zh/about/community/customers/rapido.png -- 42.78kb -> 35.06kb (18.04%)
/archive/v1.7/about/community/customers/rapido.png -- 42.78kb -> 35.06kb (18.04%)
/archive/v1.7/zh/about/community/customers/chiper.png -- 16.80kb -> 14.02kb (16.55%)
/archive/v1.7/about/community/customers/chiper.png -- 16.80kb -> 14.02kb (16.55%)
/archive/v1.7/blog/2020/workload-entry/workload-entry-final.svg -- 3.61kb -> 3.27kb (9.34%)
/archive/v1.7/about/community/customers/delphi-tech.png -- 23.34kb -> 21.28kb (8.85%)
/archive/v1.7/zh/about/community/customers/delphi-tech.png -- 23.34kb -> 21.28kb (8.85%)
/archive/v1.7/blog/2020/workload-entry/workload-entry-first-example.svg -- 3.86kb -> 3.53kb (8.46%)
/archive/v1.7/about/community/join/governance.svg -- 1.01kb -> 0.96kb (5.77%)
/archive/v1.7/zh/about/community/join/governance.svg -- 1.01kb -> 0.96kb (5.77%)
/content/en/about/community/join/governance.svg -- 1.01kb -> 0.96kb (5.77%)
/archive/v1.7/zh/about/community/customers/nearpod.svg -- 11.77kb -> 11.44kb (2.8%)
/archive/v1.7/about/community/customers/nearpod.svg -- 11.77kb -> 11.44kb (2.8%)
/archive/v1.7/about/community/partners/signalsciences.svg -- 9.81kb -> 9.58kb (2.37%)
/archive/v1.7/zh/about/community/partners/signalsciences.svg -- 9.81kb -> 9.58kb (2.37%)
/archive/v1.7/docs/ops/configuration/telemetry/monitoring-multicluster-prometheus/in-mesh-production-prometheus.svg -- 141.09kb -> 138.61kb (1.76%)
/archive/v1.7/docs/ops/configuration/telemetry/monitoring-multicluster-prometheus/external-production-prometheus.svg -- 161.00kb -> 158.40kb (1.62%)
/content/en/docs/tasks/traffic-management/locality-load-balancing/before-you-begin/setup.svg -- 134.30kb -> 132.76kb (1.15%)
/content/en/docs/tasks/traffic-management/locality-load-balancing/failover/sequence.svg -- 140.70kb -> 139.09kb (1.14%)
/archive/v1.7/docs/ops/best-practices/observability/production-prometheus.svg -- 132.91kb -> 131.50kb (1.06%)
/archive/v1.7/blog/2020/new-deployment-model/multiple-clusters-external-Istiod.svg -- 141.86kb -> 140.36kb (1.06%)
/archive/v1.7/blog/2020/new-deployment-model/single-cluster.svg -- 73.41kb -> 72.64kb (1.05%)
/content/en/docs/setup/install/multicluster/primary-remote/arch.svg -- 86.51kb -> 85.72kb (0.91%)
/content/en/docs/setup/install/multicluster/multi-primary/arch.svg -- 94.20kb -> 93.39kb (0.86%)
/archive/v1.7/blog/2020/new-deployment-model/multiple-external-Istiods.svg -- 188.85kb -> 187.29kb (0.83%)
/content/en/docs/setup/install/multicluster/primary-remote_multi-network/arch.svg -- 100.69kb -> 99.87kb (0.82%)
/archive/v1.7/zh/docs/ops/deployment/deployment-models/single-cluster-external-control-plane.svg -- 97.20kb -> 96.43kb (0.8%)
/archive/v1.7/docs/ops/deployment/deployment-models/single-cluster-external-control-plane.svg -- 97.20kb -> 96.43kb (0.8%)
/archive/v1.7/blog/2020/new-deployment-model/single-cluster-external-Istiod.svg -- 108.37kb -> 107.55kb (0.76%)
/content/en/docs/setup/install/multicluster/multi-primary_multi-network/arch.svg -- 114.25kb -> 113.39kb (0.75%)
/archive/v1.7/blog/2020/large-scale-security-policy-performance-tests/istio_setup.svg -- 25.85kb -> 25.68kb (0.65%)
/content/en/docs/setup/additional-setup/external-controlplane/external-controlplane.svg -- 75.23kb -> 74.76kb (0.62%)
/archive/v1.7/zh/blog/2020/tradewinds-2020/architecture-post-istiod.svg -- 169.81kb -> 169.00kb (0.48%)
/content/en/docs/ops/configuration/traffic-management/tls-configuration/sidecar-connections.svg -- 75.19kb -> 74.98kb (0.28%)
/content/en/docs/ops/configuration/traffic-management/tls-configuration/gateway-connections.svg -- 62.80kb -> 62.65kb (0.25%)
/archive/v1.7/zh/docs/tasks/traffic-management/egress/wildcard-egress-hosts/EgressGatewayWithSNIProxyCP.svg -- 126.40kb -> 126.09kb (0.25%)
/archive/v1.7/docs/tasks/traffic-management/egress/wildcard-egress-hosts/EgressGatewayWithSNIProxyCP.svg -- 126.40kb -> 126.09kb (0.25%)
/archive/v1.7/zh/about/community/customers/avito.svg -- 1.77kb -> 1.76kb (0.22%)
/archive/v1.7/about/community/customers/avito.svg -- 1.77kb -> 1.76kb (0.22%)
/archive/v1.7/zh/blog/2020/tradewinds-2020/architecture-pre-istiod.svg -- 607.59kb -> 606.27kb (0.22%)
/archive/v1.7/docs/ops/deployment/architecture/arch.svg -- 11.68kb -> 11.65kb (0.22%)
/archive/v1.7/zh/docs/ops/deployment/architecture/arch.svg -- 11.68kb -> 11.65kb (0.22%)
/archive/v1.7/blog/2020/alb-ingress-gateway-iks/alb-ingress-gateway.svg -- 364.92kb -> 364.35kb (0.15%)
/archive/v1.7/img/icons.svg -- 96.09kb -> 95.95kb (0.15%)
/archive/v1.7/about/contribute/remove-content/remove-documentation.svg -- 149.34kb -> 149.13kb (0.15%)
/archive/v1.7/zh/about/community/customers/cash-app.svg -- 4.78kb -> 4.78kb (0.12%)
/archive/v1.7/about/community/customers/cash-app.svg -- 4.78kb -> 4.78kb (0.12%)
/archive/v1.7/docs/concepts/wasm/extending.svg -- 175.72kb -> 175.52kb (0.11%)
/archive/v1.7/zh/docs/concepts/wasm/extending.svg -- 175.72kb -> 175.52kb (0.11%)
/archive/v1.7/zh/about/community/customers/iherb.svg -- 3.64kb -> 3.63kb (0.08%)
/archive/v1.7/blog/2020/large-scale-security-policy-performance-tests/mtls_plaintext.svg -- 216.38kb -> 216.21kb (0.08%)
/archive/v1.7/blog/2020/large-scale-security-policy-performance-tests/AuthZ_var_paths.svg -- 273.61kb -> 273.44kb (0.06%)
/archive/v1.7/blog/2020/large-scale-security-policy-performance-tests/RequestAuthN_jwks.svg -- 275.79kb -> 275.63kb (0.06%)
/archive/v1.7/blog/2020/large-scale-security-policy-performance-tests/AuthZ_var_policies_paths.svg -- 279.11kb -> 278.94kb (0.06%)
/archive/v1.7/blog/2020/large-scale-security-policy-performance-tests/AuthZ_var_principals.svg -- 286.37kb -> 286.21kb (0.06%)
/archive/v1.7/blog/2020/large-scale-security-policy-performance-tests/AuthZ_var_policies_sourceIP.svg -- 296.11kb -> 295.95kb (0.06%)
/archive/v1.7/blog/2020/large-scale-security-policy-performance-tests/AuthZ_var_requestPrincipals.svg -- 297.02kb -> 296.85kb (0.06%)
/archive/v1.7/blog/2020/large-scale-security-policy-performance-tests/AuthZ_var_sourceIP.svg -- 298.21kb -> 298.04kb (0.06%)
/archive/v1.7/blog/2020/large-scale-security-policy-performance-tests/AuthZ_paths_vs_sourceIP.svg -- 317.29kb -> 317.12kb (0.05%)
/content/en/docs/ops/deployment/performance-and-scalability/latency_p90_fortio_with_jitter.svg -- 333.49kb -> 333.33kb (0.05%)
/archive/v1.7/docs/ops/deployment/performance-and-scalability/latency_p90_fortio_with_jitter.svg -- 348.28kb -> 348.11kb (0.05%)
/archive/v1.7/zh/docs/ops/deployment/performance-and-scalability/latency_p90_fortio_with_jitter.svg -- 348.28kb -> 348.11kb (0.05%)
/archive/v1.7/docs/ops/deployment/performance-and-scalability/latency_p99_fortio_with_jitter.svg -- 374.95kb -> 374.79kb (0.04%)
/archive/v1.7/zh/docs/ops/deployment/performance-and-scalability/latency_p99_fortio_with_jitter.svg -- 374.95kb -> 374.79kb (0.04%)
/content/en/docs/ops/deployment/performance-and-scalability/latency_p90_fortio_without_jitter.svg -- 398.86kb -> 398.69kb (0.04%)
/content/en/docs/ops/deployment/performance-and-scalability/latency_p99_fortio_without_jitter.svg -- 418.98kb -> 418.81kb (0.04%)
/content/en/docs/ops/deployment/performance-and-scalability/latency_p99_fortio_with_jitter.svg -- 428.26kb -> 428.09kb (0.04%)
/archive/v1.7/docs/ops/deployment/performance-and-scalability/latency_p90_fortio_without_jitter.svg -- 431.32kb -> 431.16kb (0.04%)
/archive/v1.7/zh/docs/ops/deployment/performance-and-scalability/latency_p90_fortio_without_jitter.svg -- 431.32kb -> 431.16kb (0.04%)
/archive/v1.7/docs/ops/deployment/performance-and-scalability/latency_p99_fortio_without_jitter.svg -- 439.68kb -> 439.51kb (0.04%)
/archive/v1.7/zh/docs/ops/deployment/performance-and-scalability/latency_p99_fortio_without_jitter.svg -- 439.68kb -> 439.51kb (0.04%)
/archive/v1.7/zh/about/community/customers/giffgaff.svg -- 2.62kb -> 2.62kb (0.04%)
/archive/v1.7/about/community/customers/giffgaff.svg -- 2.62kb -> 2.62kb (0.04%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>

Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-11-25 11:25:21 -05:00
carolynhu cb36289101
Update Performance and Scalability Page for 1.8 (#8574) 2020-11-25 09:46:03 -05:00
Frank Budinsky a70e78f25e
Test cleanup (#8564)
* Framework inject set +e at start of cleanup test script

* tabs

* fix typo

* add nl

* fix doc
2020-11-24 16:26:19 -05:00
Nathan Mittler c5e8a9adc5
Rework locality LB docs into tasks (#8402)
Removing the old locality docs entirely and replacing with tested tasks.
2020-11-24 09:31:15 -08:00
Laurent Benchimol c3427c7f6b
Improving the accuracy and completeness of the Admiral project description (#8511)
* Improving the accuracy and completeness of the Admiral project description.

* Removing trailing spaces

Co-authored-by: Laurent Benchimol <laurent_benchimol@intuit.com>
2020-11-16 13:50:20 -08:00
Frank Budinsky 3c185d2933
FAQ updates (#8508) 2020-11-16 12:05:14 -08:00
Frank Budinsky 9d3c1d3048
Update tenancy models doc (#8503)
* Update tenancy models doc

* grammar

* tweak names
2020-11-13 11:52:55 -08:00
Oliver Liu 25e39fb2c5
Update root transition operation page (#8494)
* Update the root cert lifetime extension operation.

* Small fix.

* Apply suggestions from code review

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Small fix.

* Small fix.

* Lint fix.

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-11-13 06:33:58 -08:00
Frank Budinsky 5cead50d05
Updates and clarifications in deployment models doc (#8487)
* Updates and clarifications in deployment models doc

* review comment

* more review comments
2020-11-11 16:31:07 -08:00
John Howard 32041ad5da
Update security doc for Istiod/SDS (#8480)
* Update security doc for Istiod/SDS

Fixes https://github.com/istio/istio.io/issues/4738

* Apply suggestions from code review

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-11-10 13:43:29 -08:00
Steven Dake 89daac99e1
Fix a peeve in the deployments document. (#8461)
* Fix a peeve in the deployments document.

* Update content/en/docs/ops/deployment/deployment-models/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-11-09 13:57:08 -08:00
Shamsher Ansari 353444de45
Add health check using TCP socket (#8246) 2020-11-09 08:39:42 -08:00
Pengyuan Bian 32b75b14ca
Update ports usage doc (#8428)
* update ports doc

* fix

* fix ports

* lint

* Update content/en/docs/ops/deployment/requirements/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/deployment/requirements/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/deployment/requirements/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/deployment/requirements/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/deployment/requirements/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/deployment/requirements/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/deployment/requirements/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/deployment/requirements/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-11-06 08:07:21 -08:00
John Howard 16963f9bbd
Add traffic requirements documentation (#8349)
* Add traffic requirements documentation

* Move things around

* Apply suggestions from code review

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Apply suggestions from code review

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/deployment/requirements/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-11-03 11:56:50 -08:00
John Howard 21901e5d24
Clarify minor doc (#8433)
Fixes https://github.com/istio/istio/issues/18221
2020-11-03 06:27:14 -08:00
Frank Budinsky c142629578
Cleanup pod requrements doc (#8414)
* Cleanup pod requrements doc

* review comment

* remove comma
2020-11-02 12:28:50 -08:00
Pengyuan Bian 848ff8d55d
Add guide about provision Istio certs for prometheus scraping (#8354)
* add guide about provision Istio certs for prometheus scraping

* fix

* Update content/en/docs/ops/integrations/prometheus/index.md

Co-authored-by: Douglas Reid <douglas-reid@users.noreply.github.com>

* Update content/en/docs/ops/integrations/prometheus/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/integrations/prometheus/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/integrations/prometheus/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/integrations/prometheus/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* lint

Co-authored-by: Douglas Reid <douglas-reid@users.noreply.github.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-10-30 11:15:28 -07:00
Eric Van Norman b5b98fe0d8
Minor updates for 1.8 (#8398) 2020-10-29 12:31:32 -07:00
Pengyuan Bian 90040c4ff7
Update stats inclusion to use proxy config instead (#8325)
* update stats inclusion to use proxy config instead

* lint

* lint

* Update content/en/docs/ops/configuration/telemetry/envoy-stats/index.md

Co-authored-by: Douglas Reid <douglas-reid@users.noreply.github.com>

* Update content/en/docs/ops/configuration/telemetry/envoy-stats/index.md

Co-authored-by: Douglas Reid <douglas-reid@users.noreply.github.com>

* Update content/en/docs/ops/configuration/telemetry/envoy-stats/index.md

Co-authored-by: Douglas Reid <douglas-reid@users.noreply.github.com>

* Update content/en/docs/ops/configuration/telemetry/envoy-stats/index.md

Co-authored-by: Douglas Reid <douglas-reid@users.noreply.github.com>

* fix

* Update content/en/docs/ops/configuration/telemetry/envoy-stats/index.md

Co-authored-by: Rachael Graham <rachael.graham@ibm.com>

* Update content/en/docs/ops/configuration/telemetry/envoy-stats/index.md

Co-authored-by: Rachael Graham <rachael.graham@ibm.com>

* Update content/en/docs/ops/configuration/telemetry/envoy-stats/index.md

Co-authored-by: Rachael Graham <rachael.graham@ibm.com>

Co-authored-by: Douglas Reid <douglas-reid@users.noreply.github.com>
Co-authored-by: Rachael Graham <rachael.graham@ibm.com>
2020-10-29 10:45:47 -07:00
John Howard cdb0aef44d
Remove stale reference to consul (#8389) 2020-10-29 06:34:13 -07:00
Frank Budinsky e8b3c27101
Better organize upgrade setup instructions (#8375)
* Better organize upgrade setup instructions

* regen

* tweak

* fix lint

* address review comments

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md
2020-10-28 09:49:41 -07:00
Martin Ostrowski 5da7d3b307
Add ops guide for separate gateways management (#8299)
* Add ops guide for separate gateways management

* Comments

* Add indents, make gen

* Lint
2020-10-26 16:45:07 -07:00
Jim Ntosas e9322e69dc
Include prometheus-operator resource example for aggregationRules (#8318)
Signed-off-by: dntosas <ntosas@gmail.com>
2020-10-26 10:00:17 -07:00
John Howard 4061f4fa03
Update ports (#8351)
Mixer is gone, as is prometheus
2020-10-26 07:24:46 -07:00
Frank Budinsky 691725ba23
Understanding TLS configuration doc (#8330)
* Understanding TLS configuration doc

* make gen

* address lint and review comments

* Update content/en/faq/traffic-management/difference-between-mutual-and-istio-mutual.md
2020-10-21 15:20:51 -07:00
Ram Vennam ee06f45f31
Improvements to the network topologies doc (#8298)
* Improvements to the network topologies doc

* proxy protocol

* squash

* PROXY_protocol with gatewayTopology

* PROXY protocol with gatewayTopology

* Update index.md

* Update index.md
2020-10-20 09:20:25 -07:00
Jim Ntosas ed3eff708c
Fix recordingRule expr (#8317) 2020-10-20 06:49:36 -07:00
Eric Van Norman daeceef369
Update istio/istio test reference (#8290)
* Update istio/istio test reference

* Update istioctl analyzer test as namespace message is now Info.

* Review comment
2020-10-14 06:23:01 -07:00
Ram Vennam 681c6d791d
typo (#8294) 2020-10-12 14:24:48 -07:00
John Howard 55c8937698
Update protocol selection page (#8276)
* Update protocol selection page

Add info about server first protocols

Make auto section the first since it is the most important

* Update content/en/docs/ops/configuration/traffic-management/protocol-selection/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Apply suggestions from code review

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/configuration/traffic-management/protocol-selection/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-10-07 13:47:25 -07:00
Shamsher Ansari 959a739400
Update dynamic admission webhook prerequisites (#8244) 2020-10-05 09:09:17 -07:00
Shamsher Ansari 8659efa80f
Add example for how to install distroless images (#8247) 2020-10-01 06:20:49 -07:00
imgbot[bot] 9459c7bc88
[ImgBot] Optimize images (#8179)
*Total -- 3,177.95kb -> 3,160.18kb (0.56%)

/content/en/docs/tasks/security/cert-management/plugin-ca-cert/ca-hierarchy.svg -- 14.87kb -> 9.67kb (34.99%)
/content/en/about/community/customers/hotels-com.svg -- 12.99kb -> 10.11kb (22.15%)
/page-test.png -- 20.22kb -> 17.97kb (11.12%)
/content/en/about/community/customers/nearpod.svg -- 11.77kb -> 11.44kb (2.8%)
/content/en/docs/ops/deployment/deployment-models/blue-green.svg -- 81.51kb -> 80.16kb (1.65%)
/content/en/docs/ops/deployment/deployment-models/endpoint-discovery.svg -- 82.72kb -> 81.92kb (0.97%)
/content/en/docs/setup/install/multicluster/primary-remote.svg -- 83.37kb -> 82.59kb (0.95%)
/content/en/docs/setup/install/multicluster/multi-primary.svg -- 91.08kb -> 90.26kb (0.89%)
/content/en/docs/setup/install/multicluster/primary-remote-multi-network.svg -- 96.83kb -> 96.01kb (0.85%)
/content/en/docs/setup/install/multicluster/multi-primary-multi-network.svg -- 110.31kb -> 109.45kb (0.78%)
/content/en/blog/2020/large-scale-security-policy-performance-tests/istio_setup.svg -- 25.85kb -> 25.68kb (0.65%)
/content/en/about/community/customers/avito.svg -- 1.77kb -> 1.76kb (0.22%)
/content/en/about/community/customers/cash-app.svg -- 4.78kb -> 4.78kb (0.12%)
/content/en/blog/2020/large-scale-security-policy-performance-tests/mtls_plaintext.svg -- 216.38kb -> 216.21kb (0.08%)
/content/en/blog/2020/large-scale-security-policy-performance-tests/AuthZ_var_paths.svg -- 273.61kb -> 273.44kb (0.06%)
/content/en/blog/2020/large-scale-security-policy-performance-tests/RequestAuthN_jwks.svg -- 275.79kb -> 275.63kb (0.06%)
/content/en/blog/2020/large-scale-security-policy-performance-tests/AuthZ_var_policies_paths.svg -- 279.11kb -> 278.94kb (0.06%)
/content/en/blog/2020/large-scale-security-policy-performance-tests/AuthZ_var_principals.svg -- 286.37kb -> 286.21kb (0.06%)
/content/en/blog/2020/large-scale-security-policy-performance-tests/AuthZ_var_policies_sourceIP.svg -- 296.11kb -> 295.95kb (0.06%)
/content/en/blog/2020/large-scale-security-policy-performance-tests/AuthZ_var_requestPrincipals.svg -- 297.02kb -> 296.85kb (0.06%)
/content/en/blog/2020/large-scale-security-policy-performance-tests/AuthZ_var_sourceIP.svg -- 298.21kb -> 298.04kb (0.06%)
/content/en/blog/2020/large-scale-security-policy-performance-tests/AuthZ_paths_vs_sourceIP.svg -- 317.29kb -> 317.12kb (0.05%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>

Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-09-28 17:13:16 -04:00
Nathan Mittler 565ee0cfbe
Expand deployment models to include multicluster considerations (#8162)
* Expand deployment models to include multicluster considerations

This is a prerequisite for the new multicluster installation guide.

* Update content/en/docs/reference/glossary/network.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-09-21 07:55:27 -07:00
Eric Van Norman cc1a34f99c
Update test reference - master (#8103)
* Update test reference

* Test framework changes

* Another required change

* Update Tag to 1.8

* Pick istio/istio commit that actually exists

* Disable ISTIO_META_DNS_CAPTURE

* Add --skip-confirmation to istioctl installl commands

* Increase test timeout. First pass at fixes.

* Update to later istio/istio that fixes DNS and minor fixes

* test fixes

* Pick up go.mod `replace` changes from #8118

* Fix istioctl-analayze and mirror

* Fix mtls-migration test

* Update istio to include commit to fix egress

* Re-enable verify with fix

* Update istio/istio ref for egress fix

* Fix tasks/security/authorization/authz-td-migration - remove ns

* Shorten wait timeout so tests complete in under an hr

* Let tests continue after wait timeout

* Fix --skip-confirmation to -y and use yes | in tests

* revert yes | to echo y |

* Additional echo y fix

* Code review comments

* Change verify from same to contains as k8s 1.19 has extra warning lines.
2020-09-16 11:44:20 -07:00
Upo 8cfcfa5802
Add additional info about troubleshooting JWTs. (#8128)
* add note about istio protocol detection

* fix accidental replace

* fix extra dot in filename

* path fixes

* add note about how to field authz in effect

* fix typos and add a note on the claims

* undo file rename

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Apply suggestions from code review

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-09-14 10:45:42 -07:00
imgbot[bot] c873a34ebc
[ImgBot] Optimize images (#8035)
*Total -- 2,498.74kb -> 2,393.31kb (4.22%)

/content/en/about/community/partners/meshdynamics.png -- 146.38kb -> 47.51kb (67.54%)
/content/en/blog/2020/new-deployment-model/multiple-clusters-external-Istiod.svg -- 141.86kb -> 140.36kb (1.06%)
/content/en/blog/2020/new-deployment-model/single-cluster.svg -- 73.41kb -> 72.64kb (1.05%)
/content/en/blog/2020/new-deployment-model/multiple-external-Istiods.svg -- 188.85kb -> 187.29kb (0.83%)
/content/en/docs/ops/deployment/deployment-models/single-cluster-external-control-plane.svg -- 97.20kb -> 96.43kb (0.8%)
/content/en/blog/2020/new-deployment-model/single-cluster-external-Istiod.svg -- 108.37kb -> 107.55kb (0.76%)
/content/en/about/community/customers/aihuishou.jpeg -- 22.03kb -> 21.88kb (0.68%)
/content/en/docs/tasks/traffic-management/egress/wildcard-egress-hosts/EgressGatewayWithSNIProxyCP.svg -- 126.40kb -> 126.09kb (0.25%)
/content/en/docs/ops/deployment/performance-and-scalability/latency_p90_fortio_with_jitter.svg -- 348.28kb -> 348.11kb (0.05%)
/content/en/docs/ops/deployment/performance-and-scalability/latency_p99_fortio_with_jitter.svg -- 374.95kb -> 374.79kb (0.04%)
/content/en/docs/ops/deployment/performance-and-scalability/latency_p90_fortio_without_jitter.svg -- 431.32kb -> 431.16kb (0.04%)
/content/en/docs/ops/deployment/performance-and-scalability/latency_p99_fortio_without_jitter.svg -- 439.68kb -> 439.51kb (0.04%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>

Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-09-08 15:54:35 -04:00
Shamsher Ansari 676c6da91c
Remove deprecated Mixer Policies and Telemetry config (#8071) 2020-09-08 09:10:28 -07:00
carolynhu 5792c582fe
[release-1.7] Update Performance and Scalability Page for 1.7 (#8084) 2020-09-04 14:35:51 -07:00
Shamsher Ansari c32f55cbaf
Remove deprecated mixer for observability (#8040)
* Remove deprecated mixer for observability

* Fix lint

* remove double #

* Fix lint
2020-09-02 08:05:46 -07:00
Hrafn Orri Hrafnkelsson 3c07d89870
Docs: monitoring-multicluster-prometheus fixes (#8051)
* docs scrape_configs field names

* Indentation fix

* Trigger test rerun

* Revert trigger
2020-08-31 17:52:06 -07:00
Frank Budinsky fa7cbc4948
Describe external control planes (#8017)
* Describe external control planes

* tweak

* lint

* Update content/en/docs/reference/glossary/external-control-plane.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* update diagram

* update istio icon

Co-authored-by: Nathan Mittler <nmittler@gmail.com>
2020-08-26 15:42:42 -04:00
John Howard 84e57a7124
Remove mention of "pilot agent" (#8030)
I have heard 5+ cases of folks thinking this means it going through the
control plane. https://github.com/istio/istio/issues/26737 for example.

We should not call it "pilot agent". We are callnig it istio-agent
internally, not sure if we want to make that in the docs or something
else -- anything but "pilot" agent.
2020-08-26 09:55:53 -07:00
imgbot[bot] 2e1a1c3be1
[ImgBot] Optimize images (#8002)
*Total -- 75,770.28kb -> 67,635.46kb (10.74%)

/archive/v1.2/about/community/customers/softonic.png -- 718.10kb -> 11.12kb (98.45%)
/archive/v1.2/zh/about/community/customers/softonic.png -- 718.10kb -> 11.12kb (98.45%)
/archive/v0.3/favicons/tile310x310.png -- 9.00kb -> 1.36kb (84.88%)
/archive/v0.3/favicons/pwa-512x512.png -- 7.97kb -> 1.34kb (83.22%)
/archive/v0.3/favicons/tile310x150.png -- 5.31kb -> 1.21kb (77.24%)
/archive/v0.4/img/rss.gif -- 1.01kb -> 0.31kb (69.69%)
/archive/v0.3/img/rss.gif -- 1.01kb -> 0.31kb (69.69%)
/archive/v0.2/img/rss.gif -- 1.01kb -> 0.31kb (69.69%)
/archive/v0.1/img/rss.gif -- 1.01kb -> 0.31kb (69.69%)
/archive/v0.3/favicons/tile150x150.png -- 3.52kb -> 1.14kb (67.68%)
/archive/v1.6/blog/2020/mosn-proxy/mosn-arch.png -- 29.12kb -> 14.35kb (50.71%)
/content/en/blog/2020/mosn-proxy/mosn-arch.png -- 29.12kb -> 14.35kb (50.71%)
/content/zh/blog/2020/mosn-proxy/mosn-arch.png -- 29.12kb -> 14.35kb (50.71%)
/archive/v0.3/favicons/android-192x192.png -- 2.89kb -> 1.43kb (50.49%)
/archive/v0.3/favicons/pwa-192x192.png -- 2.89kb -> 1.43kb (50.49%)
/archive/v1.4/about/community/customers/inspurcloud.png -- 8.39kb -> 4.34kb (48.3%)
/archive/v1.2/zh/about/community/customers/loblaw-digital.png -- 118.27kb -> 61.95kb (47.63%)
/archive/v1.2/about/community/customers/loblaw-digital.png -- 118.27kb -> 61.95kb (47.63%)
/archive/v0.3/favicons/apple-touch-icon-180x180.png -- 2.69kb -> 1.42kb (47.02%)
/content/en/about/community/customers/deepdesk.png -- 19.63kb -> 10.47kb (46.66%)
/archive/v0.2/docs/tasks/telemetry/img/prometheus_query_result.png -- 218.75kb -> 119.21kb (45.5%)
/archive/v0.3/img/exclamation-mark.svg -- 3.80kb -> 2.08kb (45.34%)
/archive/v0.1/docs/tasks/img/grafana_dashboard.png -- 176.05kb -> 96.75kb (45.05%)
/archive/v0.2/docs/setup/kubernetes/img/grafana_dashboard.png -- 176.05kb -> 96.75kb (45.05%)
/archive/v0.2/docs/tasks/telemetry/img/dashboard-with-traffic.png -- 488.51kb -> 275.34kb (43.64%)
/archive/v0.2/img/istio_grafana_dashboard-new.png -- 897.44kb -> 509.84kb (43.19%)
/archive/v0.1/img/istio_grafana_dashboard-new.png -- 897.44kb -> 509.84kb (43.19%)
/archive/v0.2/docs/tasks/telemetry/img/grafana-istio-dashboard.png -- 233.56kb -> 133.00kb (43.05%)
/content/en/about/community/customers/intuit.svg -- 3.64kb -> 2.09kb (42.55%)
/archive/v0.3/favicons/android-144x144.png -- 1.81kb -> 1.06kb (41.55%)
/archive/v1.0/docs/setup/kubernetes/quick-start-ibm/istio-catalog-2.png -- 198.14kb -> 118.25kb (40.32%)
/archive/v0.1/docs/tasks/img/dashboard_response_size.png -- 94.79kb -> 56.89kb (39.98%)
/archive/v0.2/docs/tasks/telemetry/img/dashboard_response_size.png -- 94.79kb -> 56.89kb (39.98%)
/archive/v1.0/docs/setup/kubernetes/quick-start-ibm/istio-installation-2.png -- 259.64kb -> 156.16kb (39.86%)
/archive/v1.0/docs/setup/kubernetes/quick-start-ibm/istio-release.png -- 110.47kb -> 66.46kb (39.84%)
/archive/v1.0/docs/setup/kubernetes/quick-start-ibm/istio-deletion.png -- 154.98kb -> 93.97kb (39.37%)
/archive/v1.0/docs/setup/kubernetes/quick-start-ibm/istio-upgrade-2.png -- 156.17kb -> 94.74kb (39.33%)
/content/en/docs/tasks/observability/metrics/querying-metrics/prometheus_query_result.png -- 191.94kb -> 117.14kb (38.97%)
/archive/v1.5/docs/tasks/observability/metrics/querying-metrics/prometheus_query_result.png -- 191.94kb -> 117.14kb (38.97%)
/archive/v1.5/zh/docs/tasks/observability/metrics/querying-metrics/prometheus_query_result.png -- 191.94kb -> 117.14kb (38.97%)
/archive/v1.6/docs/tasks/observability/metrics/querying-metrics/prometheus_query_result.png -- 191.94kb -> 117.14kb (38.97%)
/archive/v0.3/favicons/tile70x70.png -- 1.48kb -> 0.92kb (38.08%)
/archive/v1.0/docs/setup/kubernetes/quick-start-ibm/istio-installation-1.png -- 303.79kb -> 191.73kb (36.89%)
/archive/v0.5/assets/javascript/anchor-js/docs/img/anchorjs_logo.png -- 7.40kb -> 4.71kb (36.37%)
/archive/v0.7/assets/javascript/anchor-js/docs/img/anchorjs_logo.png -- 7.40kb -> 4.71kb (36.37%)
/archive/v0.4/assets/javascript/anchor-js/docs/img/anchorjs_logo.png -- 7.40kb -> 4.71kb (36.37%)
/archive/v0.3/assets/javascript/anchor-js/docs/img/anchorjs_logo.png -- 7.40kb -> 4.71kb (36.37%)
/archive/v0.6/assets/javascript/anchor-js/docs/img/anchorjs_logo.png -- 7.40kb -> 4.71kb (36.37%)
/archive/v0.2/assets/javascript/anchor-js/docs/img/anchorjs_logo.png -- 7.40kb -> 4.71kb (36.37%)
/archive/v0.8/blog/2018/img/egress-adapters-monitoring.svg -- 20.62kb -> 13.20kb (35.98%)
/content/en/about/community/customers/yahoo.svg -- 5.74kb -> 3.69kb (35.63%)
/archive/v1.0/docs/setup/kubernetes/quick-start-ibm/istio-catalog-1.png -- 289.44kb -> 186.77kb (35.47%)
/archive/v0.8/blog/2018/img/egress-adapters-monitoring-policy.svg -- 25.59kb -> 16.94kb (33.81%)
/content/en/docs/tasks/observability/kiali/kiali-wiz2-ratings-service-action-menu.png -- 114.91kb -> 77.47kb (32.58%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-wiz2-ratings-service-action-menu.png -- 114.91kb -> 77.47kb (32.58%)
/archive/v0.8/blog/2018/img/dashboard-egress-gateway.png -- 177.27kb -> 119.79kb (32.42%)
/archive/v0.3/favicons/android-96x196.png -- 1.15kb -> 0.78kb (32.37%)
/content/en/docs/setup/getting-started/kiali-example2.png -- 262.82kb -> 177.91kb (32.31%)
/archive/v1.6/docs/setup/getting-started/kiali-example2.png -- 262.82kb -> 177.91kb (32.31%)
/archive/v1.6/zh/docs/setup/getting-started/kiali-example2.png -- 262.82kb -> 177.91kb (32.31%)
/content/en/docs/ops/diagnostic-tools/controlz/ctrlz.png -- 105.71kb -> 71.86kb (32.03%)
/archive/v0.1/favicons/safari-pinned-tab.svg -- 0.58kb -> 0.39kb (31.92%)
/archive/v0.2/favicons/safari-pinned-tab.svg -- 0.58kb -> 0.39kb (31.92%)
/content/en/about/community/customers/anz.svg -- 5.34kb -> 3.64kb (31.76%)
/archive/v1.3/blog/2019/knative-activator-adapter/knative-activator.png -- 47.03kb -> 32.20kb (31.52%)
/archive/v1.0/blog/2018/incremental-traffic-management/fifty-fifty-ingress-gateway.png -- 28.80kb -> 19.76kb (31.41%)
/archive/v1.6/blog/2020/deploy-wasm-declarative/how-it-works.png -- 117.95kb -> 81.33kb (31.04%)
/archive/v1.6/zh/blog/2020/deploy-wasm-declarative/how-it-works.png -- 117.95kb -> 81.33kb (31.04%)
/content/en/blog/2020/deploy-wasm-declarative/how-it-works.png -- 117.95kb -> 81.33kb (31.04%)
/content/zh/blog/2020/deploy-wasm-declarative/how-it-works.png -- 117.95kb -> 81.33kb (31.04%)
/archive/v1.5/blog/2020/deploy-wasm-declarative/how-it-works.png -- 117.95kb -> 81.33kb (31.04%)
/archive/v0.6/docs/tasks/telemetry/img/servicegraph-example.png -- 41.49kb -> 28.62kb (31.03%)
/archive/v0.1/docs/tasks/img/zipkin_dashboard.png -- 67.88kb -> 47.00kb (30.76%)
/archive/v0.2/docs/tasks/telemetry/img/zipkin_dashboard.png -- 67.88kb -> 47.00kb (30.76%)
/content/en/about/community/customers/tuya.png -- 15.99kb -> 11.10kb (30.57%)
/archive/v1.6/about/community/customers/tuya.png -- 15.99kb -> 11.10kb (30.57%)
/archive/v1.6/zh/about/community/customers/tuya.png -- 15.99kb -> 11.10kb (30.57%)
/archive/v0.5/assets/javascript/anchor-js/docs/img/anchorlinks2.png -- 60.58kb -> 42.06kb (30.57%)
/archive/v0.3/assets/javascript/anchor-js/docs/img/anchorlinks2.png -- 60.58kb -> 42.06kb (30.57%)
/archive/v0.7/assets/javascript/anchor-js/docs/img/anchorlinks2.png -- 60.58kb -> 42.06kb (30.57%)
/archive/v0.6/assets/javascript/anchor-js/docs/img/anchorlinks2.png -- 60.58kb -> 42.06kb (30.57%)
/archive/v0.4/assets/javascript/anchor-js/docs/img/anchorlinks2.png -- 60.58kb -> 42.06kb (30.57%)
/archive/v0.2/assets/javascript/anchor-js/docs/img/anchorlinks2.png -- 60.58kb -> 42.06kb (30.57%)
/archive/v0.1/img/logo.png -- 3.06kb -> 2.15kb (29.57%)
/archive/v0.2/img/logo.png -- 3.06kb -> 2.15kb (29.57%)
/archive/v1.3/blog/2019/knative-activator-adapter/knative-mixer-adapter.png -- 55.40kb -> 39.13kb (29.36%)
/archive/v0.2/favicons/favicon-16x16.png -- 1.06kb -> 0.75kb (29.35%)
/archive/v0.1/favicons/favicon-16x16.png -- 1.06kb -> 0.75kb (29.35%)
/archive/v1.0/blog/2018/incremental-traffic-management/fifty-fifty.png -- 21.57kb -> 15.28kb (29.17%)
/content/en/docs/tasks/observability/kiali/kiali-wiz1-graph-ratings-percent.png -- 69.02kb -> 48.90kb (29.15%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-wiz1-graph-ratings-percent.png -- 69.02kb -> 48.90kb (29.15%)
/archive/v0.2/docs/tasks/telemetry/img/zipkin_span.png -- 43.65kb -> 31.40kb (28.07%)
/archive/v0.1/docs/tasks/img/zipkin_span.png -- 43.65kb -> 31.40kb (28.07%)
/archive/v1.2/docs/concepts/traffic-management/pilot-arch.svg -- 21.05kb -> 15.23kb (27.65%)
/archive/v1.2/zh/docs/concepts/traffic-management/pilot-arch.svg -- 21.05kb -> 15.23kb (27.65%)
/archive/v1.0/img/exclamation-mark.svg -- 2.64kb -> 1.92kb (27.48%)
/content/en/docs/tasks/observability/distributed-tracing/lightstep/istio-explorer.png -- 598.16kb -> 434.01kb (27.44%)
/archive/v1.6/docs/tasks/observability/distributed-tracing/lightstep/istio-explorer.png -- 598.16kb -> 434.01kb (27.44%)
/archive/v1.6/zh/docs/tasks/observability/distributed-tracing/lightstep/istio-explorer.png -- 598.16kb -> 434.01kb (27.44%)
/archive/v0.1/docs/tasks/img/servicegraph.png -- 63.88kb -> 46.56kb (27.11%)
/content/en/docs/tasks/observability/distributed-tracing/lightstep/istio-services.png -- 372.11kb -> 273.16kb (26.59%)
/archive/v1.6/docs/tasks/observability/distributed-tracing/lightstep/istio-services.png -- 372.11kb -> 273.16kb (26.59%)
/archive/v1.6/zh/docs/tasks/observability/distributed-tracing/lightstep/istio-services.png -- 372.11kb -> 273.16kb (26.59%)
/archive/v0.2/docs/tasks/telemetry/img/servicegraph-example.png -- 359.57kb -> 265.21kb (26.24%)
/archive/v1.0/docs/tasks/telemetry/kiali/kiali-service-graph.png -- 21.04kb -> 15.57kb (25.99%)
/content/en/about/community/customers/coyote.png -- 10.35kb -> 7.70kb (25.63%)
/archive/v1.0/docs/setup/kubernetes/quick-start-ibm/istio-upgrade-1.png -- 970.48kb -> 722.29kb (25.57%)
/archive/v0.2/docs/setup/kubernetes/img/servicegraph.png -- 200.43kb -> 149.26kb (25.53%)
/archive/v0.3/favicons/android-72x72.png -- 1.01kb -> 0.76kb (24.32%)
/archive/v1.0/docs/tasks/telemetry/kiali/kiali-services.png -- 70.23kb -> 53.28kb (24.14%)
/archive/v0.1/favicons/apple-touch-icon.png -- 2.60kb -> 1.98kb (23.66%)
/archive/v0.2/favicons/apple-touch-icon.png -- 2.60kb -> 1.98kb (23.66%)
/archive/v0.3/docs/tasks/telemetry/img/prometheus_query_result.png -- 155.74kb -> 119.21kb (23.45%)
/content/en/about/community/partners/tetrate.png -- 97.29kb -> 74.58kb (23.34%)
/archive/v1.6/about/community/partners/tetrate.png -- 97.29kb -> 74.58kb (23.34%)
/archive/v1.6/zh/about/community/partners/tetrate.png -- 97.29kb -> 74.58kb (23.34%)
/content/en/docs/tasks/observability/distributed-tracing/zipkin/istio-tracing-details-zipkin.png -- 175.83kb -> 134.82kb (23.32%)
/archive/v1.4/about/community/partners/solo.png -- 51.31kb -> 39.36kb (23.29%)
/content/en/docs/tasks/observability/kiali/kiali-istioconfig1-tooltip.png -- 76.28kb -> 58.54kb (23.26%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-istioconfig1-tooltip.png -- 76.28kb -> 58.54kb (23.26%)
/archive/v1.0/docs/tasks/telemetry/kiali/kiali-versionedapp.png -- 48.27kb -> 37.06kb (23.22%)
/archive/v0.6/img/exclamation-mark.svg -- 2.58kb -> 1.99kb (23.06%)
/archive/v0.7/img/exclamation-mark.svg -- 2.58kb -> 1.99kb (23.06%)
/archive/v0.8/img/exclamation-mark.svg -- 2.58kb -> 1.99kb (23.06%)
/archive/v1.0/docs/tasks/telemetry/kiali/kiali-workload.png -- 47.77kb -> 36.77kb (23.03%)
/archive/v0.5/assets/javascript/anchor-js/docs/img/link.svg -- 0.75kb -> 0.57kb (22.94%)
/archive/v0.3/assets/javascript/anchor-js/docs/img/link.svg -- 0.75kb -> 0.57kb (22.94%)
/archive/v0.7/assets/javascript/anchor-js/docs/img/link.svg -- 0.75kb -> 0.57kb (22.94%)
/archive/v0.6/assets/javascript/anchor-js/docs/img/link.svg -- 0.75kb -> 0.57kb (22.94%)
/archive/v0.2/assets/javascript/anchor-js/docs/img/link.svg -- 0.75kb -> 0.57kb (22.94%)
/archive/v0.4/assets/javascript/anchor-js/docs/img/link.svg -- 0.75kb -> 0.57kb (22.94%)
/archive/v0.3/img/routing.svg -- 2.16kb -> 1.67kb (22.9%)
/content/en/docs/tasks/observability/kiali/kiali-istioconfig3-details-yaml1.png -- 85.27kb -> 65.82kb (22.82%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-istioconfig3-details-yaml1.png -- 85.27kb -> 65.82kb (22.82%)
/content/en/docs/tasks/observability/distributed-tracing/zipkin/istio-tracing-list-zipkin.png -- 49.86kb -> 38.62kb (22.55%)
/archive/v1.0/docs/tasks/telemetry/kiali/kiali-app.png -- 20.23kb -> 15.69kb (22.43%)
/archive/v0.3/docs/setup/kubernetes/img/dm_prometheus.png -- 87.10kb -> 67.68kb (22.3%)
/content/en/about/community/partners/portshift.png -- 3.16kb -> 2.46kb (22.12%)
/archive/v1.6/about/community/partners/portshift.png -- 3.16kb -> 2.46kb (22.12%)
/archive/v1.6/zh/about/community/partners/portshift.png -- 3.16kb -> 2.46kb (22.12%)
/archive/v0.2/docs/tasks/telemetry/img/jaeger_dashboard.png -- 65.72kb -> 51.19kb (22.12%)
/archive/v1.0/docs/tasks/telemetry/kiali/kiali-graph.png -- 97.93kb -> 76.41kb (21.98%)
/content/en/docs/tasks/observability/kiali/kiali-validate1-list.png -- 77.38kb -> 60.43kb (21.9%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-validate1-list.png -- 77.38kb -> 60.43kb (21.9%)
/content/en/docs/tasks/observability/kiali/kiali-istioconfig0-errormsgs.png -- 101.91kb -> 79.96kb (21.54%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-istioconfig0-errormsgs.png -- 101.91kb -> 79.96kb (21.54%)
/content/en/docs/tasks/observability/kiali/kiali-istioconfig3-details-yaml2.png -- 90.03kb -> 70.81kb (21.35%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-istioconfig3-details-yaml2.png -- 90.03kb -> 70.81kb (21.35%)
/content/en/docs/tasks/observability/kiali/kiali-istioconfig3-details-yaml3.png -- 89.28kb -> 70.36kb (21.19%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-istioconfig3-details-yaml3.png -- 89.28kb -> 70.36kb (21.19%)
/content/en/docs/tasks/observability/kiali/kiali-overview.png -- 55.41kb -> 43.76kb (21.03%)
/archive/v1.0/img/kubernetes.svg -- 10.68kb -> 8.44kb (20.99%)
/archive/v0.7/blog/2018/img/https_from_the_app.svg -- 65.43kb -> 51.71kb (20.96%)
/archive/v1.0/blog/2018/egress-https/https_from_the_app.svg -- 65.43kb -> 51.71kb (20.96%)
/archive/v1.0/zh/blog/2018/egress-https/https_from_the_app.svg -- 65.43kb -> 51.71kb (20.96%)
/archive/v0.8/blog/2018/img/https_from_the_app.svg -- 65.43kb -> 51.71kb (20.96%)
/archive/v0.6/blog/2018/img/https_from_the_app.svg -- 65.43kb -> 51.71kb (20.96%)
/archive/v0.5/blog/2018/img/https_from_the_app.svg -- 65.43kb -> 51.71kb (20.96%)
/content/en/docs/tasks/observability/kiali/kiali-wiz0-graph-options.png -- 82.54kb -> 65.34kb (20.83%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-wiz0-graph-options.png -- 82.54kb -> 65.34kb (20.83%)
/archive/v0.8/docs/setup/kubernetes/img/dm_kubernetes_workloads.png -- 85.84kb -> 67.97kb (20.81%)
/content/en/docs/tasks/observability/kiali/kiali-validate3-ok.png -- 86.71kb -> 68.68kb (20.8%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-validate3-ok.png -- 86.71kb -> 68.68kb (20.8%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-validate2-errormsg.png -- 53.18kb -> 42.43kb (20.22%)
/content/en/docs/tasks/observability/kiali/kiali-validate2-errormsg.png -- 53.18kb -> 42.43kb (20.22%)
/archive/v1.3/img/istio-logo.svg -- 0.24kb -> 0.19kb (20.08%)
/archive/v0.3/docs/setup/kubernetes/img/dm_kubernetes_workloads.png -- 89.64kb -> 71.86kb (19.84%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-overview.png -- 47.47kb -> 38.13kb (19.68%)
/archive/v1.0/img/istio-logo.svg -- 0.32kb -> 0.26kb (19.64%)
/archive/v0.3/img/istio-logo.svg -- 0.32kb -> 0.26kb (19.64%)
/archive/v1.3/img/istio-whitelogo-nobackground-unframed.svg -- 0.32kb -> 0.26kb (19.64%)
/archive/v0.6/img/istio-logo.svg -- 0.32kb -> 0.26kb (19.64%)
/archive/v0.7/img/istio-logo.svg -- 0.32kb -> 0.26kb (19.64%)
/archive/v0.8/img/istio-logo.svg -- 0.32kb -> 0.26kb (19.64%)
/content/en/docs/tasks/observability/kiali/kiali-istioconfig2-details-errormsgs.png -- 85.37kb -> 68.63kb (19.61%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-istioconfig2-details-errormsgs.png -- 85.37kb -> 68.63kb (19.61%)
/archive/v0.3/docs/setup/kubernetes/img/dm_zipkin.png -- 140.15kb -> 112.73kb (19.56%)
/archive/v0.5/img/exclamation-mark.svg -- 2.47kb -> 1.99kb (19.5%)
/archive/v0.4/img/exclamation-mark.svg -- 2.47kb -> 1.99kb (19.5%)
/archive/v0.3/favicons/android-48x48.png -- 0.75kb -> 0.61kb (19.2%)
/archive/v0.3/docs/setup/kubernetes/img/dm_bookinfo.png -- 83.54kb -> 67.68kb (18.99%)
/archive/v0.3/docs/tasks/telemetry/img/zipkin_dashboard.png -- 57.84kb -> 47.00kb (18.75%)
/archive/v1.0/img/istio-blue-logo.svg -- 0.32kb -> 0.26kb (18.73%)
/archive/v1.3/img/istio-bluelogo-nobackground-unframed.svg -- 0.32kb -> 0.26kb (18.73%)
/archive/v0.2/docs/tasks/telemetry/img/jaeger_trace.png -- 45.36kb -> 36.86kb (18.72%)
/archive/v0.2/img/stackoverflow.png -- 3.57kb -> 2.90kb (18.67%)
/archive/v0.1/img/stackoverflow.png -- 3.57kb -> 2.90kb (18.67%)
/archive/v0.3/img/monitoring.svg -- 2.42kb -> 1.97kb (18.59%)
/archive/v0.3/img/stackoverflow.png -- 3.56kb -> 2.90kb (18.42%)
/archive/v0.6/img/rss.svg -- 0.50kb -> 0.41kb (18.32%)
/archive/v0.5/img/rss.svg -- 0.50kb -> 0.41kb (18.32%)
/archive/v0.8/img/rss.svg -- 0.50kb -> 0.41kb (18.32%)
/archive/v0.7/img/rss.svg -- 0.50kb -> 0.41kb (18.32%)
/archive/v1.0/img/rss.svg -- 0.47kb -> 0.38kb (18.26%)
/content/en/docs/tasks/observability/kiali/kiali-graph.png -- 119.75kb -> 98.10kb (18.08%)
/archive/v1.6/docs/tasks/observability/kiali/kiali-graph.png -- 119.75kb -> 98.10kb (18.08%)
/content/en/about/community/customers/fico.svg -- 3.20kb -> 2.62kb (18.08%)
/content/en/about/community/customers/rapido.png -- 42.78kb -> 35.06kb (18.04%)
/content/en/about/community/customers/lowes.svg -- 4.74kb -> 3.90kb (17.81%)
/archive/v1.3/img/istio-whitelogo-bluebackground-unframed.svg -- 0.39kb -> 0.32kb (17.75%)
/archive/v0.7/img/istio-logo-blue-background.svg -- 0.39kb -> 0.32kb (17.75%)
/archive/v0.6/img/istio-logo-blue-background.svg -- 0.39kb -> 0.32kb (17.75%)
/archive/v0.3/img/istio-logo-blue-background.svg -- 0.39kb -> 0.32kb (17.75%)
/archive/v0.8/img/istio-logo-blue-background.svg -- 0.39kb -> 0.32kb (17.75%)
/archive/v1.0/img/istio-logo-blue-background.svg -- 0.39kb -> 0.32kb (17.75%)
/archive/v1.0/docs/tasks/telemetry/kiali/kiali-overview.png -- 34.52kb -> 28.51kb (17.41%)
/archive/v0.2/img/istio_zipkin_dashboard.png -- 166.26kb -> 137.50kb (17.3%)
/archive/v0.1/img/istio_zipkin_dashboard.png -- 166.26kb -> 137.50kb (17.3%)
/archive/v1.0/img/istio-logo-social.svg -- 0.35kb -> 0.29kb (17.27%)
/archive/v0.3/img/istio-logo-social.svg -- 0.35kb -> 0.29kb (17.27%)
/archive/v0.6/img/istio-logo-social.svg -- 0.35kb -> 0.29kb (17.27%)
/archive/v0.7/img/istio-logo-social.svg -- 0.35kb -> 0.29kb (17.27%)
/archive/v0.8/img/istio-logo-social.svg -- 0.35kb -> 0.29kb (17.27%)
/archive/v1.3/img/istio-whitelogo-nobackground-framed.svg -- 0.35kb -> 0.29kb (17.27%)
/archive/v0.3/docs/tasks/telemetry/img/zipkin_span.png -- 37.93kb -> 31.40kb (17.22%)
/archive/v1.0/img/istio-blue-logo-white-background.svg -- 0.39kb -> 0.32kb (17.13%)
/archive/v1.3/img/istio-bluelogo-whitebackground-unframed.svg -- 0.39kb -> 0.32kb (17.13%)
/archive/v1.0/img/istio-blue-logo-social.svg -- 0.35kb -> 0.29kb (17.13%)
/archive/v1.3/img/istio-bluelogo-nobackground-framed.svg -- 0.35kb -> 0.29kb (17.13%)
/archive/v0.4/img/twitter.svg -- 1.22kb -> 1.01kb (17.12%)
/archive/v0.5/img/twitter.svg -- 1.22kb -> 1.01kb (17.12%)
/archive/v0.3/img/twitter.svg -- 1.22kb -> 1.01kb (17.12%)
/archive/v0.6/img/twitter.svg -- 1.22kb -> 1.01kb (17.12%)
/archive/v0.7/img/twitter.svg -- 1.22kb -> 1.01kb (17.12%)
/archive/v0.8/img/twitter.svg -- 1.22kb -> 1.01kb (17.12%)
/archive/v0.3/docs/tasks/telemetry/img/dashboard-with-traffic.png -- 331.62kb -> 275.34kb (16.97%)
/content/en/about/community/customers/chiper.png -- 16.80kb -> 14.02kb (16.55%)
/archive/v1.0/img/istio-blue-logo-social-white-background.svg -- 0.42kb -> 0.35kb (16.47%)
/archive/v1.3/img/istio-bluelogo-whitebackground-framed.svg -- 0.42kb -> 0.35kb (16.47%)
/archive/v0.3/docs/setup/kubernetes/img/dm_launcher.png -- 62.83kb -> 52.49kb (16.46%)
/archive/v0.7/blog/2018/img/bookinfo-ratings-v2-mysql-external.svg -- 138.04kb -> 115.98kb (15.98%)
/archive/v1.0/blog/2018/egress-tcp/bookinfo-ratings-v2-mysql-external.svg -- 138.04kb -> 115.98kb (15.98%)
/archive/v1.0/zh/blog/2018/egress-tcp/bookinfo-ratings-v2-mysql-external.svg -- 138.04kb -> 115.98kb (15.98%)
/archive/v0.8/blog/2018/img/bookinfo-ratings-v2-mysql-external.svg -- 138.04kb -> 115.98kb (15.98%)
/archive/v0.5/blog/2018/img/bookinfo-ratings-v2-mysql-external.svg -- 138.04kb -> 115.98kb (15.98%)
/archive/v0.6/blog/2018/img/bookinfo-ratings-v2-mysql-external.svg -- 138.04kb -> 115.98kb (15.98%)
/archive/v0.1/docs/samples/img/bookinfo/withistio.png -- 52.22kb -> 43.88kb (15.96%)
/archive/v0.2/docs/guides/img/bookinfo/withistio.png -- 52.22kb -> 43.88kb (15.96%)
/archive/v1.0/img/istio-logo-social-blue-background.svg -- 0.42kb -> 0.35kb (15.89%)
/archive/v1.3/img/istio-whitelogo-bluebackground-framed.svg -- 0.42kb -> 0.35kb (15.89%)
/archive/v0.3/img/istio-logo-social-blue-background.svg -- 0.42kb -> 0.35kb (15.89%)
/archive/v0.6/img/istio-logo-social-blue-background.svg -- 0.42kb -> 0.35kb (15.89%)
/archive/v0.7/img/istio-logo-social-blue-background.svg -- 0.42kb -> 0.35kb (15.89%)
/archive/v0.8/img/istio-logo-social-blue-background.svg -- 0.42kb -> 0.35kb (15.89%)
/archive/v0.1/docs/samples/img/bookinfo/noistio.png -- 45.41kb -> 38.27kb (15.72%)
/archive/v0.2/docs/guides/img/bookinfo/noistio.png -- 45.41kb -> 38.27kb (15.72%)
/archive/v0.1/favicons/mstile-150x150.png -- 4.66kb -> 3.93kb (15.64%)
/archive/v0.2/favicons/mstile-150x150.png -- 4.66kb -> 3.93kb (15.64%)
/archive/v1.0/img/bulb.svg -- 3.73kb -> 3.17kb (15.05%)
/archive/v0.3/img/resilience.svg -- 2.54kb -> 2.16kb (14.83%)
/archive/v0.4/assets/javascript/anchor-js/docs/img/primer-md.png -- 16.35kb -> 13.93kb (14.78%)
/archive/v0.5/assets/javascript/anchor-js/docs/img/primer-md.png -- 16.35kb -> 13.93kb (14.78%)
/archive/v0.3/assets/javascript/anchor-js/docs/img/primer-md.png -- 16.35kb -> 13.93kb (14.78%)
/archive/v0.7/assets/javascript/anchor-js/docs/img/primer-md.png -- 16.35kb -> 13.93kb (14.78%)
/archive/v0.6/assets/javascript/anchor-js/docs/img/primer-md.png -- 16.35kb -> 13.93kb (14.78%)
/archive/v0.2/assets/javascript/anchor-js/docs/img/primer-md.png -- 16.35kb -> 13.93kb (14.78%)
/archive/v0.5/img/istio-logo.svg -- 0.30kb -> 0.26kb (14.74%)
/archive/v0.4/img/istio-logo.svg -- 0.30kb -> 0.26kb (14.74%)
/archive/v0.1/favicons/android-chrome-96x96.png -- 3.22kb -> 2.75kb (14.58%)
/archive/v0.2/favicons/android-chrome-96x96.png -- 3.22kb -> 2.75kb (14.58%)
/archive/v0.3/img/policy.svg -- 1.48kb -> 1.27kb (14.46%)
/content/en/about/community/customers/skyscanner.svg -- 10.44kb -> 8.96kb (14.14%)
/archive/v0.6/img/group.svg -- 2.55kb -> 2.19kb (13.98%)
/archive/v0.3/img/group.svg -- 2.55kb -> 2.19kb (13.98%)
/archive/v0.7/img/group.svg -- 2.55kb -> 2.19kb (13.98%)
/archive/v0.8/img/group.svg -- 2.55kb -> 2.19kb (13.98%)
/archive/v0.7/blog/2018/img/bookinfo-details-v2.svg -- 123.17kb -> 106.26kb (13.74%)
/archive/v1.0/blog/2018/egress-https/bookinfo-details-v2.svg -- 123.17kb -> 106.26kb (13.74%)
/archive/v1.0/zh/blog/2018/egress-https/bookinfo-details-v2.svg -- 123.17kb -> 106.26kb (13.74%)
/archive/v0.8/blog/2018/img/bookinfo-details-v2.svg -- 123.17kb -> 106.26kb (13.74%)
/archive/v0.5/blog/2018/img/bookinfo-details-v2.svg -- 123.17kb -> 106.26kb (13.74%)
/archive/v0.6/blog/2018/img/bookinfo-details-v2.svg -- 123.17kb -> 106.26kb (13.74%)
/content/en/about/community/customers/amadeus.svg -- 4.45kb -> 3.84kb (13.73%)
/content/en/about/community/customers/william-hill.svg -- 13.58kb -> 11.77kb (13.34%)
/archive/v1.0/img/cadence.svg -- 3.77kb -> 3.27kb (13.21%)
/archive/v0.7/docs/guides/img/bookinfo/withistio.svg -- 95.65kb -> 83.16kb (13.07%)
/archive/v0.1/docs/samples/img/bookinfo/withistio.svg -- 95.65kb -> 83.16kb (13.07%)
/archive/v1.0/docs/examples/bookinfo/withistio.svg -- 95.65kb -> 83.16kb (13.07%)
/archive/v1.0/zh/docs/examples/bookinfo/withistio.svg -- 95.65kb -> 83.16kb (13.07%)
/archive/v0.2/docs/guides/img/bookinfo/withistio.svg -- 95.65kb -> 83.16kb (13.07%)
/archive/v0.8/docs/guides/img/bookinfo/withistio.svg -- 95.65kb -> 83.16kb (13.07%)
/archive/v0.4/docs/guides/img/bookinfo/withistio.svg -- 95.65kb -> 83.16kb (13.07%)
/archive/v0.3/docs/guides/img/bookinfo/withistio.svg -- 95.65kb -> 83.16kb (13.07%)
/archive/v0.6/docs/guides/img/bookinfo/withistio.svg -- 95.65kb -> 83.16kb (13.07%)
/archive/v0.5/docs/guides/img/bookinfo/withistio.svg -- 95.65kb -> 83.16kb (13.07%)
/archive/v0.3/docs/tasks/telemetry/img/grafana-istio-dashboard.png -- 152.77kb -> 133.00kb (12.94%)
/archive/v0.3/assets/javascript/anchor-js/docs/img/mini-logo.png -- 2.21kb -> 1.92kb (12.93%)
/archive/v0.5/assets/javascript/anchor-js/docs/img/mini-logo.png -- 2.21kb -> 1.92kb (12.93%)
/archive/v0.7/assets/javascript/anchor-js/docs/img/mini-logo.png -- 2.21kb -> 1.92kb (12.93%)
/archive/v0.6/assets/javascript/anchor-js/docs/img/mini-logo.png -- 2.21kb -> 1.92kb (12.93%)
/archive/v0.4/assets/javascript/anchor-js/docs/img/mini-logo.png -- 2.21kb -> 1.92kb (12.93%)
/archive/v0.2/assets/javascript/anchor-js/docs/img/mini-logo.png -- 2.21kb -> 1.92kb (12.93%)
/archive/v0.3/img/istio_grafana_dashboard-new.png -- 584.92kb -> 509.90kb (12.83%)
/archive/v1.0/img/examples.svg -- 0.74kb -> 0.65kb (12.78%)
/archive/v0.5/img/istio-logo-blue-background.svg -- 0.37kb -> 0.32kb (12.73%)
/archive/v0.4/img/istio-logo-blue-background.svg -- 0.37kb -> 0.32kb (12.73%)
/archive/v0.5/img/istio-logo-social.svg -- 0.33kb -> 0.29kb (12.65%)
/archive/v0.4/img/istio-logo-social.svg -- 0.33kb -> 0.29kb (12.65%)
/archive/v0.3/favicons/android-36x36.png -- 0.53kb -> 0.46kb (12.62%)
/archive/v1.0/docs/setup/kubernetes/quick-start-gke/dm_kiali.png -- 131.91kb -> 115.44kb (12.49%)
/archive/v1.0/img/reference.svg -- 0.67kb -> 0.59kb (12.45%)
/archive/v0.3/docs/tasks/telemetry/img/dashboard_response_size.png -- 64.75kb -> 56.89kb (12.13%)
/archive/v0.3/docs/tasks/telemetry/img/jaeger_dashboard.png -- 58.13kb -> 51.19kb (11.95%)
/archive/v0.5/assets/javascript/anchor-js/docs/fonts/anchorjs-extras.svg -- 1.76kb -> 1.55kb (11.76%)
/archive/v0.6/assets/javascript/anchor-js/docs/fonts/anchorjs-extras.svg -- 1.76kb -> 1.55kb (11.76%)
/archive/v0.7/assets/javascript/anchor-js/docs/fonts/anchorjs-extras.svg -- 1.76kb -> 1.55kb (11.76%)
/archive/v0.2/assets/javascript/anchor-js/docs/fonts/anchorjs-extras.svg -- 1.76kb -> 1.55kb (11.76%)
/archive/v0.4/assets/javascript/anchor-js/docs/fonts/anchorjs-extras.svg -- 1.76kb -> 1.55kb (11.76%)
/archive/v0.3/assets/javascript/anchor-js/docs/fonts/anchorjs-extras.svg -- 1.76kb -> 1.55kb (11.76%)
/archive/v1.0/img/tasks.svg -- 1.07kb -> 0.94kb (11.63%)
/archive/v0.3/docs/setup/kubernetes/img/dm_grafana.png -- 126.37kb -> 111.84kb (11.5%)
/archive/v1.0/docs/concepts/security/authn.svg -- 226.01kb -> 200.49kb (11.29%)
/archive/v1.0/zh/docs/concepts/security/authn.svg -- 226.01kb -> 200.49kb (11.29%)
/archive/v0.5/img/istio-logo-social-blue-background.svg -- 0.40kb -> 0.35kb (11.11%)
/archive/v0.4/img/istio-logo-social-blue-background.svg -- 0.40kb -> 0.35kb (11.11%)
/content/en/about/community/customers/hsbc.svg -- 1.63kb -> 1.45kb (11.01%)
/archive/v0.3/docs/setup/kubernetes/img/grafana_dashboard.png -- 108.38kb -> 96.75kb (10.73%)
/archive/v0.4/assets/javascript/anchor-js/docs/img/gh-link.svg -- 1.18kb -> 1.06kb (10.35%)
/archive/v0.5/assets/javascript/anchor-js/docs/img/gh-link.svg -- 1.18kb -> 1.06kb (10.35%)
/archive/v0.3/assets/javascript/anchor-js/docs/img/gh-link.svg -- 1.18kb -> 1.06kb (10.35%)
/archive/v0.7/assets/javascript/anchor-js/docs/img/gh-link.svg -- 1.18kb -> 1.06kb (10.35%)
/archive/v0.6/assets/javascript/anchor-js/docs/img/gh-link.svg -- 1.18kb -> 1.06kb (10.35%)
/archive/v0.2/assets/javascript/anchor-js/docs/img/gh-link.svg -- 1.18kb -> 1.06kb (10.35%)
/archive/v1.1/zh/about/community/customers/autodesk.png -- 12.61kb -> 11.30kb (10.33%)
/archive/v1.1/about/community/customers/autodesk.png -- 12.61kb -> 11.30kb (10.33%)
/archive/v0.7/docs/guides/img/bookinfo/noistio.svg -- 82.68kb -> 74.35kb (10.08%)
/archive/v1.0/docs/examples/bookinfo/noistio.svg -- 82.68kb -> 74.35kb (10.08%)
/archive/v1.0/zh/docs/examples/bookinfo/noistio.svg -- 82.68kb -> 74.35kb (10.08%)
/archive/v0.1/docs/samples/img/bookinfo/noistio.svg -- 82.68kb -> 74.35kb (10.08%)
/archive/v0.2/docs/guides/img/bookinfo/noistio.svg -- 82.68kb -> 74.35kb (10.08%)
/archive/v0.8/docs/guides/img/bookinfo/noistio.svg -- 82.68kb -> 74.35kb (10.08%)
/archive/v0.3/docs/guides/img/bookinfo/noistio.svg -- 82.68kb -> 74.35kb (10.08%)
/archive/v0.4/docs/guides/img/bookinfo/noistio.svg -- 82.68kb -> 74.35kb (10.08%)
/archive/v0.6/docs/guides/img/bookinfo/noistio.svg -- 82.68kb -> 74.35kb (10.08%)
/archive/v0.5/docs/guides/img/bookinfo/noistio.svg -- 82.68kb -> 74.35kb (10.08%)
/archive/v0.5/assets/javascript/anchor-js/docs/img/gh_link.svg -- 1.28kb -> 1.16kb (9.56%)
/archive/v0.6/assets/javascript/anchor-js/docs/img/gh_link.svg -- 1.28kb -> 1.16kb (9.56%)
/archive/v0.7/assets/javascript/anchor-js/docs/img/gh_link.svg -- 1.28kb -> 1.16kb (9.56%)
/archive/v0.2/assets/javascript/anchor-js/docs/img/gh_link.svg -- 1.28kb -> 1.16kb (9.56%)
/archive/v0.4/assets/javascript/anchor-js/docs/img/gh_link.svg -- 1.28kb -> 1.16kb (9.56%)
/archive/v0.3/assets/javascript/anchor-js/docs/img/gh_link.svg -- 1.28kb -> 1.16kb (9.56%)
/archive/v0.8/img/mailing-list.svg -- 0.72kb -> 0.65kb (9.55%)
/archive/v1.0/docs/concepts/security/auth.svg -- 149.01kb -> 134.96kb (9.43%)
/archive/v1.0/zh/docs/concepts/security/auth.svg -- 149.01kb -> 134.96kb (9.43%)
/archive/v0.1/favicons/favicon-32x32.png -- 1.26kb -> 1.14kb (9.38%)
/archive/v0.2/favicons/favicon-32x32.png -- 1.26kb -> 1.14kb (9.38%)
/archive/v1.6/blog/2020/workload-entry/workload-entry-final.svg -- 3.61kb -> 3.27kb (9.34%)
/content/en/blog/2020/workload-entry/workload-entry-final.svg -- 3.61kb -> 3.27kb (9.34%)
/archive/v0.3/docs/tasks/telemetry/img/jaeger_trace.png -- 40.55kb -> 36.86kb (9.09%)
/archive/v1.0/docs/tasks/telemetry/tcp-metrics/istio-tcp-attribute-flow.svg -- 79.07kb -> 72.03kb (8.9%)
/archive/v1.0/zh/docs/tasks/telemetry/tcp-metrics/istio-tcp-attribute-flow.svg -- 79.07kb -> 72.03kb (8.9%)
/archive/v0.5/img/stackoverflow.svg -- 0.66kb -> 0.60kb (8.86%)
/archive/v0.4/img/stackoverflow.svg -- 0.66kb -> 0.60kb (8.86%)
/archive/v0.6/img/stackoverflow.svg -- 0.66kb -> 0.60kb (8.86%)
/archive/v0.7/img/stackoverflow.svg -- 0.66kb -> 0.60kb (8.86%)
/archive/v0.8/img/stackoverflow.svg -- 0.66kb -> 0.60kb (8.86%)
/content/en/about/community/customers/delphi-tech.png -- 23.34kb -> 21.28kb (8.85%)
/content/en/about/community/customers/tokopedia.svg -- 6.00kb -> 5.48kb (8.8%)
/archive/v0.2/docs/tasks/telemetry/img/istio-tcp-attribute-flow.svg -- 35.70kb -> 32.57kb (8.76%)
/archive/v0.3/docs/tasks/telemetry/img/istio-tcp-attribute-flow.svg -- 35.70kb -> 32.57kb (8.76%)
/archive/v0.7/docs/tasks/telemetry/img/istio-tcp-attribute-flow.svg -- 35.70kb -> 32.57kb (8.76%)
/archive/v0.8/docs/tasks/telemetry/img/istio-tcp-attribute-flow.svg -- 35.70kb -> 32.57kb (8.76%)
/archive/v0.6/docs/tasks/telemetry/img/istio-tcp-attribute-flow.svg -- 35.70kb -> 32.57kb (8.76%)
/archive/v0.5/docs/tasks/telemetry/img/istio-tcp-attribute-flow.svg -- 35.70kb -> 32.57kb (8.76%)
/archive/v0.4/docs/tasks/telemetry/img/istio-tcp-attribute-flow.svg -- 35.70kb -> 32.57kb (8.76%)
/archive/v1.0/img/contribute.svg -- 5.80kb -> 5.31kb (8.56%)
/archive/v1.6/blog/2020/workload-entry/workload-entry-first-example.svg -- 3.86kb -> 3.53kb (8.46%)
/content/en/blog/2020/workload-entry/workload-entry-first-example.svg -- 3.86kb -> 3.53kb (8.46%)
/archive/v1.0/img/about.svg -- 1.26kb -> 1.16kb (8.21%)
/archive/v0.8/blog/2018/img/http-to-gateway.svg -- 68.39kb -> 63.26kb (7.5%)
/archive/v0.4/img/group.svg -- 2.37kb -> 2.19kb (7.46%)
/archive/v0.5/img/group.svg -- 2.37kb -> 2.19kb (7.46%)
/archive/v0.8/blog/2018/img/https-to-gateway.svg -- 67.43kb -> 62.51kb (7.31%)
/archive/v0.5/assets/javascript/anchor-js/docs/img/hyperlink.svg -- 1.74kb -> 1.62kb (7.01%)
/archive/v0.4/assets/javascript/anchor-js/docs/img/hyperlink.svg -- 1.74kb -> 1.62kb (7.01%)
/archive/v0.7/assets/javascript/anchor-js/docs/img/hyperlink.svg -- 1.74kb -> 1.62kb (7.01%)
/archive/v0.3/assets/javascript/anchor-js/docs/img/hyperlink.svg -- 1.74kb -> 1.62kb (7.01%)
/archive/v0.6/assets/javascript/anchor-js/docs/img/hyperlink.svg -- 1.74kb -> 1.62kb (7.01%)
/archive/v0.2/assets/javascript/anchor-js/docs/img/hyperlink.svg -- 1.74kb -> 1.62kb (7.01%)
/archive/v1.0/img/guide.svg -- 1.91kb -> 1.78kb (6.51%)
/archive/v1.0/img/vulnerabilities.svg -- 15.57kb -> 14.57kb (6.42%)
/archive/v0.3/favicons/favicon-32x32.png -- 0.46kb -> 0.43kb (6.18%)
/archive/v0.6/img/bulb.svg -- 3.28kb -> 3.09kb (5.92%)
/archive/v0.7/img/bulb.svg -- 3.28kb -> 3.09kb (5.92%)
/archive/v0.8/img/bulb.svg -- 3.28kb -> 3.09kb (5.92%)
/archive/v0.2/img/istio_grafana_dashboard.png -- 317.95kb -> 299.22kb (5.89%)
/archive/v0.1/img/istio_grafana_dashboard.png -- 317.95kb -> 299.22kb (5.89%)
/content/en/about/community/customers/schlumberger.svg -- 7.50kb -> 7.08kb (5.56%)
/archive/v1.0/img/docs.svg -- 1.86kb -> 1.76kb (5.5%)
/content/en/about/community/customers/shop-apotheke.svg -- 8.16kb -> 7.72kb (5.36%)
/content/en/about/community/customers/under-armour.svg -- 6.20kb -> 5.88kb (5.26%)
/archive/v1.0/img/setup.svg -- 0.87kb -> 0.83kb (5.26%)
/archive/v1.0/img/notes.svg -- 2.15kb -> 2.04kb (5.23%)
/archive/v0.3/docs/setup/kubernetes/img/dm_servicegraph.png -- 70.24kb -> 66.81kb (4.89%)
/archive/v1.0/img/blog.svg -- 2.56kb -> 2.44kb (4.84%)
/content/en/about/community/customers/lime.svg -- 11.01kb -> 10.49kb (4.7%)
/archive/v0.4/img/routing.svg -- 1.75kb -> 1.67kb (4.53%)
/archive/v1.0/img/community.svg -- 3.31kb -> 3.16kb (4.46%)
/content/en/about/community/customers/nandos.svg -- 180.73kb -> 173.21kb (4.16%)
/archive/v1.0/img/feature-status.svg -- 3.22kb -> 3.09kb (4.04%)
/content/en/about/community/customers/wayfair.svg -- 6.92kb -> 6.65kb (3.91%)
/archive/v1.0/img/bugs.svg -- 4.81kb -> 4.63kb (3.88%)
/content/en/about/community/customers/hellofresh.svg -- 13.42kb -> 12.91kb (3.86%)
/archive/v0.4/img/monitoring.svg -- 2.05kb -> 1.97kb (3.77%)
/content/en/about/community/customers/usaf.svg -- 5.03kb -> 4.84kb (3.69%)
/archive/v1.0/img/faq.svg -- 7.99kb -> 7.71kb (3.54%)
/archive/v1.0/img/glossary.svg -- 2.96kb -> 2.85kb (3.5%)
/archive/v1.0/img/help.svg -- 9.30kb -> 8.99kb (3.3%)
/content/en/about/community/customers/walmart.svg -- 4.77kb -> 4.62kb (3.17%)
/archive/v0.8/img/rocket-chat.svg -- 1.94kb -> 1.88kb (3.12%)
/content/en/about/community/customers/gov-uk.svg -- 7.62kb -> 7.41kb (2.76%)
/archive/v0.1/img/istio-logo.svg -- 0.43kb -> 0.42kb (2.71%)
/archive/v0.2/img/istio-logo.svg -- 0.43kb -> 0.42kb (2.71%)
/archive/v0.4/img/policy.svg -- 1.30kb -> 1.27kb (2.63%)
/content/en/about/community/customers/chiper.svg -- 4.47kb -> 4.36kb (2.49%)
/archive/v0.4/img/resilience.svg -- 2.21kb -> 2.16kb (2.47%)
/content/en/about/community/customers/masmovil.svg -- 21.29kb -> 20.79kb (2.39%)
/archive/v1.6/about/community/partners/signalsciences.svg -- 9.81kb -> 9.58kb (2.37%)
/content/en/about/community/partners/signalsciences.svg -- 9.81kb -> 9.58kb (2.37%)
/archive/v1.6/zh/about/community/partners/signalsciences.svg -- 9.81kb -> 9.58kb (2.37%)
/archive/v1.4/img/istio-embroideredlogo.png -- 1,725.96kb -> 1,688.94kb (2.14%)
/content/en/about/community/customers/gojek.svg -- 2.01kb -> 1.97kb (2.14%)
/archive/v0.4/img/bulb.svg -- 3.15kb -> 3.09kb (1.83%)
/archive/v0.5/img/bulb.svg -- 3.15kb -> 3.09kb (1.83%)
/archive/v1.6/docs/ops/configuration/telemetry/monitoring-multicluster-prometheus/in-mesh-production-prometheus.svg -- 141.09kb -> 138.61kb (1.76%)
/content/en/docs/ops/configuration/telemetry/monitoring-multicluster-prometheus/in-mesh-production-prometheus.svg -- 141.09kb -> 138.61kb (1.76%)
/archive/v1.0/blog/2018/v1alpha3-routing/gateways.svg -- 148.46kb -> 145.94kb (1.7%)
/archive/v1.0/zh/blog/2018/v1alpha3-routing/gateways.svg -- 148.46kb -> 145.94kb (1.7%)
/archive/v0.8/blog/2018/img/gateways.svg -- 148.46kb -> 145.94kb (1.7%)
/archive/v1.6/docs/ops/configuration/telemetry/monitoring-multicluster-prometheus/external-production-prometheus.svg -- 161.00kb -> 158.40kb (1.62%)
/content/en/docs/ops/configuration/telemetry/monitoring-multicluster-prometheus/external-production-prometheus.svg -- 161.00kb -> 158.40kb (1.62%)
/content/en/about/community/customers/spotify.svg -- 4.39kb -> 4.33kb (1.4%)
/archive/v0.2/img/istio-logo-blue-background.svg -- 0.35kb -> 0.35kb (1.39%)
/archive/v0.1/img/istio-logo-blue-background.svg -- 0.35kb -> 0.35kb (1.39%)
/archive/v1.5/docs/concepts/security/id-prov.svg -- 16.40kb -> 16.19kb (1.28%)
/archive/v1.5/pt-br/docs/concepts/security/id-prov.svg -- 16.40kb -> 16.19kb (1.28%)
/content/en/about/community/customers/giphy.svg -- 1.00kb -> 0.99kb (1.27%)
/archive/v0.2/docs/concepts/traffic-management/img/pilot/ServiceModel_RequestFlow.png -- 21.03kb -> 20.79kb (1.14%)
/content/en/about/community/customers/trivago.svg -- 1.84kb -> 1.82kb (1.11%)
/archive/v0.1/docs/concepts/traffic-management/img/pilot/ServiceModel_RequestFlow.svg -- 57.37kb -> 56.75kb (1.09%)
/archive/v0.2/img/twitter.png -- 1.65kb -> 1.63kb (1.07%)
/archive/v0.1/img/twitter.png -- 1.65kb -> 1.63kb (1.07%)
/archive/v1.4/blog/2020/multi-cluster-mesh-automation/Istio_mesh_example_with_admiral.svg -- 236.28kb -> 233.77kb (1.06%)
/archive/v1.5/docs/ops/best-practices/observability/production-prometheus.svg -- 132.91kb -> 131.50kb (1.06%)
/archive/v1.6/docs/ops/best-practices/observability/production-prometheus.svg -- 132.91kb -> 131.50kb (1.06%)
/content/en/docs/ops/best-practices/observability/production-prometheus.svg -- 132.91kb -> 131.50kb (1.06%)
/archive/v0.8/docs/concepts/security/img/authn.svg -- 168.93kb -> 167.15kb (1.05%)
/archive/v0.8/docs/concepts/policies-and-telemetry/img/adapters.svg -- 25.21kb -> 24.95kb (1.04%)
/archive/v0.6/docs/concepts/policy-and-control/img/mixer/adapters.svg -- 25.21kb -> 24.95kb (1.04%)
/archive/v0.5/docs/concepts/policy-and-control/img/mixer/adapters.svg -- 25.21kb -> 24.95kb (1.04%)
/archive/v0.7/docs/concepts/policy-and-control/img/mixer/adapters.svg -- 25.21kb -> 24.95kb (1.04%)
/archive/v0.1/docs/concepts/policy-and-control/img/mixer/adapters.svg -- 25.21kb -> 24.95kb (1.04%)
/archive/v0.4/docs/concepts/policy-and-control/img/mixer/adapters.svg -- 25.21kb -> 24.95kb (1.04%)
/archive/v0.3/docs/concepts/policy-and-control/img/mixer/adapters.svg -- 25.21kb -> 24.95kb (1.04%)
/archive/v0.2/docs/concepts/policy-and-control/img/mixer/adapters.svg -- 25.21kb -> 24.95kb (1.04%)
/archive/v1.4/blog/2020/multi-cluster-mesh-automation/Istio_mesh_example.svg -- 193.44kb -> 191.44kb (1.04%)
/archive/v0.6/docs/concepts/traffic-management/img/pilot/PilotAdapters.svg -- 63.78kb -> 63.13kb (1.02%)
/archive/v0.1/docs/concepts/traffic-management/img/pilot/PilotAdapters.svg -- 63.78kb -> 63.13kb (1.02%)
/archive/v0.7/docs/concepts/traffic-management/img/pilot/PilotAdapters.svg -- 63.78kb -> 63.13kb (1.02%)
/archive/v0.8/docs/concepts/traffic-management/img/pilot/PilotAdapters.svg -- 63.78kb -> 63.13kb (1.02%)
/archive/v0.2/docs/concepts/traffic-management/img/pilot/PilotAdapters.svg -- 63.78kb -> 63.13kb (1.02%)
/archive/v0.5/docs/concepts/traffic-management/img/pilot/PilotAdapters.svg -- 63.78kb -> 63.13kb (1.02%)
/archive/v0.4/docs/concepts/traffic-management/img/pilot/PilotAdapters.svg -- 63.78kb -> 63.13kb (1.02%)
/archive/v0.3/docs/concepts/traffic-management/img/pilot/PilotAdapters.svg -- 63.78kb -> 63.13kb (1.02%)
/archive/v0.1/img/github.png -- 8.93kb -> 8.84kb (0.94%)
/archive/v0.1/docs/concepts/traffic-management/img/pilot/ServiceModel_Versions.svg -- 92.43kb -> 91.61kb (0.89%)
/archive/v0.2/docs/concepts/traffic-management/img/pilot/ServiceModel_Versions.svg -- 92.43kb -> 91.61kb (0.89%)
/archive/v0.4/docs/concepts/traffic-management/img/pilot/ServiceModel_Versions.svg -- 92.43kb -> 91.61kb (0.89%)
/archive/v0.3/docs/concepts/traffic-management/img/pilot/ServiceModel_Versions.svg -- 92.43kb -> 91.61kb (0.89%)
/archive/v0.6/docs/concepts/traffic-management/img/pilot/ServiceModel_Versions.svg -- 92.59kb -> 91.77kb (0.89%)
/archive/v0.7/docs/concepts/traffic-management/img/pilot/ServiceModel_Versions.svg -- 92.59kb -> 91.77kb (0.89%)
/archive/v0.8/docs/concepts/traffic-management/img/pilot/ServiceModel_Versions.svg -- 92.59kb -> 91.77kb (0.89%)
/archive/v0.5/docs/concepts/traffic-management/img/pilot/ServiceModel_Versions.svg -- 92.59kb -> 91.77kb (0.89%)
/archive/v1.5/docs/concepts/security/authz.svg -- 24.11kb -> 23.91kb (0.83%)
/archive/v0.6/docs/concepts/security/img/mutual-tls/auth.svg -- 175.69kb -> 174.33kb (0.77%)
/archive/v0.5/docs/concepts/security/img/mutual-tls/auth.svg -- 175.69kb -> 174.33kb (0.77%)
/archive/v0.7/docs/concepts/security/img/mutual-tls/auth.svg -- 175.69kb -> 174.33kb (0.77%)
/archive/v0.2/docs/concepts/security/img/auth/auth.svg -- 175.69kb -> 174.33kb (0.77%)
/archive/v0.4/docs/concepts/security/img/auth/auth.svg -- 175.69kb -> 174.33kb (0.77%)
/archive/v0.3/docs/concepts/security/img/auth/auth.svg -- 175.69kb -> 174.33kb (0.77%)
/archive/v0.6/docs/concepts/traffic-management/img/pilot/LoadBalancing.svg -- 100.30kb -> 99.56kb (0.74%)
/archive/v0.1/docs/concepts/traffic-management/img/pilot/LoadBalancing.svg -- 100.30kb -> 99.56kb (0.74%)
/archive/v0.7/docs/concepts/traffic-management/img/pilot/LoadBalancing.svg -- 100.30kb -> 99.56kb (0.74%)
/archive/v0.8/docs/concepts/traffic-management/img/pilot/LoadBalancing.svg -- 100.30kb -> 99.56kb (0.74%)
/archive/v0.5/docs/concepts/traffic-management/img/pilot/LoadBalancing.svg -- 100.30kb -> 99.56kb (0.74%)
/archive/v0.2/docs/concepts/traffic-management/img/pilot/LoadBalancing.svg -- 100.30kb -> 99.56kb (0.74%)
/archive/v0.4/docs/concepts/traffic-management/img/pilot/LoadBalancing.svg -- 100.30kb -> 99.56kb (0.74%)
/archive/v0.3/docs/concepts/traffic-management/img/pilot/LoadBalancing.svg -- 100.30kb -> 99.56kb (0.74%)
/archive/v0.6/docs/concepts/policy-and-control/img/mixer/phases.svg -- 149.20kb -> 148.12kb (0.72%)
/archive/v0.5/docs/concepts/policy-and-control/img/mixer/phases.svg -- 149.20kb -> 148.12kb (0.72%)
/archive/v0.7/docs/concepts/policy-and-control/img/mixer/phases.svg -- 149.20kb -> 148.12kb (0.72%)
/archive/v0.1/docs/concepts/policy-and-control/img/mixer/phases.svg -- 149.20kb -> 148.12kb (0.72%)
/archive/v0.4/docs/concepts/policy-and-control/img/mixer/phases.svg -- 149.20kb -> 148.12kb (0.72%)
/archive/v0.3/docs/concepts/policy-and-control/img/mixer/phases.svg -- 149.20kb -> 148.12kb (0.72%)
/archive/v0.2/docs/concepts/policy-and-control/img/mixer/phases.svg -- 149.20kb -> 148.12kb (0.72%)
/archive/v0.6/docs/concepts/policy-and-control/img/mixer/traffic.svg -- 89.86kb -> 89.23kb (0.71%)
/archive/v0.5/docs/concepts/policy-and-control/img/mixer/traffic.svg -- 89.86kb -> 89.23kb (0.71%)
/archive/v0.7/docs/concepts/policy-and-control/img/mixer/traffic.svg -- 89.86kb -> 89.23kb (0.71%)
/archive/v0.1/docs/concepts/policy-and-control/img/mixer/traffic.svg -- 89.86kb -> 89.23kb (0.71%)
/archive/v0.4/docs/concepts/policy-and-control/img/mixer/traffic.svg -- 89.86kb -> 89.23kb (0.71%)
/archive/v0.3/docs/concepts/policy-and-control/img/mixer/traffic.svg -- 89.86kb -> 89.23kb (0.71%)
/archive/v0.2/docs/concepts/policy-and-control/img/mixer/traffic.svg -- 89.86kb -> 89.23kb (0.71%)
/archive/v0.3/docs/setup/kubernetes/img/servicegraph.png -- 150.34kb -> 149.32kb (0.68%)
/archive/v0.6/docs/concepts/traffic-management/img/pilot/TrafficManagementOverview.svg -- 278.10kb -> 276.28kb (0.65%)
/archive/v0.7/docs/concepts/traffic-management/img/pilot/TrafficManagementOverview.svg -- 278.10kb -> 276.28kb (0.65%)
/archive/v0.2/docs/concepts/traffic-management/img/pilot/TrafficManagementOverview.svg -- 278.10kb -> 276.28kb (0.65%)
/archive/v0.8/docs/concepts/traffic-management/img/pilot/TrafficManagementOverview.svg -- 278.10kb -> 276.28kb (0.65%)
/archive/v0.5/docs/concepts/traffic-management/img/pilot/TrafficManagementOverview.svg -- 278.10kb -> 276.28kb (0.65%)
/archive/v0.1/docs/concepts/traffic-management/img/pilot/TrafficManagementOverview.svg -- 278.10kb -> 276.28kb (0.65%)
/archive/v0.4/docs/concepts/traffic-management/img/pilot/TrafficManagementOverview.svg -- 278.10kb -> 276.28kb (0.65%)
/archive/v0.3/docs/concepts/traffic-management/img/pilot/TrafficManagementOverview.svg -- 278.10kb -> 276.28kb (0.65%)
/archive/v0.7/blog/2017/img/mixer-spof-myth-2.svg -- 163.47kb -> 162.45kb (0.62%)
/archive/v1.0/blog/2017/mixer-spof-myth/mixer-spof-myth-2.svg -- 163.47kb -> 162.45kb (0.62%)
/archive/v1.0/zh/blog/2017/mixer-spof-myth/mixer-spof-myth-2.svg -- 163.47kb -> 162.45kb (0.62%)
/archive/v0.3/blog/img/mixer-spof-myth-2.svg -- 163.47kb -> 162.45kb (0.62%)
/archive/v0.8/docs/concepts/policies-and-telemetry/img/topology-with-cache.svg -- 163.47kb -> 162.45kb (0.62%)
/archive/v0.5/blog/2017/img/mixer-spof-myth-2.svg -- 163.47kb -> 162.45kb (0.62%)
/archive/v0.4/blog/posts/2017/img/mixer-spof-myth-2.svg -- 163.47kb -> 162.45kb (0.62%)
/archive/v0.6/blog/2017/img/mixer-spof-myth-2.svg -- 163.47kb -> 162.45kb (0.62%)
/archive/v0.8/blog/2017/img/mixer-spof-myth-2.svg -- 163.47kb -> 162.45kb (0.62%)
/archive/v0.7/blog/2017/img/mixer-spof-myth-1.svg -- 169.72kb -> 168.69kb (0.61%)
/archive/v1.0/blog/2017/mixer-spof-myth/mixer-spof-myth-1.svg -- 169.72kb -> 168.69kb (0.61%)
/archive/v1.0/zh/blog/2017/mixer-spof-myth/mixer-spof-myth-1.svg -- 169.72kb -> 168.69kb (0.61%)
/archive/v0.3/blog/img/mixer-spof-myth-1.svg -- 169.72kb -> 168.69kb (0.61%)
/archive/v0.5/blog/2017/img/mixer-spof-myth-1.svg -- 169.72kb -> 168.69kb (0.61%)
/archive/v0.4/blog/posts/2017/img/mixer-spof-myth-1.svg -- 169.72kb -> 168.69kb (0.61%)
/archive/v0.6/blog/2017/img/mixer-spof-myth-1.svg -- 169.72kb -> 168.69kb (0.61%)
/archive/v0.8/blog/2017/img/mixer-spof-myth-1.svg -- 169.72kb -> 168.69kb (0.61%)
/archive/v1.5/docs/concepts/security/authn.svg -- 27.89kb -> 27.72kb (0.61%)
/archive/v1.5/pt-br/docs/concepts/security/arch-sec.svg -- 45.23kb -> 44.97kb (0.58%)
/archive/v1.5/docs/concepts/security/arch-sec.svg -- 45.23kb -> 44.97kb (0.58%)
/archive/v1.0/img/concepts.svg -- 0.86kb -> 0.86kb (0.57%)
/archive/v1.0/docs/concepts/policies-and-telemetry/machine.svg -- 86.53kb -> 86.05kb (0.55%)
/archive/v1.0/zh/docs/concepts/policies-and-telemetry/machine.svg -- 86.53kb -> 86.05kb (0.55%)
/archive/v0.8/docs/concepts/policies-and-telemetry/img/machine.svg -- 86.53kb -> 86.05kb (0.55%)
/archive/v0.6/docs/concepts/policy-and-control/img/mixer-config/machine.svg -- 86.53kb -> 86.05kb (0.55%)
/archive/v0.5/docs/concepts/policy-and-control/img/mixer-config/machine.svg -- 86.53kb -> 86.05kb (0.55%)
/archive/v0.2/docs/concepts/policy-and-control/img/mixer-config/machine.svg -- 86.53kb -> 86.05kb (0.55%)
/archive/v0.7/docs/concepts/policy-and-control/img/mixer-config/machine.svg -- 86.53kb -> 86.05kb (0.55%)
/archive/v0.1/docs/concepts/policy-and-control/img/mixer-config/machine.svg -- 86.53kb -> 86.05kb (0.55%)
/archive/v0.4/docs/concepts/policy-and-control/img/mixer-config/machine.svg -- 86.53kb -> 86.05kb (0.55%)
/archive/v0.3/docs/concepts/policy-and-control/img/mixer-config/machine.svg -- 86.53kb -> 86.05kb (0.55%)
/archive/v0.7/docs/guides/img/mesh-expansion.svg -- 223.89kb -> 222.65kb (0.55%)
/archive/v0.2/docs/guides/img/mesh-expansion.svg -- 223.89kb -> 222.65kb (0.55%)
/archive/v0.3/docs/guides/img/mesh-expansion.svg -- 223.89kb -> 222.65kb (0.55%)
/archive/v0.6/docs/guides/img/mesh-expansion.svg -- 223.89kb -> 222.65kb (0.55%)
/archive/v0.4/docs/guides/img/mesh-expansion.svg -- 223.89kb -> 222.65kb (0.55%)
/archive/v0.5/docs/guides/img/mesh-expansion.svg -- 223.89kb -> 222.65kb (0.55%)
/archive/v1.0/zh/docs/concepts/security/node_agent.svg -- 80.56kb -> 80.13kb (0.54%)
/archive/v1.0/docs/concepts/security/node_agent.svg -- 80.56kb -> 80.13kb (0.54%)
/archive/v1.6/zh/blog/2020/tradewinds-2020/architecture-post-istiod.svg -- 169.81kb -> 169.00kb (0.48%)
/content/zh/blog/2020/tradewinds-2020/architecture-post-istiod.svg -- 169.81kb -> 169.00kb (0.48%)
/archive/v1.4/blog/2020/tradewinds-2020/architecture-post-istiod.svg -- 169.81kb -> 169.00kb (0.48%)
/archive/v1.3/docs/concepts/traffic-management/pilot-arch.svg -- 12.72kb -> 12.67kb (0.46%)
/archive/v0.7/docs/concepts/security/img/IstioRBAC.svg -- 80.66kb -> 80.30kb (0.45%)
/archive/v0.8/docs/concepts/security/img/IstioRBAC.svg -- 80.66kb -> 80.30kb (0.45%)
/archive/v0.6/docs/concepts/security/img/IstioRBAC.svg -- 80.66kb -> 80.30kb (0.45%)
/archive/v0.5/docs/concepts/security/img/IstioRBAC.svg -- 80.66kb -> 80.30kb (0.45%)
/archive/v0.1/docs/concepts/network-and-auth/img/auth/auth.svg -- 189.31kb -> 188.50kb (0.43%)
/content/en/about/community/customers/mercari.svg -- 3.25kb -> 3.24kb (0.42%)
/archive/v0.6/docs/concepts/traffic-management/img/pilot/ServiceModel_RequestFlow.svg -- 48.90kb -> 48.69kb (0.42%)
/archive/v0.7/docs/concepts/traffic-management/img/pilot/ServiceModel_RequestFlow.svg -- 48.90kb -> 48.69kb (0.42%)
/archive/v0.2/docs/concepts/traffic-management/img/pilot/ServiceModel_RequestFlow.svg -- 48.90kb -> 48.69kb (0.42%)
/archive/v0.5/docs/concepts/traffic-management/img/pilot/ServiceModel_RequestFlow.svg -- 48.90kb -> 48.69kb (0.42%)
/archive/v0.8/docs/concepts/traffic-management/img/pilot/ServiceModel_RequestFlow.svg -- 48.90kb -> 48.69kb (0.42%)
/archive/v0.4/docs/concepts/traffic-management/img/pilot/ServiceModel_RequestFlow.svg -- 48.90kb -> 48.69kb (0.42%)
/archive/v0.3/docs/concepts/traffic-management/img/pilot/ServiceModel_RequestFlow.svg -- 48.90kb -> 48.69kb (0.42%)
/archive/v1.0/docs/concepts/policies-and-telemetry/adapters.svg -- 37.44kb -> 37.29kb (0.41%)
/archive/v1.0/zh/docs/concepts/policies-and-telemetry/adapters.svg -- 37.44kb -> 37.29kb (0.41%)
/archive/v0.8/docs/concepts/security/img/mutual-tls/auth.svg -- 177.94kb -> 177.21kb (0.41%)
/archive/v0.6/docs/concepts/what-is-istio/img/overview/arch.svg -- 316.35kb -> 315.12kb (0.39%)
/archive/v0.3/docs/concepts/what-is-istio/img/architecture/arch.svg -- 316.35kb -> 315.12kb (0.39%)
/archive/v0.7/docs/concepts/what-is-istio/img/overview/arch.svg -- 316.35kb -> 315.12kb (0.39%)
/archive/v0.1/docs/concepts/what-is-istio/img/architecture/arch.svg -- 316.35kb -> 315.12kb (0.39%)
/archive/v0.5/docs/concepts/what-is-istio/img/overview/arch.svg -- 316.35kb -> 315.12kb (0.39%)
/archive/v0.2/docs/concepts/what-is-istio/img/architecture/arch.svg -- 316.35kb -> 315.12kb (0.39%)
/archive/v0.4/docs/concepts/what-is-istio/img/architecture/arch.svg -- 316.35kb -> 315.12kb (0.39%)
/archive/v1.0/docs/concepts/what-is-istio/arch.svg -- 116.09kb -> 115.65kb (0.38%)
/archive/v1.0/zh/docs/concepts/what-is-istio/arch.svg -- 116.09kb -> 115.65kb (0.38%)
/archive/v1.0/docs/concepts/policies-and-telemetry/topology-with-cache.svg -- 123.19kb -> 122.75kb (0.36%)
/archive/v1.0/zh/docs/concepts/policies-and-telemetry/topology-with-cache.svg -- 123.19kb -> 122.75kb (0.36%)
/archive/v1.0/docs/concepts/security/authz.svg -- 106.01kb -> 105.65kb (0.34%)
/archive/v1.0/zh/docs/concepts/security/authz.svg -- 106.01kb -> 105.65kb (0.34%)
/archive/v1.0/docs/concepts/traffic-management/LoadBalancing.svg -- 101.57kb -> 101.24kb (0.33%)
/archive/v1.0/zh/docs/concepts/traffic-management/LoadBalancing.svg -- 101.57kb -> 101.24kb (0.33%)
/archive/v0.8/docs/concepts/what-is-istio/img/overview/arch.svg -- 112.47kb -> 112.10kb (0.32%)
/archive/v1.0/docs/concepts/policies-and-telemetry/topology-without-cache.svg -- 113.85kb -> 113.48kb (0.32%)
/archive/v1.0/zh/docs/concepts/policies-and-telemetry/topology-without-cache.svg -- 113.85kb -> 113.48kb (0.32%)
/archive/v1.0/docs/concepts/traffic-management/PilotAdapters.svg -- 114.72kb -> 114.37kb (0.31%)
/archive/v1.0/zh/docs/concepts/traffic-management/PilotAdapters.svg -- 114.72kb -> 114.37kb (0.31%)
/archive/v1.0/docs/examples/integrating-vms/mesh-expansion.svg -- 277.16kb -> 276.32kb (0.3%)
/archive/v1.0/zh/docs/examples/integrating-vms/mesh-expansion.svg -- 277.16kb -> 276.32kb (0.3%)
/archive/v1.0/docs/concepts/traffic-management/ServiceModel_RequestFlow.svg -- 118.58kb -> 118.23kb (0.29%)
/archive/v1.0/zh/docs/concepts/traffic-management/ServiceModel_RequestFlow.svg -- 118.58kb -> 118.23kb (0.29%)
/archive/v1.0/docs/concepts/traffic-management/ServiceModel_Versions.svg -- 168.09kb -> 167.61kb (0.29%)
/archive/v1.0/zh/docs/concepts/traffic-management/ServiceModel_Versions.svg -- 168.09kb -> 167.61kb (0.29%)
/archive/v1.0/docs/concepts/traffic-management/TrafficManagementOverview.svg -- 539.19kb -> 537.76kb (0.27%)
/archive/v1.0/zh/docs/concepts/traffic-management/TrafficManagementOverview.svg -- 539.19kb -> 537.76kb (0.27%)
/archive/v0.8/docs/concepts/policies-and-telemetry/img/topology-without-cache.svg -- 134.68kb -> 134.36kb (0.23%)
/archive/v1.6/zh/blog/2020/tradewinds-2020/architecture-pre-istiod.svg -- 607.59kb -> 606.27kb (0.22%)
/content/zh/blog/2020/tradewinds-2020/architecture-pre-istiod.svg -- 607.59kb -> 606.27kb (0.22%)
/archive/v1.4/blog/2020/tradewinds-2020/architecture-pre-istiod.svg -- 607.59kb -> 606.27kb (0.22%)
/content/zh/docs/ops/deployment/architecture/arch.svg -- 11.68kb -> 11.65kb (0.22%)
/archive/v1.6/docs/ops/deployment/architecture/arch.svg -- 11.68kb -> 11.65kb (0.22%)
/content/en/docs/ops/deployment/architecture/arch.svg -- 11.68kb -> 11.65kb (0.22%)
/archive/v1.6/zh/docs/ops/deployment/architecture/arch.svg -- 11.68kb -> 11.65kb (0.22%)
/archive/v1.3/docs/concepts/what-is-istio/arch.svg -- 92.54kb -> 92.35kb (0.2%)
/archive/v1.2/zh/about/community/customers/flexe.svg -- 2.90kb -> 2.89kb (0.2%)
/archive/v1.2/about/community/customers/flexe.svg -- 2.90kb -> 2.89kb (0.2%)
/content/en/about/community/customers/curve.svg -- 2.90kb -> 2.90kb (0.2%)
/archive/v1.2/zh/docs/concepts/what-is-istio/arch.svg -- 93.04kb -> 92.85kb (0.2%)
/archive/v1.2/docs/concepts/what-is-istio/arch.svg -- 93.04kb -> 92.85kb (0.2%)
/archive/v0.8/docs/guides/img/mesh-expansion.svg -- 210.38kb -> 209.97kb (0.2%)
/archive/v1.4/about/community/partners/layer5.svg -- 1.76kb -> 1.76kb (0.17%)
/archive/v1.4/img/icons.svg -- 95.55kb -> 95.40kb (0.16%)
/archive/v1.6/blog/2020/alb-ingress-gateway-iks/alb-ingress-gateway.svg -- 364.92kb -> 364.35kb (0.15%)
/content/en/blog/2020/alb-ingress-gateway-iks/alb-ingress-gateway.svg -- 364.92kb -> 364.35kb (0.15%)
/archive/v1.2/img/icons.svg -- 90.59kb -> 90.45kb (0.15%)
/archive/v1.3/img/icons.svg -- 91.68kb -> 91.54kb (0.15%)
/archive/v1.2/blog/2019/egress-traffic-control-in-istio-part-2/SecurityArchitectureWithL3Firewalls.svg -- 613.29kb -> 612.38kb (0.15%)
/archive/v1.5/img/icons.svg -- 95.54kb -> 95.40kb (0.15%)
/archive/v1.6/img/icons.svg -- 95.54kb -> 95.40kb (0.15%)
/archive/archive/img/icons.svg -- 95.54kb -> 95.40kb (0.15%)
/content/en/about/contribute/remove-content/remove-documentation.svg -- 149.34kb -> 149.13kb (0.15%)
/archive/v1.6/about/contribute/remove-content/remove-documentation.svg -- 149.34kb -> 149.13kb (0.15%)
/archive/v1.0/blog/2018/v1alpha3-routing/virtualservices-destrules.svg -- 119.37kb -> 119.20kb (0.14%)
/archive/v1.0/zh/blog/2018/v1alpha3-routing/virtualservices-destrules.svg -- 119.37kb -> 119.20kb (0.14%)
/archive/v0.8/blog/2018/img/virtualservices-destrules.svg -- 119.37kb -> 119.20kb (0.14%)
/archive/v0.2/img/routing.svg -- 447.72kb -> 447.13kb (0.13%)
/archive/v0.1/img/routing.svg -- 447.72kb -> 447.13kb (0.13%)
/archive/v1.3/blog/2018/egress-https/https_from_the_app.svg -- 16.61kb -> 16.59kb (0.12%)
/archive/v1.1/zh/blog/2018/egress-https/https_from_the_app.svg -- 16.61kb -> 16.59kb (0.12%)
/archive/v1.1/blog/2018/egress-https/https_from_the_app.svg -- 16.61kb -> 16.59kb (0.12%)
/archive/v1.2/zh/blog/2018/egress-https/https_from_the_app.svg -- 16.61kb -> 16.59kb (0.12%)
/archive/v1.2/blog/2018/egress-https/https_from_the_app.svg -- 16.61kb -> 16.59kb (0.12%)
/archive/v1.6/docs/concepts/wasm/extending.svg -- 175.72kb -> 175.52kb (0.11%)
/archive/v1.6/zh/docs/concepts/wasm/extending.svg -- 175.72kb -> 175.52kb (0.11%)
/content/zh/docs/concepts/wasm/extending.svg -- 175.72kb -> 175.52kb (0.11%)
/content/en/docs/concepts/wasm/extending.svg -- 175.72kb -> 175.52kb (0.11%)
/archive/v1.5/docs/concepts/wasm/extending.svg -- 175.72kb -> 175.52kb (0.11%)
/archive/v1.5/zh/docs/concepts/wasm/extending.svg -- 175.72kb -> 175.52kb (0.11%)
/archive/v1.4/docs/ops/deployment/performance-and-scalability/latency_p90.svg -- 169.12kb -> 168.95kb (0.1%)
/archive/v1.2/zh/about/community/partners/scytale.svg -- 167.64kb -> 167.48kb (0.1%)
/archive/v1.2/about/community/partners/scytale.svg -- 167.64kb -> 167.48kb (0.1%)
/content/en/about/community/customers/iherb.svg -- 3.64kb -> 3.63kb (0.08%)
/content/zh/about/community/customers/iherb.svg -- 3.64kb -> 3.63kb (0.08%)
/archive/v1.6/docs/ops/deployment/performance-and-scalability/latency_p90_fortio.svg -- 223.34kb -> 223.17kb (0.07%)
/archive/v1.6/zh/docs/ops/deployment/performance-and-scalability/latency_p90_fortio.svg -- 223.34kb -> 223.17kb (0.07%)
/content/en/docs/ops/deployment/performance-and-scalability/latency_p90_fortio.svg -- 223.34kb -> 223.17kb (0.07%)
/archive/v1.6/docs/ops/deployment/performance-and-scalability/latency_p99_fortio.svg -- 232.07kb -> 231.90kb (0.07%)
/content/en/docs/ops/deployment/performance-and-scalability/latency_p99_fortio.svg -- 232.07kb -> 231.90kb (0.07%)
/archive/v1.6/zh/docs/ops/deployment/performance-and-scalability/latency_p99_fortio.svg -- 232.07kb -> 231.90kb (0.07%)
/archive/v1.3/about/contribute/diagrams/diagram-guidelines.svg -- 47.65kb -> 47.63kb (0.05%)
/archive/v1.2/about/contribute/diagrams/diagram-guidelines.svg -- 47.78kb -> 47.75kb (0.05%)
/archive/v1.3/blog/2018/egress-monitoring-access-control/https-to-gateway.svg -- 37.47kb -> 37.46kb (0.05%)
/archive/v1.1/zh/blog/2018/egress-monitoring-access-control/https-to-gateway.svg -- 37.48kb -> 37.46kb (0.05%)
/archive/v1.1/blog/2018/egress-monitoring-access-control/https-to-gateway.svg -- 37.48kb -> 37.46kb (0.05%)
/archive/v1.2/blog/2018/egress-monitoring-access-control/https-to-gateway.svg -- 37.48kb -> 37.46kb (0.05%)
/archive/v1.2/zh/blog/2018/egress-monitoring-access-control/https-to-gateway.svg -- 37.48kb -> 37.46kb (0.05%)
/archive/v1.3/blog/2018/egress-monitoring-access-control/http-to-gateway.svg -- 37.63kb -> 37.61kb (0.05%)
/archive/v1.1/blog/2018/egress-monitoring-access-control/http-to-gateway.svg -- 37.63kb -> 37.62kb (0.05%)
/archive/v1.1/zh/blog/2018/egress-monitoring-access-control/http-to-gateway.svg -- 37.63kb -> 37.62kb (0.05%)
/archive/v1.2/zh/blog/2018/egress-monitoring-access-control/http-to-gateway.svg -- 37.63kb -> 37.62kb (0.05%)
/archive/v1.2/blog/2018/egress-monitoring-access-control/http-to-gateway.svg -- 37.63kb -> 37.62kb (0.05%)
/content/en/about/community/customers/giffgaff.svg -- 2.62kb -> 2.62kb (0.04%)
/content/en/about/community/customers/bol-com.svg -- 58.06kb -> 58.04kb (0.03%)
/archive/v1.3/docs/reference/config/policy-and-telemetry/mixer-overview/topology-with-cache.svg -- 81.78kb -> 81.75kb (0.03%)
/archive/v1.1/zh/docs/concepts/policies-and-telemetry/topology-with-cache.svg -- 81.83kb -> 81.80kb (0.03%)
/archive/v1.1/docs/concepts/policies-and-telemetry/topology-with-cache.svg -- 81.83kb -> 81.80kb (0.03%)
/archive/v1.2/docs/reference/config/policy-and-telemetry/mixer-overview/topology-with-cache.svg -- 81.83kb -> 81.80kb (0.03%)
/archive/v1.0/docs/concepts/security/architecture.svg -- 114.58kb -> 114.54kb (0.03%)
/archive/v1.0/zh/docs/concepts/security/architecture.svg -- 114.58kb -> 114.54kb (0.03%)
/archive/v1.3/blog/2019/data-plane-setup/arch-2.svg -- 82.76kb -> 82.74kb (0.03%)
/archive/v1.1/zh/blog/2019/data-plane-setup/arch-2.svg -- 82.81kb -> 82.79kb (0.03%)
/archive/v1.1/blog/2019/data-plane-setup/arch-2.svg -- 82.81kb -> 82.79kb (0.03%)
/archive/v1.2/zh/blog/2019/data-plane-setup/arch-2.svg -- 82.81kb -> 82.79kb (0.03%)
/archive/v1.2/blog/2019/data-plane-setup/arch-2.svg -- 82.81kb -> 82.79kb (0.03%)
/archive/v1.3/docs/setup/install/multicluster/shared-gateways/diagram.svg -- 116.08kb -> 116.05kb (0.02%)
/archive/v1.1/docs/examples/multicluster/split-horizon-eds/diagram.svg -- 116.19kb -> 116.16kb (0.02%)
/archive/v1.2/docs/setup/kubernetes/install/multicluster/shared-gateways/diagram.svg -- 116.19kb -> 116.16kb (0.02%)
/archive/v1.1/zh/docs/examples/multicluster/split-horizon-eds/diagram.svg -- 116.19kb -> 116.16kb (0.02%)
/archive/v1.2/docs/concepts/multicluster-deployments/multicluster-split-horizon-eds.svg -- 116.83kb -> 116.81kb (0.02%)
/archive/v1.1/docs/concepts/multicluster-deployments/multicluster-split-horizon-eds.svg -- 116.83kb -> 116.81kb (0.02%)
/archive/v1.1/zh/docs/concepts/multicluster-deployments/multicluster-split-horizon-eds.svg -- 116.83kb -> 116.81kb (0.02%)
/archive/v1.2/zh/docs/concepts/multicluster-deployments/multicluster-split-horizon-eds.svg -- 116.83kb -> 116.81kb (0.02%)
/archive/v1.0/zh/docs/concepts/security/overview.svg -- 228.33kb -> 228.29kb (0.02%)
/archive/v1.0/docs/concepts/security/overview.svg -- 228.33kb -> 228.29kb (0.02%)
/archive/v1.3/docs/tasks/traffic-management/egress/wildcard-egress-hosts/EgressGatewayWithSNIProxy.svg -- 71.72kb -> 71.71kb (0.02%)
/archive/v1.1/docs/examples/advanced-gateways/wildcard-egress-hosts/EgressGatewayWithSNIProxy.svg -- 71.77kb -> 71.75kb (0.02%)
/archive/v1.1/zh/docs/examples/advanced-gateways/wildcard-egress-hosts/EgressGatewayWithSNIProxy.svg -- 71.77kb -> 71.75kb (0.02%)
/archive/v1.2/docs/tasks/traffic-management/egress/wildcard-egress-hosts/EgressGatewayWithSNIProxy.svg -- 71.77kb -> 71.75kb (0.02%)
/archive/v1.3/blog/2018/egress-mongo/bookinfo-ratings-v2-mongodb-external.svg -- 66.77kb -> 66.76kb (0.01%)
/archive/v1.3/blog/2018/egress-tcp/bookinfo-ratings-v2-mysql-external.svg -- 66.77kb -> 66.76kb (0.01%)
/archive/v1.1/zh/blog/2018/egress-mongo/bookinfo-ratings-v2-mongodb-external.svg -- 66.80kb -> 66.79kb (0.01%)
/archive/v1.2/zh/blog/2018/egress-mongo/bookinfo-ratings-v2-mongodb-external.svg -- 66.80kb -> 66.79kb (0.01%)
/archive/v1.1/blog/2018/egress-mongo/bookinfo-ratings-v2-mongodb-external.svg -- 66.80kb -> 66.79kb (0.01%)
/archive/v1.2/blog/2018/egress-mongo/bookinfo-ratings-v2-mongodb-external.svg -- 66.80kb -> 66.79kb (0.01%)
/archive/v1.2/zh/blog/2018/egress-tcp/bookinfo-ratings-v2-mysql-external.svg -- 66.80kb -> 66.79kb (0.01%)
/archive/v1.2/blog/2018/egress-tcp/bookinfo-ratings-v2-mysql-external.svg -- 66.80kb -> 66.79kb (0.01%)
/archive/v1.1/zh/blog/2018/egress-tcp/bookinfo-ratings-v2-mysql-external.svg -- 66.80kb -> 66.79kb (0.01%)
/archive/v1.1/blog/2018/egress-tcp/bookinfo-ratings-v2-mysql-external.svg -- 66.80kb -> 66.79kb (0.01%)
/archive/v1.3/blog/2018/egress-https/bookinfo-details-v2.svg -- 67.00kb -> 66.99kb (0.01%)
/archive/v1.1/blog/2018/egress-https/bookinfo-details-v2.svg -- 67.03kb -> 67.02kb (0.01%)
/archive/v1.2/zh/blog/2018/egress-https/bookinfo-details-v2.svg -- 67.03kb -> 67.02kb (0.01%)
/archive/v1.1/zh/blog/2018/egress-https/bookinfo-details-v2.svg -- 67.03kb -> 67.02kb (0.01%)
/archive/v1.2/blog/2018/egress-https/bookinfo-details-v2.svg -- 67.03kb -> 67.02kb (0.01%)
/archive/v0.4/img/istio_auth_overview.svg -- 137.64kb -> 137.62kb (0.01%)
/archive/v0.1/img/istio_auth_overview.svg -- 137.64kb -> 137.62kb (0.01%)
/archive/v0.7/blog/2017/img/istio_auth_overview.svg -- 137.64kb -> 137.62kb (0.01%)
/archive/v1.0/blog/2017/0.1-auth/istio_auth_overview.svg -- 137.64kb -> 137.62kb (0.01%)
/archive/v1.0/zh/blog/2017/0.1-auth/istio_auth_overview.svg -- 137.64kb -> 137.62kb (0.01%)
/archive/v0.2/img/istio_auth_overview.svg -- 137.64kb -> 137.62kb (0.01%)
/archive/v0.3/img/istio_auth_overview.svg -- 137.64kb -> 137.62kb (0.01%)
/archive/v0.5/blog/2017/img/istio_auth_overview.svg -- 137.64kb -> 137.62kb (0.01%)
/archive/v0.8/blog/2017/img/istio_auth_overview.svg -- 137.64kb -> 137.62kb (0.01%)
/archive/v0.6/blog/2017/img/istio_auth_overview.svg -- 137.64kb -> 137.62kb (0.01%)
/archive/v1.1/zh/docs/concepts/traffic-management/LoadBalancing.svg -- 71.36kb -> 71.35kb (0.01%)
/archive/v1.1/docs/concepts/traffic-management/LoadBalancing.svg -- 71.36kb -> 71.35kb (0.01%)
/archive/v1.2/zh/docs/concepts/traffic-management/LoadBalancing.svg -- 71.36kb -> 71.35kb (0.01%)
/archive/v1.2/docs/concepts/traffic-management/LoadBalancing.svg -- 71.36kb -> 71.35kb (0.01%)
/archive/v1.3/docs/examples/mesh-expansion/bookinfo-expanded/mesh-expansion.svg -- 217.56kb -> 217.53kb (0.01%)
/archive/v1.1/zh/docs/examples/integrating-vms/mesh-expansion.svg -- 217.68kb -> 217.66kb (0.01%)
/archive/v1.2/docs/examples/integrating-vms/mesh-expansion.svg -- 217.68kb -> 217.66kb (0.01%)
/archive/v1.1/docs/examples/integrating-vms/mesh-expansion.svg -- 217.68kb -> 217.66kb (0.01%)
/archive/v1.2/zh/docs/examples/integrating-vms/mesh-expansion.svg -- 217.68kb -> 217.66kb (0.01%)
/archive/v1.2/zh/blog/2017/mixer-spof-myth/mixer-spof-myth-2.svg -- 90.25kb -> 90.24kb (0.01%)
/archive/v1.1/zh/blog/2017/mixer-spof-myth/mixer-spof-myth-2.svg -- 90.25kb -> 90.24kb (0.01%)
/archive/v1.3/blog/2017/mixer-spof-myth/mixer-spof-myth-2.svg -- 91.28kb -> 91.28kb (0.01%)
/archive/v1.1/blog/2017/mixer-spof-myth/mixer-spof-myth-2.svg -- 91.33kb -> 91.32kb (0.01%)
/archive/v1.2/blog/2017/mixer-spof-myth/mixer-spof-myth-2.svg -- 91.33kb -> 91.32kb (0.01%)
/archive/v1.3/blog/2017/0.1-auth/istio_auth_overview.svg -- 137.41kb -> 137.41kb (0.01%)
/archive/v1.1/zh/…

Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-08-25 16:49:43 -04:00
Eric Van Norman ccaa943326
Add info on Kiali install (#7976) 2020-08-19 07:54:24 -07:00
Frank Budinsky ce4cbcf9a8
Deprecated tasks do not need tests + small fwording fix (#7971) 2020-08-18 06:45:39 -07:00
Ed Snible ee2c23c197
Describe use of istioctl validate and analyze (#7970) 2020-08-17 13:06:43 -07:00
Frank Budinsky 2ed05b13ce
Cleanup health checking doc (#7961)
* Cleanup health checking doc

* regen

* lint

* tweak

* remove DR

* regen
2020-08-14 17:17:25 -07:00
Lin Sun 696200968a
remove how to enable app http probe instruction (#7890)
* remove how to enable app http probe instruction

as this is enabled by default for all profiles now.

* add more texts

* adding disable rewrite probe steps

* update snips

* update test

* fix spellings

* rework based on john's comment

* snip update

* update script

* reorder things
2020-08-14 13:01:55 -04:00
carolynhu f8151f958c
Update Prometheus metrics label pod_name to pod (#7920) 2020-08-11 13:57:23 -07:00
John Mazzitelli a44e199c3b
[kiali] update for kiali that ships with istio 1.7 (#7913) 2020-08-11 13:06:08 -07:00
Shamsher Ansari 63e810eef2
update proxy-config output (#7857)
* update proxy-config output

* Keep envoy and istiod diff
2020-08-11 07:36:33 -07:00
Neeraj Poddar d6636c45a2
Minor architecture doc tweaks (#7897)
* Minor architecture doc tweaks

* Update content/en/docs/ops/deployment/architecture/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-08-09 17:02:57 -07:00
Shamsher Ansari 616983f3fa
Update controlz interface img and output command (#7859)
* Update controlz interface img and output command

* Fix review comments

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* use istiod pod name

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update title and description to be more specific to istiod

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-08-07 08:51:05 -07:00
Shamsher Ansari 7253e75d5d
Update istioctl describe output (#7863) 2020-08-07 06:35:58 -07:00
Frank Budinsky 08c3e1db01
Multicluster terminology improvements (#7873)
* Multicluster terminology improvements

* review comments

* tweak
2020-08-06 14:19:52 -07:00
Eric Van Norman bc5071b44b
Update test reference to 1.7.0-beta.1 (#7868)
* Update test reference to 1.7.0-beta.1

* Fix testcase with new istioctl anaylze changes

* One more change in URL
2020-08-05 14:46:21 -04:00
John Howard e835bdbe26
Do not explicitly set addon namespace (#7847)
* Do not explicitly set addon namespace

its hardcoded in the manifest, and there are multiple namespaces used so
hardcoded it to istio-system will fail

* fix -f flag
2020-08-04 13:25:05 -07:00
Ed Snible 8b5cf440ce
Syntax for --log_output_level; and de-emphasize Mixer (#7843) 2020-08-04 14:09:16 -04:00
Ed Snible a822dc7af6
Remove 'Secret Creation' operation (#7841)
* Remove 'Secret Creation' operation

* Ran 'make gen'

* Restore zh doc
2020-08-04 13:12:54 -04:00
Christian Posta 155950f011
update health check mtls doc to reflect default value (#7801)
* update health check mtls doc to reflect default value

* fix lint, make text more accurate
2020-07-29 14:40:44 -07:00
John Howard 265936889f
Update addon installation docs for 1.7 (#7802)
* Update addon installation docs for 1.7

* lint

* More fixes

* Update output
2020-07-29 13:02:27 -04:00
Frank Budinsky 8cf093e8f3
Fix snip generator for multiple @...@ on a line (#7797)
* Fix snip generator for multiple @...@ on a line

* remove @ from folder url
2020-07-28 09:54:40 -07:00
Ed Snible 4d65bd2507
Automated test case for "istioctl analyze" (#7781)
* Initial automated test for ops/diagnostic-tools/istioctl-analyze/

* Automated test for analyzer

* Lint

* Incorporate PR comments

* Lint

* Use less 'elided' and simplify user steps

* Script clean up

* Clean-up

* Restore partial @, restore part of sample output
2020-07-27 15:45:56 -07:00
Jonh Wendell 8601356dd1
Fix Kiali link to deployment file (#7785) 2020-07-24 10:26:58 -07:00
Mark Vanderwiel 54cbeb42de
Clarify where annotation should be inserted (#7780)
* Clarify where annotation should be inserted

Explain the default merge scrape path:port.
Add some detail on where the annotations should go.

* Update index.md

* Update index.md

* Update index.md

* Update index.md
2020-07-23 13:07:35 -07:00
Shamsher Ansari 9492bb39b2
update proxy-config output (#7731)
* update proxy-config output

* update passthrough and route details

* Update description and remove routes details.

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* revert version info

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-07-20 12:08:37 -07:00
Frank Budinsky e9a89c879f
Add owner attribute to docs (#7737)
* Add owner attribute to docs

* remove @
2020-07-15 15:19:40 -07:00
Yuchen Dai 6711cc7bd3
networking: add inbound tunnel port (#7701)
Signed-off-by: Yuchen Dai <silentdai@gmail.com>
2020-07-10 06:24:30 -07:00
Frank Budinsky 01c4cce951
Add proper wait for config calls to tests (#7620)
* Add wait for config calls to tests

* two more
2020-06-24 09:48:29 -07:00
Fernando Ripoll 0a8cb8313b
Replace deprecated api versions in EN docs (#7598) 2020-06-22 07:40:39 -07:00
John Howard 0846cb4547
Update prom doc as default has changed (#7568)
* Update prom doc as default has changed

* Update content/en/docs/ops/integrations/prometheus/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-06-17 08:00:27 -07:00
John Howard ebed96e2bc
Add kiali integrations page (#7562)
* Add kiali integrations page

The primary purpose for this is to just have a page here for consistency
with other addons, most of the content still lives in the other doc I
link to here. That may change in the future but for now I think it makes
sense to just get something here and we can refactor in the future.

* Apply suggestions from code review

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Apply suggestions from code review

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-06-17 07:52:01 -07:00
Xiaopeng Han db5e67739a
[release-1.6]Revise istioctl analyze doc page for better understanding (#7528)
* [release-1.6]Revise istioctl analyze doc page for better understanding

Signed-off-by: Xiaopeng Han <hanxiaop@google.com>

* Update content/en/docs/ops/diagnostic-tools/istioctl-analyze/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/diagnostic-tools/istioctl-analyze/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/diagnostic-tools/istioctl-analyze/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/diagnostic-tools/istioctl-analyze/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/diagnostic-tools/istioctl-analyze/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/diagnostic-tools/istioctl-analyze/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/diagnostic-tools/istioctl-analyze/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-06-12 14:19:07 -07:00
Istio Automation 8e70f097d0
Update Performance and Scalability Page for Istio release-1.6 (#7547)
Co-authored-by: carolynhu <carolynprh@google.com>
2020-06-12 13:17:16 -07:00
Hongyi Zhang 5fbb14bedc
Convert all old tests to new tests (#7522)
* add an example task to test

* main test function: save progress

* a working example: routing request

* improve log info and error handling

* introduce makefile

* run each test as a subtest; remove common setup from test.sh

* add another test.sh: fault-injection

* improve error handling

* check test environment

* add two more test.sh files

* fix make command for istio setup

* update two test.sh files from upstream

* add comments and update README.md

* update test.sh files from upstream

* support multiple test names

* update README

* update README.md for new framework

* remove documentation of migration steps

* undo format changes

* change separation line to '# @cleanup'

* move go code and makefile from content/ to tests/

* change package name

* make for loop more readable

* change the set of auto-sourced scripts

* add docs for all functions

* approach to deal with folders with the same name

* minor fixes to ensure everything still runs

* fix make gen error

* add a TIMEOUT argument

* make sure util/debug.sh works with new framework

* make lint-go happy

* [BIG CHANGE] allow different istio setup configs

* make linters happy

* make linters happier

* changed wording and function orders

* make error return as the 2nd argument

* add TODOs

* Update content/en/docs/tasks/traffic-management/traffic-shifting/test.sh

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update tests/README.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update tests/README.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update tests/README.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update tests/README.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update tests/README.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update tests/README.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* only test english docs

* Update tests/README.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* allow test.sh as suffix

* move adding setup configs to tests/setup

* recommend full paths

* Update tests/README.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* require full test paths

* converting old tests to new tests: traffic-management and misc

* converting old tests to new tests: security

* remove old tests

* Update content/en/docs/tasks/security/cert-management/dns-cert/test.sh

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* simplify setup configs

* Update content/en/docs/tasks/security/authentication/authn-policy/test.sh

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/tasks/security/authentication/mtls-migration/test.sh

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/tasks/security/authorization/authz-http/test.sh

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* do not let istioctl prompt y/n

* Update content/en/docs/tasks/traffic-management/ingress/ingress-sni-passthrough/test.sh

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/tasks/traffic-management/ingress/secure-ingress/test.sh

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/tasks/security/cert-management/plugin-ca-cert/test.sh

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* simplify stuff

* rename dns-cert test.sh to test_broken.sh

* fix dns-cert doc and test

* remove egress=disabled

* fix test

* Update content/en/docs/tasks/observability/logs/access-log/test.sh

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/tasks/security/authentication/authn-policy/test.sh

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-06-11 11:15:48 -07:00
Douglas Reid bce48d42e7
refactor(telemetry): move wasm telemetry docs to proxy extensions (#7525)
* refactor(telemetry): move wasm telemetry docs to proxy extensions

* retry deleting dir

* update links

* lint cleanup
2020-06-11 10:56:49 -07:00
Navraj Singh Chhina e7616b2ac0
Disable ShellChecking for SC2164 (#7507)
* add missing cleanup for vs nginx

* disable SC2164 which checks safe cd

* make gen
2020-06-08 13:56:32 -07:00
Morven Cao 604f26cbc5
fix deprecated crd. (#7498) 2020-06-08 06:42:34 -07:00
fktkrt 8421ae1ce3
Added Envoy, Go and Istio matchings to Prometheus federation ServiceMonitors (#7391)
* added envoy go istio matchings to servicemonitors

* removed istio, mentioned other metrics as note

* reworded note
2020-06-05 14:15:03 -07:00
Justin Pettit 005dc449af
network-issues: Remove "Headless TCP services losing connection". (#7416)
This section is no longer correct, since we don't restart Envoy every
45 days, and we no longer recommend creating a separate "istio-citadel"
deployment.
2020-06-01 21:22:55 -04:00
Brandon DuRette 30adaa35e1
Fix typo in comment (#7444)
* Fix typo in comment

* Fix typo copy-pasta
2020-06-01 17:45:57 -07:00
Shamsher Ansari 9fe272272b
update doc to use istioctl install (#7396) 2020-06-01 11:02:27 -07:00
John Howard 3240aea66b
Add tracing integration pages (#7415)
* Add tracing integration pages

* Alpha sort
2020-06-01 08:00:56 -07:00
Frank Budinsky e11cf24f0d
Add test: attribute to all md files (#7413) 2020-05-27 09:11:26 -07:00
Justin Pettit f27566cc16
Best-Practices: Remove reference to Citadel. (#7398)
Citadel is no longer a standalone component of Istio by default.  Also,
this method won't work properly if istiod is using self-signed
certificates, so remove the warning entirely.
2020-05-26 12:15:19 -07:00
Adam Miller 82d6cc8103
Remove para about app goals (#7340) 2020-05-20 18:18:36 -07:00
jacob-delgado f43a7ef801
Add documentation for gateway topology api (#7242)
* Add documentation for gateway topology api

* Update content/en/docs/tasks/traffic-management/ingress/ingress-control/index.md

Co-authored-by: Neeraj Poddar <nrjpoddar@gmail.com>

* Update content/en/docs/tasks/traffic-management/ingress/ingress-control/index.md

Co-authored-by: Neeraj Poddar <nrjpoddar@gmail.com>

* Update content/en/docs/tasks/traffic-management/ingress/ingress-control/index.md

Co-authored-by: Neeraj Poddar <nrjpoddar@gmail.com>

* Update content/en/docs/tasks/traffic-management/ingress/ingress-control/index.md

Co-authored-by: Neeraj Poddar <nrjpoddar@gmail.com>

* Update content/en/docs/tasks/traffic-management/ingress/ingress-control/index.md

Co-authored-by: Neeraj Poddar <nrjpoddar@gmail.com>

* Update content/en/docs/tasks/traffic-management/ingress/ingress-control/index.md

Co-authored-by: Neeraj Poddar <nrjpoddar@gmail.com>

* Fix proxy value and add warning

* Add annotation recommendation

* Move to operations

* Add example for XFF

* Add commands to to install istio with numTrustedProxies

* Add note for explaning IP address in returned headers

* Add UNDEFINED to table

* Fix linting issues

* Add network topologies api to experimental

* Minor edits

* Address code review comments

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Neeraj Poddar <nrjpoddar@gmail.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Neeraj Poddar <nrjpoddar@gmail.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Neeraj Poddar <nrjpoddar@gmail.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Neeraj Poddar <nrjpoddar@gmail.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Neeraj Poddar <nrjpoddar@gmail.com>

* Cleanup documentation; clarify development stage, change warning to idea

* Code review comments

* Follow best practices to inform users of a command specified in the directions

* Minor edit

* Fix linting issue

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Neeraj Poddar <nrjpoddar@gmail.com>

* Final code review comments

* Fix linting issue

* Fix invalid parenetheses

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Adam Miller <1402860+adammil2000@users.noreply.github.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Adam Miller <1402860+adammil2000@users.noreply.github.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Adam Miller <1402860+adammil2000@users.noreply.github.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Adam Miller <1402860+adammil2000@users.noreply.github.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Adam Miller <1402860+adammil2000@users.noreply.github.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Adam Miller <1402860+adammil2000@users.noreply.github.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Adam Miller <1402860+adammil2000@users.noreply.github.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Adam Miller <1402860+adammil2000@users.noreply.github.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Adam Miller <1402860+adammil2000@users.noreply.github.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Adam Miller <1402860+adammil2000@users.noreply.github.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Adam Miller <1402860+adammil2000@users.noreply.github.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Adam Miller <1402860+adammil2000@users.noreply.github.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Adam Miller <1402860+adammil2000@users.noreply.github.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Adam Miller <1402860+adammil2000@users.noreply.github.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Adam Miller <1402860+adammil2000@users.noreply.github.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Adam Miller <1402860+adammil2000@users.noreply.github.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Adam Miller <1402860+adammil2000@users.noreply.github.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Adam Miller <1402860+adammil2000@users.noreply.github.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Adam Miller <1402860+adammil2000@users.noreply.github.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Adam Miller <1402860+adammil2000@users.noreply.github.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Adam Miller <1402860+adammil2000@users.noreply.github.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Do not indent inline commands

* Fix formatting; indent required to keep numbers

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Neeraj Poddar <nrjpoddar@gmail.com>
Co-authored-by: Adam Miller <1402860+adammil2000@users.noreply.github.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-05-19 13:36:01 -07:00
Shamsher Ansari 6b9fa8be94
Update inbound and outbound ports (#7353) 2020-05-19 09:11:27 -07:00
Shamsher Ansari 393fcb60d1
Update envoy and istiod output (#7354) 2020-05-19 08:13:11 -07:00
Shamsher Ansari 7e959fa896
Fix curl request for istiod debug (#7356) 2020-05-19 07:27:03 -07:00
carolynhu 839ebfa4a3
Add Monitoring Multicluster Istio with Prometheus doc (#7040)
* add monitoring multicluster istio with prometheus guide

* fix lint error

* address review comments

* address review comments

* address review comments

* address review comments

* fix lint error

* address review comments

* fix lint error
2020-05-19 06:19:28 -07:00
Costin Manolache 5b20fc424c
A bit of cleanup on the arch doc (#7323)
* A bit of cleanup on the arch doc

* Replaced the confusing goals section with a minimal section on app's design

* Removed trailing spaces

* Clarfified sentence

Co-authored-by: Adam Miller <1402860+adammil2000@users.noreply.github.com>
2020-05-15 11:08:27 -07:00
Neeraj Poddar bb8275a963
Delete mixer filter stats as they no longer exist (#7312) 2020-05-15 07:46:22 -07:00
Ram Vennam 4b2124cb23
fix architecture diagram (#7291)
* fix  architecture diagram

* correct fix from rcaballeromx
2020-05-13 18:24:31 -04:00
Shamsher Ansari a42a4889f1
Updates for galley to istiod (#7269) 2020-05-13 12:38:54 -07:00
Eric Van Norman 445ef7d3b9
Remove warning on hardening with distroless (#7264) 2020-05-13 06:37:46 -07:00
John Howard 5576157ca4
Add --all-namespace flag to istioctl analyze (#7278)
This implicitly documents that its namespaced, and is more accurate in actually "analyze your current Kubernetes cluster"
2020-05-12 20:06:05 -07:00
John Howard 6fa8f1f63d
Stop recommending bleeding edge istioctl analyzers (#7277)
Now that this has been pretty stable there is no reason for this
2020-05-12 20:05:57 -07:00
Shamsher Ansari f58fffb5d1
Update deprecated flags for meshConfig (#7236) 2020-05-07 09:54:26 -07:00
Frank Budinsky f45bc9e1a8
Remove obsolete '# ' uses from all tests (#7233) 2020-05-06 19:17:11 -04:00
Guy Templeton 9397d21b55
Correct Envoy Access Log links (#7226) 2020-05-05 16:47:09 -04:00
Adam Miller 6a178a450f
Add docs for Wait for Resource Status to Apply Configuration (#7157)
* Reset branch and fix bad merge

* Update content/en/docs/reference/config/config-status/index.md

Co-authored-by: Mitch Connors <mitchconnors@gmail.com>

* Update content/en/docs/reference/config/config-status/index.md

Co-authored-by: Mitch Connors <mitchconnors@gmail.com>

* Another linter fix

* Recover dropped text

* Reapply lost changes made via the GitHub UI

* PR comment

Co-authored-by: Mitch Connors <mitchconnors@gmail.com>
2020-05-05 11:37:37 -07:00
Mitch Connors f7b92ca04d
Remove Galley Architecture section (#7186)
Force merge because of netlify flaky failure.

* Remove Galley Architecture section

Galley no longer exists as a command, and the information documented in this section has not been true since the introduction of IstioD.  We should probably look at the information in the Citadel section as well, but I am less certain of that.

* Fix broken section links
2020-05-05 12:54:05 -04:00
John Howard d27e1327dc
Update port information for 1.6 (#7213)
* Update port information for 1.6

* change order
2020-05-01 13:22:24 -07:00
Tariq Ibrahim bc04196845
account for istiod scenario when troubleshooting mutatingwebhooks (#7188)
Force merge because PR is only blocked because of flaky netlify failure.
2020-04-30 11:05:16 -04:00
Frank Budinsky 1fe7056ffa
Partial convert mirror test to new model (#7153)
Reverted the actual mirror test script, because mirror test seems to have some subtle failure when running with what seems to be the exact same commands via snips. Will investigate further in followup PR. Merging this one to get the generator changes.
2020-04-25 12:34:24 -04:00
John Howard cb1df05201
Add prometheus integration doc (#7112)
* Add prometheus integration doc

* Typo in URL

* language fixes

Co-authored-by: Adam Miller <1402860+adammil2000@users.noreply.github.com>
2020-04-23 09:31:58 -07:00
Frank Budinsky a7107678f5
Convert TCP traffic shifting test (#7131)
* Convert TCP traffic shifting test

* lint errors

* regen

* test disable spellcheck

* temporary disable gen-check

* disable inappropriate bash lint errors

* disable gen check

* one more regen

* reenable gen check

* remove -it options

* revert commands

* fix app health check outdated
2020-04-22 18:26:27 -07:00
Frank Budinsky 99d4febb16
Convert health check test to new model (#7126)
* Convert health check test to new model

* fix cleanup
2020-04-22 11:18:58 -07:00
James Brook 295db60447
Use correct binary name when downloading istioctl. (#7099) 2020-04-21 16:23:46 -04:00
Istio Automation 2a7240035e
Fix doc 'Using the Istioctl Command-line Tool' (#7116)
Pilot is now a part of istiod, so rename it to istiod as the title of the page the link refers to.

Co-authored-by: Koki Tomoshige <36136133+tomocy@users.noreply.github.com>
2020-04-21 15:59:42 -04:00
Steven Dake d6e9f4b92b
Retire helm documentation as we use a protobuf (#7106)
* Retire helm documentation as we use a protobuf

The new rendered source of truth is:
https://preliminary.istio.io/docs/reference/config/istio.operator.v1alpha1/

This is rendered from the API repo protobuf which (may) need description fields
set. That protobuf is here:

https://github.com/istio/api/blob/master/operator/v1alpha1/operator.proto

* Follow the flowchart

The flowchart is not quite right and could use some improvement.

* Update content/en/blog/2019/performance-best-practices/index.md

Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-04-21 07:55:44 -07:00
John Howard 9af39e2f0e
Use standard ports for telemetry exposure (#7069)
* Use standard ports for telemetry exposure

Blocker for https://github.com/istio/istio/issues/22911

* Full update and include HTTPS

* Fix link

* Remove from ports table

* Apply suggestions from code review

Co-Authored-By: Rachael Graham <rachael.graham@ibm.com>

Co-authored-by: Rachael Graham <rachael.graham@ibm.com>
2020-04-16 13:20:33 -07:00
John Howard 0449966b79
Add grafana integration docs (#7070)
* Add grafana integration docs

* Apply suggestions from code review

Co-Authored-By: Rachael Graham <rachael.graham@ibm.com>

Co-authored-by: Rachael Graham <rachael.graham@ibm.com>
2020-04-14 16:15:38 -07:00
John Howard ff8a72946a
Document app protocol (#7052)
* Document app protocol

* Fix lint
2020-04-10 06:58:58 -07:00