Commit Graph

6231 Commits

Author SHA1 Message Date
Eric Van Norman e72ad8f70e
Cherry-pick #15009 (#15019) 2024-05-02 18:48:44 -07:00
Istio Automation b95fc65926
[release-1.21] Announce 1.19 EOL (#14969)
* Announce 1.19 EOL

Signed-off-by: Kalya Subramanian <kasubra@microsoft.com>

* Update content/en/news/support/announcing-1.19-eol-final/index.md

Co-authored-by: Daniel Hawton <daniel@hawton.org>

---------

Signed-off-by: Kalya Subramanian <kasubra@microsoft.com>
Co-authored-by: Kalya Subramanian <kasubra@microsoft.com>
Co-authored-by: Kalya Subramanian <42158129+ksubrmnn@users.noreply.github.com>
Co-authored-by: Daniel Hawton <daniel@hawton.org>
2024-04-25 09:34:17 -07:00
Istio Automation fc714cb077
[release-1.21] [zh] Sync #14921 Release notes 1.19, 1.20, 1.21 and sec adv 2024-003 into Chinese (#14951)
* Sync #14921 Release notes 1.19, 1.20, 1.21 and sec adv 2024-003 into Chinese

* Fix and sync the support type table

* Fix lint

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

Co-authored-by: Michael <haifeng.yao@daocloud.io>

---------

Co-authored-by: Wilson Wu <iwilsonwu@gmail.com>
Co-authored-by: Michael <haifeng.yao@daocloud.io>
2024-04-24 06:40:23 -07:00
Michael Ac f335826798
[release-1.21] quick verbiage adjustment to be accurate (#14895)
* quick verbiage adjustment to be accurate

* Update content/en/docs/ops/ambient/getting-started/index.md

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

* Update content/en/docs/ops/ambient/getting-started/index.md

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

* Update content/en/docs/ops/ambient/getting-started/index.md

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

* updating tests

* linting

* Update content/en/docs/ops/ambient/getting-started/index.md

Co-authored-by: Daniel Hawton <daniel@hawton.org>

* Update content/en/docs/ops/ambient/getting-started/index.md

Co-authored-by: Daniel Hawton <daniel@hawton.org>

* linting

* adjusting tests and verbiage to pass linting

* removing unnecessary validation

* adjusting tests

* adjusting tests

* Update content/en/docs/ops/ambient/getting-started/test.sh

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

* Update content/en/docs/ops/ambient/getting-started/test.sh

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

* adding alpha boilerplate

* Update content/en/docs/ops/ambient/getting-started/index.md

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

* Update content/en/docs/ops/ambient/getting-started/index.md

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

* Update content/en/docs/ops/ambient/getting-started/index.md

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

* Update content/en/docs/ops/ambient/getting-started/index.md

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

* adding new snips

---------

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
Co-authored-by: Daniel Hawton <daniel@hawton.org>
2024-04-23 09:40:51 -07:00
Daniel Hawton 05a24d7379
[release-1.21] Release notes 1.19, 1.20, 1.21 and sec adv 2024-003 (#14921)
* Release notes and sec adv 2024-003

Signed-off-by: Daniel Hawton <daniel@hawton.org>

* fix missed 1.19 version

* feedback

* data/args.yml + make gen

* Update content/en/news/security/istio-security-2024-003/index.md

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

* bump supported-releases

---------

Signed-off-by: Daniel Hawton <daniel@hawton.org>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2024-04-22 10:55:33 -07:00
Istio Automation 683f7f4bf3
[release-1.21] Update ambient helm install index.md to be consistent (#14912)
* Update ambient helm install index.md to be consistent

* add --wait

* make gen

* minor tweak on wording

---------

Co-authored-by: Lin Sun <lin.sun@solo.io>
2024-04-17 22:07:42 -07:00
Istio Automation d7b115cc22
Update CVE number for Security Advisory 2024-002. (#14906)
Some of the references mistakenly referred to CVE-2024-45288, but they
should have been for CVE-2023-45288.

Co-authored-by: Justin Pettit <jdpettit@google.com>
2024-04-17 15:15:42 -07:00
Lin Sun c94cae3ba0
Clarification on injection (#14889)
* Clarification on injection

hope to fixes: https://github.com/istio/istio.io/issues/14597

I don't think you could use istio.io/rev=disabled, so didn't list that label in the first bullet.

* Update index.md
2024-04-17 06:16:42 -07:00
Istio Automation 31770a3c7e
[release-1.21] [zh] sync news announcing-1.19-eol (#14867)
* sync news announcing-1.19-eol

* Update index.md

with @wilsonwu comment
Suggest to keep same format of date with other announcements.
with @windsonsea  comment
Add a blank line at bottom, to fix the lint error

* Update content/zh/news/support/announcing-1.19-eol/index.md

---------

Co-authored-by: jiecloud <jie.wan@daocloud.io>
Co-authored-by: Wilson Wu <iwilsonwu@gmail.com>
2024-04-10 06:24:25 -07:00
Istio Automation 11e04b593e
Fix bad issue link in releasenotes (#14869)
Co-authored-by: Wilson Wu <iwilsonwu@gmail.com>
2024-04-10 03:47:24 -07:00
Istio Automation f2eb8d4c6a
Fix CVSS Vector Calculator Link Gen (#14870)
Not sure if NVD changed the format of the calculator link or we just
missed this, but basically the vector calculator does not support
`CVSS:x.x/` as part of the vector to define the version to use. It's a
seperate arg. Split it out, but default to 3.1 which is the newest
version.

Signed-off-by: Daniel Hawton <daniel.hawton@solo.io>
Co-authored-by: Daniel Hawton <daniel@hawton.org>
2024-04-10 03:38:25 -07:00
Istio Automation 3f6e730b9d
[release-1.21] [zh] Sync #14858 1.19.9, 1.20.5, 1.21.1 and Security Advisory 2024-002 into Chinese (#14868)
* Sync #14858 into Chinese

* Apply suggestions from code review

Co-authored-by: Xiaopeng Han <hanxiaop8@outlook.com>

* Apply suggestions from code review

Co-authored-by: Michael <haifeng.yao@daocloud.io>

* Fix bad issue link

---------

Co-authored-by: Wilson Wu <iwilsonwu@gmail.com>
Co-authored-by: Xiaopeng Han <hanxiaop8@outlook.com>
Co-authored-by: Michael <haifeng.yao@daocloud.io>
2024-04-09 22:10:53 -07:00
Eric Van Norman 8da5a55803
Update test reference and reference docs for 1.21.1 (#14842) 2024-04-08 14:05:52 -07:00
Daniel Hawton 9de530c3fe
[Release Notes] 1.19.9, 1.20.5, 1.21.1 and Security Advisory 2024-002 (#14846)
* add notes

* make gen

* Update content/en/docs/releases/supported-releases/index.md

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

* feedback

---------

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2024-04-08 11:14:55 -07:00
Istio Automation 8283a1ee2a
[release-1.21] [zh] Sync #14734 GKE prerequisite into Chinese (#14854)
* Sync #14734 GKE prerequisite into Chinese

* fix

* fix

* Update content/zh/docs/ops/ambient/install/platform-prerequisites/index.md

Co-authored-by: Xiaopeng Han <hanxiaop8@outlook.com>

---------

Co-authored-by: Wilson Wu <iwilsonwu@gmail.com>
Co-authored-by: Xiaopeng Han <hanxiaop8@outlook.com>
2024-04-07 20:27:55 -07:00
Istio Automation b06512cb35
[release-1.21] Add GKE note for `kube-system` to Platform Prerequisites (#14847)
* Add GKE note for `kube-system`

Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>

* Fixup lint

Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>

* More specific GKE guidance for now (ty @dhawton)

Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>

* Spelling and other lints

Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>

---------

Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
Co-authored-by: Benjamin Leggett <benjamin.leggett@solo.io>
2024-04-05 14:27:23 -07:00
Istio Automation 38ff32a460
Fix distroless field name (#14843)
We were using the proto name, not the yaml name

Co-authored-by: John Howard <howardjohn@google.com>
2024-04-05 13:03:23 -07:00
Istio Automation 5a35f1bffc
[release-1.21] [zh] Sync #14814 into Chinese (#14824)
* Sync #14814 into Chinese

* Apply suggestions from code review

Co-authored-by: Michael <haifeng.yao@daocloud.io>

---------

Co-authored-by: Wilson Wu <iwilsonwu@gmail.com>
Co-authored-by: Michael <haifeng.yao@daocloud.io>
2024-04-03 01:41:08 -07:00
Istio Automation ecf8825948
[release-1.21] update Istio CNI Helm install instructions and add to test (#14821)
* update Istio CNI Helm install instructions and add to test

* test fix

---------

Co-authored-by: Daniel Hawton <daniel@hawton.org>
2024-04-02 09:22:07 -07:00
Istio Automation 774f2c3a25
Announce upcoming 1.19 EOL (#14794)
Signed-off-by: Kalya Subramanian <kasubra@microsoft.com>
Co-authored-by: Kalya Subramanian <kasubra@microsoft.com>
2024-03-27 17:47:14 -07:00
Istio Automation 0b0aafc580
[release-1.21] Add MicroK8S CNI config (#14783)
* Add MicroK8S CNI config from https://github.com/istio/istio/issues/50063

Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>

* Spelling lint

Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>

---------

Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
Co-authored-by: Benjamin Leggett <benjamin.leggett@solo.io>
2024-03-25 13:18:45 -07:00
Istio Automation 8adac6cb7e
[release-1.21] [zh] Sync manage-mesh-certificates/ (#14770)
* Sync manage-mesh-certificates/

* Add suggestions from hanxiaop

* apply suggestions from wilsonwu

---------

Co-authored-by: windsonsea <haifeng.yao@daocloud.io>
2024-03-22 01:17:22 -07:00
Istio Automation c473c31620
[release-1.21] [zh] Sync release notes for 1.20.4 and 1.19.8 #14704 into Chinese (#14748)
* Sync release notes for 1.20.4 and 1.19.8 #14704 into Chinese

* Add the missed issue link

* Apply suggestions from code review

---------

Co-authored-by: Wilson Wu <iwilsonwu@gmail.com>
Co-authored-by: Xiaopeng Han <hanxiaop8@outlook.com>
2024-03-14 17:49:49 -07:00
Istio Automation c82d6d2d39
Sync #14717 into Chinese (#14746)
Co-authored-by: Wilson Wu <iwilsonwu@gmail.com>
2024-03-14 08:20:26 -07:00
Istio Automation bd572b5c98
Add a missed issue link in 1.20.4 release notes (#14745)
Co-authored-by: Wilson Wu <iwilsonwu@gmail.com>
2024-03-14 08:10:27 -07:00
Istio Automation a6bff8129d
[release-1.21] Add 1.19.8 and 1.20.4 releasenotes (#14741)
* add 1.19.8 and 1.20.4 releasenotes

* fix

* Update index.md

* fix lint

* fix index

* lint again

* fix based on @ericvn 's comments

* fix lint

* try to fix lint again

* fix nits

* revise indentation

* update date

---------

Co-authored-by: xiaopeng <hanxiaop8@outlook.com>
2024-03-14 07:57:26 -07:00
Istio Automation 112322004c
[release-1.21] [zh] Sync Izzy blog #14710 into Chinese (#14737)
* Sync Izzy blog #14710 into Chinese

* Sync #14729

* Apply suggestions from code review

Co-authored-by: Xiaopeng Han <hanxiaop8@outlook.com>

---------

Co-authored-by: Wilson Wu <iwilsonwu@gmail.com>
Co-authored-by: Xiaopeng Han <hanxiaop8@outlook.com>
2024-03-13 17:25:34 -07:00
Aryan Gupta f1b9a7b1c8
update 1.21 release notes (#14717)
* update 1.21 release notes

* Update content/en/news/releases/1.21.x/announcing-1.21/change-notes/index.md

Co-authored-by: Xiaopeng Han <hanxiaop8@outlook.com>

* Update content/en/news/releases/1.21.x/announcing-1.21/change-notes/index.md

Co-authored-by: Xiaopeng Han <hanxiaop8@outlook.com>

* Update content/en/news/releases/1.21.x/announcing-1.21/change-notes/index.md

* Change release date

change date

* new date

---------

Co-authored-by: Craig Box <craig.box@gmail.com>
Co-authored-by: Xiaopeng Han <hanxiaop8@outlook.com>
2024-03-13 12:22:13 -07:00
Wilson Wu 6bf4f0e6e5
[zh] Sync #14709 into Chinese (#14726)
* Sync #14709 into Chinese

* Apply suggestions from code review

Co-authored-by: Xiaopeng Han <hanxiaop8@outlook.com>

---------

Co-authored-by: Xiaopeng Han <hanxiaop8@outlook.com>
2024-03-13 01:13:12 -07:00
Wilson Wu 6a6de2f950
Sync #14732 into Chinese (#14733) 2024-03-12 16:18:07 -07:00
visheshtha 99c61b74f7
changed link for authentication (#14732) 2024-03-12 07:04:09 -07:00
Faseela K e51ca416c6
Add social media preview image for Izzy blog post (#14729)
* Add social media preview image for Izzy blog post

Signed-off-by: Faseela K <faseela.k@est.tech>

* Update index.md

---------

Signed-off-by: Faseela K <faseela.k@est.tech>
2024-03-11 23:04:08 -07:00
Faseela K e13897b8af
Announcing Izzy - Istio's CNCF Phippy family Character (#14710)
* Announcing Izzy - Istio's CNCF Phippy family Character

Signed-off-by: Faseela K <faseela.k@est.tech>

* Update content/en/blog/2024/istio-phippy/index.md

Co-authored-by: Craig Box <craig.box@gmail.com>

* Update content/en/blog/2024/istio-phippy/index.md

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

---------

Signed-off-by: Faseela K <faseela.k@est.tech>
Co-authored-by: Craig Box <craig.box@gmail.com>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2024-03-11 22:03:08 -07:00
Ben Leggett 979f16a248
Add `platform prerequisites` for ambient, and simplify `getting started` ambient guide (#14709)
* Add `platform prerequisites` for ambient, and simplify `getting started`
ambient guide

Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>

* Update content/en/docs/ops/ambient/getting-started/index.md

Co-authored-by: Craig Box <craig.box@gmail.com>

* Update content/en/docs/ops/ambient/install/platform-prerequisites/index.md

Co-authored-by: Craig Box <craig.box@gmail.com>

* Update content/en/docs/ops/ambient/install/platform-prerequisites/index.md

Co-authored-by: Craig Box <craig.box@gmail.com>

* Just be explicit

Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>

* Drop minikube tip in favor of platform-prerequisites

Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>

* Update content/en/docs/ops/ambient/install/platform-prerequisites/index.md

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

* Perspective fix

Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>

* Update content/en/docs/ops/ambient/getting-started/index.md

Co-authored-by: Daniel Hawton <daniel@hawton.org>

* Update content/en/docs/ops/ambient/install/platform-prerequisites/index.md

Co-authored-by: Daniel Hawton <daniel@hawton.org>

* Update content/en/docs/ops/ambient/install/platform-prerequisites/index.md

Co-authored-by: Craig Box <craig.box@gmail.com>

* Update content/en/docs/ops/ambient/install/platform-prerequisites/index.md

Co-authored-by: Craig Box <craig.box@gmail.com>

* Update content/en/docs/ops/ambient/getting-started/index.md

Co-authored-by: Craig Box <craig.box@gmail.com>

* Update content/en/docs/ops/ambient/install/platform-prerequisites/index.md

Co-authored-by: Craig Box <craig.box@gmail.com>

---------

Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
Co-authored-by: Craig Box <craig.box@gmail.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Daniel Hawton <daniel@hawton.org>
2024-03-11 17:01:56 -07:00
xin gu c34209b738
sync /releases/supported-releases/index.md (#14718) 2024-03-11 00:02:24 -07:00
Wilson Wu 83bd68686e
[zh] Translate ztunnel traffic redirection doc and sync #14611 into Chinese (#14712)
* Add ztunnel traffic redirection doc and sync  #14611 into Chinese

* Fix lint
2024-03-09 02:20:22 -08:00
Sanjeev Rampal 96610c6a48
Added doc for Ztunnel inpod mode + updated ztunnel L4 guide for 1.21 function (#14611)
* Additional docs for ambient/ ztunnel user guides updated for 1.21.0 functions esp inpod traffic redirection

* Update content/en/docs/ops/ambient/usage/inpod/index.md

Co-authored-by: Ben Leggett <854255+bleggett@users.noreply.github.com>

* Update content/en/docs/ops/ambient/usage/inpod/index.md

Co-authored-by: Ben Leggett <854255+bleggett@users.noreply.github.com>

* Update content/en/docs/ops/ambient/usage/inpod/index.md

Co-authored-by: Ben Leggett <854255+bleggett@users.noreply.github.com>

* Update content/en/docs/ops/ambient/usage/inpod/index.md

* Update content/en/docs/ops/ambient/usage/inpod/index.md

* Update content/en/docs/ops/ambient/usage/inpod/index.md

* Update content/en/docs/ops/ambient/usage/inpod/index.md

* Update content/en/docs/ops/ambient/usage/inpod/index.md

Co-authored-by: Peter Jausovec <peterj@users.noreply.github.com>

* Update content/en/docs/ops/ambient/usage/inpod/index.md

Co-authored-by: Peter Jausovec <peterj@users.noreply.github.com>

* Update content/en/docs/ops/ambient/usage/inpod/index.md

Co-authored-by: Peter Jausovec <peterj@users.noreply.github.com>

* Update content/en/docs/ops/ambient/usage/inpod/index.md

Co-authored-by: Peter Jausovec <peterj@users.noreply.github.com>

* Update content/en/docs/ops/ambient/usage/inpod/index.md

Co-authored-by: Ben Leggett <854255+bleggett@users.noreply.github.com>

* Update content/en/docs/ops/ambient/usage/inpod/index.md

Co-authored-by: Ben Leggett <854255+bleggett@users.noreply.github.com>

* Update content/en/docs/ops/ambient/usage/ztunnel/index.md

Co-authored-by: Ben Leggett <854255+bleggett@users.noreply.github.com>

* Update content/en/docs/ops/ambient/usage/ztunnel/index.md

Co-authored-by: Ben Leggett <854255+bleggett@users.noreply.github.com>

* Update content/en/docs/ops/ambient/usage/ztunnel/index.md

Co-authored-by: Ben Leggett <854255+bleggett@users.noreply.github.com>

* Update content/en/docs/ops/ambient/usage/inpod/index.md

Co-authored-by: Ben Leggett <854255+bleggett@users.noreply.github.com>

* rewrite

* further updates, including the alpha warning and
the ztunnel guide.

* fix heading level

* pre-fix some lint errors

* change indents & add netns to spelling

* I think it's time to rename istio-cni myself

* Update content/en/boilerplates/ambient-alpha-warning.md

* Update content/en/docs/ops/ambient/usage/ztunnel/index.md

Co-authored-by: Daniel Hawton <daniel@hawton.org>

* Update content/en/docs/ops/ambient/usage/traffic-redirection/index.md

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

* Update content/en/docs/ops/ambient/usage/traffic-redirection/index.md

* Update content/en/docs/ops/ambient/usage/traffic-redirection/index.md

* Update content/en/docs/ops/ambient/usage/traffic-redirection/index.md

* Update content/en/docs/ops/ambient/usage/traffic-redirection/index.md

* Update content/en/docs/ops/ambient/usage/ztunnel/index.md

* Update content/en/docs/ops/ambient/usage/ztunnel/index.md

* Update content/en/docs/ops/ambient/usage/ztunnel/index.md

---------

Co-authored-by: Craig Box <craig.box@gmail.com>
Co-authored-by: Ben Leggett <854255+bleggett@users.noreply.github.com>
Co-authored-by: Peter Jausovec <peterj@users.noreply.github.com>
Co-authored-by: Daniel Hawton <daniel@hawton.org>
Co-authored-by: Lin Sun <lin.sun@solo.io>
2024-03-08 13:15:03 -08:00
Wilson Wu 7fd0d1413e
[zh] Sync #14694 into Chinese (#14706)
* Sync #14694 into Chinese

* Fix link
2024-03-07 23:18:19 -08:00
Wilson Wu 5cf54effd9
Sync #14693 to fix the command into Chinese (#14707) 2024-03-07 23:09:19 -08:00
Wilson Wu 4e0a13363c
[zh] Sync #14697 into Chinese (#14700)
* Sync #14697 into Chinese

* fix lint
2024-03-07 20:50:19 -08:00
Wilson Wu 4c834c7022
Sync #14691 into Chinese (#14705) 2024-03-07 20:41:19 -08:00
Craig Box 313f2dda83
Release note updates (#14691)
* Release note updates

* Update content/en/news/releases/1.21.x/announcing-1.21/_index.md

Co-authored-by: Daniel Hawton <daniel@hawton.org>

* Update content/en/news/releases/1.21.x/announcing-1.21/_index.md

Co-authored-by: Daniel Hawton <daniel@hawton.org>

* new date

---------

Co-authored-by: Daniel Hawton <daniel@hawton.org>
2024-03-07 15:33:19 -08:00
Frank Budinsky c727b0c083
Fix snip generator stripping leading space in expected output (#14693)
* Fix snip generator stripping leading space in expected output

* also fix _out

* strip trailing newline

* regen

* tweak for readability

* remove ambient label
2024-03-07 12:29:19 -08:00
Wilson Wu 0150530d62
Fix link title in ambient helm install doc (#14701) 2024-03-07 09:41:18 -08:00
Ben Leggett ef54f8cd94
Drop CNI compat warning from ambient getting started guide - no longer relevant for 1.21+ (#14694)
* Drop this warning - no longer relevant for 1.21+

Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>

* Update content/en/docs/ops/ambient/getting-started/index.md

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

---------

Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2024-03-07 09:12:19 -08:00
Craig Box 3a030e4ca5
Improve ambient mode docs (#14697)
* add docs

* change ambient mode glossary back

* re-add hyphen, good or bad?

* re-remove hyphen and update spellings

* Add snips

* Update snips with new headings

* fix snips
2024-03-07 07:27:27 -08:00
Wilson Wu 67eea90d9d
Sync #14695 into Chinese (#14696) 2024-03-06 19:02:26 -08:00
Shuayb Popoola 7a33b23bc8
added perf test for 1.21 (#14695)
* istio 1.20 performance result

* istio 1.20 performance result

* istio 1.20 performance result

* istio 1.20 performance result

* istio 1.20 performance result

* istio 1.20 performance result

* added caption to perf test graphs

* removed extra lines in file

* added newline at end of file

* added perf test for 1.21

* added perf test for 1.21

* added perf test for 1.21
2024-03-06 18:33:27 -08:00
my-git9 d78ccde0de
[zh]improve overview using-istio-dashboard (#14684)
Signed-off-by: xin.li <xin.li@daocloud.io>
2024-03-05 17:13:26 -08:00
Nicole LiHui a44a5dcf04
[zh] Fix a docs formatting error of Kubernetes Gateway API (#14681)
* [zh] Fix a docs formatting error of Kubernetes Gateway API

* Update content/zh/docs/tasks/traffic-management/ingress/gateway-api/index.md

Co-authored-by: Michael <haifeng.yao@daocloud.io>

* Update content/zh/docs/tasks/traffic-management/ingress/gateway-api/index.md

Co-authored-by: Michael <haifeng.yao@daocloud.io>

---------

Co-authored-by: Michael <haifeng.yao@daocloud.io>
2024-03-05 17:13:19 -08:00