Commit Graph

2623 Commits

Author SHA1 Message Date
Peter Jausovec 7a68b50c52
docs: update customize installation page (#14434)
Updating the [customize Kubernetes settings](https://istio.io/latest/docs/setup/additional-setup/customize-installation/#customize-kubernetes-settings) page to include the volumes and volume mounts in the list of settings that are customizable.
2024-01-04 12:52:08 -08:00
Frank Budinsky 3a0d7d1e8b
gateway-api: improve sample cleanup instructions (#14433)
* gateway-api: improve sample cleanup instructions

* remove unneeded include

* tweak wording

* lint
2024-01-04 09:20:08 -08:00
Michael 5dfaba12d8
Fix indentations and tweak long lines in policy-enforcement/rate-limit task (#14418)
* Update rate-limit/

* Apply suggestions from ericvn
2024-01-04 01:44:06 -08:00
Istio Automation cc711495d0
Automator: update istio.io@ reference docs (#14427) 2024-01-03 18:12:06 -08:00
Eric Van Norman a27cbdf334
Remove 1.17 from CVE table, update Envoy version section (#14421)
* Remove 1.17 from CVE table, update Envoy version section

* Lint, fix missing .spelling entries
2024-01-03 09:00:01 -08:00
Eric Van Norman 90fba9ac70
Update to latest istio commit. Fix egress test (#14400) 2024-01-02 13:25:00 -08:00
Ric Hincapie 8c394f980f
Add advanced ratelimit example (#14307)
* Add advanced ratelimit example incomplete

* Bookinfo example linted

* Add testing

* Solve bug

* Solve bug on vhost name

* Add testing to local ratelimit and set limit to 4

* Activate local ratelimit testing

* Solve bug with cleanup

* Simplify route naming

* Use apply

* Solve bug
2024-01-02 07:01:37 -08:00
Xiaopeng Han 5b16bae667
remove extra alpha status (#14405) 2024-01-01 22:00:35 -08:00
Yossi Mesika 49d189c6f6
Remove unused IST0113 analysis (#14403) 2024-01-01 13:09:34 -08:00
carolsi af2edc6964
Update example of refine the mutual TLS settings per port (#14385) 2023-12-29 09:24:31 -08:00
Alexon Oliveira 6fa1cf24a1
Updating http match condition according to PR 14386 (#14388)
Updating the example given for working with Gateway TLS Termination and HTTP with a "header" match condition instead of using TLS with "sniHosts" match condition.
2023-12-29 01:30:29 -08:00
Michael 7dcfecfca4
[zh] Update deployment/architecture/ and remove redundant SVG (#14391) 2023-12-28 18:00:29 -08:00
Michael 61918947fe
Remove analysis/ist0119 (#14390) 2023-12-28 10:15:34 -08:00
Xiaopeng Han b1f36cbf91
Add ist0166 message description (#14365)
* add ist0166 message description

* Update content/en/docs/reference/config/analysis/ist0166/index.md

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

* Update index.md

* Apply suggestions from code review

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

---------

Co-authored-by: Michael <haifeng.yao@daocloud.io>
Co-authored-by: Daniel Hawton <daniel@hawton.org>
2023-12-27 13:14:29 -08:00
Michael aad2d5ce29
Update ist0102 and ist0118 (#14380)
* Update ist0102 and ist0118

* apply suggestions from hanxiaop
2023-12-27 13:02:29 -08:00
Istio Automation bc1f461a92
Automator: update istio.io@ reference docs (#14378) 2023-12-26 18:17:29 -08:00
Istio Automation e154161390
Automator: update istio.io@ reference docs (#14368) 2023-12-21 18:14:36 -08:00
Faseela K 4b6be4c5bc
add san-validation documentation (#14362)
* add san-validation documentation

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

* Apply suggestions from code review

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

* make gen

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

---------

Signed-off-by: Faseela K <faseela.k@est.tech>
Co-authored-by: Daniel Hawton <daniel@hawton.org>
2023-12-21 09:22:14 -08:00
Istio Automation 9488671d8d
Automator: update istio.io@ reference docs (#14364) 2023-12-20 18:15:13 -08:00
Husni Alhamdani 65d9905335
update protocol-selection notes (#14359)
Signed-off-by: Husni Alhamdani <dhanielluis@gmail.com>
2023-12-20 07:08:39 -08:00
Istio Automation 7417728be5
Automator: update istio.io@ reference docs (#14356) 2023-12-19 18:15:53 -08:00
Istio Automation 7efb5213e4
Automator: update istio.io@ reference docs (#14353) 2023-12-18 18:12:56 -08:00
Istio Automation da5d6b9c84
Automator: update istio.io@ reference docs (#14348) 2023-12-15 18:12:36 -08:00
Akshay J Nambiar 1e61c3bc8f
update deprecated field percent to percentage (#14337)
https://github.com/istio/api/blob/v1.20.1/networking/v1alpha3/virtual_service.proto#L1998
2023-12-15 06:12:38 -08:00
Istio Automation 709618e99a
Automator: update istio.io@ reference docs (#14336) 2023-12-14 18:12:33 -08:00
John Howard b527b1d778
Update documentation for ExternalName in 1.21 (#14333)
* Update documentation for ExternalName in 1.21

* Apply suggestions from code review

Co-authored-by: Faseela K <k.faseela@gmail.com>

* Apply suggestions from code review

Co-authored-by: Ian Rudie <ilrudie@gmail.com>
Co-authored-by: Faseela K <k.faseela@gmail.com>

---------

Co-authored-by: Faseela K <k.faseela@gmail.com>
Co-authored-by: Ian Rudie <ilrudie@gmail.com>
2023-12-14 11:52:32 -08:00
Xiaopeng Han b4ee7de56a
Add ambient helm installation guide (#13871)
* Add helm installation guide to ambient

* fix lint

* fix lint

* fix lint again

* fix lint again

* Update content/en/docs/ops/ambient/helm-installation/index.md

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

* revise based on comments and ambient values

* make commands consistent

* try text import with lint

* revise to link to files

* Update content/en/docs/ops/ambient/helm-installation/index.md

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

* add prerequisite

* Update content/en/docs/ops/ambient/helm-installation/index.md

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

* Update content/en/docs/ops/ambient/helm-installation/index.md

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

* Update content/en/docs/ops/ambient/helm-installation/index.md

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

* Update content/en/docs/ops/ambient/helm-installation/index.md

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

* Update content/en/docs/ops/ambient/helm-installation/index.md

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

* Update content/en/docs/ops/ambient/helm-installation/index.md

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

* Update content/en/docs/ops/ambient/helm-installation/index.md

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

* Update content/en/docs/ops/ambient/helm-installation/index.md

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

* Update content/en/docs/ops/ambient/helm-installation/index.md

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

* Update content/en/docs/ops/ambient/helm-installation/index.md

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

* Update content/en/docs/ops/ambient/helm-installation/index.md

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

* add verifying with sample, and uninstall parts

* fix lint

* fix lint

* add snips

* add tests

* try to fix lint...

* change test order

* try deploy cni to istio-system to pass test

* revise based on dhawton's comments

* lint

* try verify after installation

* revise test again

* make gen

* lint

* revise revision section back

* move directory

* make gen

* revise test order

* fix tests

* fix lint

* update test

* Update content/en/docs/ops/ambient/usage/helm-installation/index.md

Co-authored-by: Faseela K <k.faseela@gmail.com>

* Update content/en/docs/ops/ambient/usage/helm-installation/index.md

Co-authored-by: Faseela K <k.faseela@gmail.com>

* revise based on comments

* make gen

* fix lint

* Update content/en/docs/ops/ambient/install/helm-installation/index.md

Co-authored-by: Faseela K <k.faseela@gmail.com>

* Update index.md

* make gen

---------

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
Co-authored-by: Ben Leggett <854255+bleggett@users.noreply.github.com>
Co-authored-by: Daniel Hawton <daniel@hawton.org>
Co-authored-by: Faseela K <k.faseela@gmail.com>
2023-12-13 23:45:35 -08:00
Wilson Wu 5229af491d
Fix typo for best practices security doc (#14319) 2023-12-12 21:20:36 -08:00
Paul Merrison 18a7d00b53
ISTIO-SECURITY-2023-005 & CNI Docs Updates (#14302)
* Add security announce & docs content

* Fix linter errors

* Fix additional linting issues

* More lint errors

* Fix trailing spaces

* Update content/en/docs/setup/additional-setup/cni/index.md

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

* Update content/en/news/security/istio-security-2023-005/index.md

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

* Update content/en/news/security/istio-security-2023-005/index.md

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

* Update content/en/docs/setup/additional-setup/cni/index.md

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

* Added extra column, fixed British spellings

* Update content/en/news/security/istio-security-2023-005/index.md

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

* Update content/en/docs/setup/additional-setup/cni/index.md

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

* Update content/en/news/security/istio-security-2023-005/index.md

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

---------

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
Co-authored-by: John Howard <howardjohn@google.com>
Co-authored-by: Daniel Hawton <daniel@hawton.org>
2023-12-12 09:38:55 -08:00
Istio Automation 21dfffe7d3
Automator: update istio.io@ reference docs (#14300) 2023-12-09 18:19:52 -08:00
tukwila 0da2c049e3
delete the (#14297)
Signed-off-by: guangli.bao <guangli.bao@daocloud.io>
2023-12-08 23:21:02 -08:00
Istio Automation a93e7a38f1
Automator: update istio.io@ reference docs (#14296) 2023-12-08 18:16:02 -08:00
Eric Van Norman e76db9bed8
Enable jwt-route (#14282)
* Enable jwt-toute

* Update to latest commit
2023-12-08 12:52:06 -08:00
Fan-Lin 4cfb44fe19
Correct typos (#14290) 2023-12-08 06:34:07 -08:00
visheshtha 417398df6d
added cleanup section of an observability task (#14287)
* added cleanup section of an observability task

* fixed the lint error
2023-12-07 04:13:26 -08:00
Istio Automation 0af70555e0
Automator: update istio.io@ reference docs (#14283) 2023-12-06 18:15:26 -08:00
Xiaopeng Han f8e8cee957
revise ext doc (#14274) 2023-12-06 07:00:48 -08:00
Faseela K 2302040f2f
Add docs test for dual-stack support (#14257)
Signed-off-by: Faseela K <faseela.k@est.tech>
2023-12-06 01:56:48 -08:00
Istio Automation a2358b8753
Automator: update istio.io@ reference docs (#14270) 2023-12-05 18:19:56 -08:00
Shuayb Popoola a8557b6447
Relese 1.20 performance test (#14228)
* 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
2023-12-05 08:05:53 -08:00
Michael 7453032e11
Replace a PNG with a SVG in the security concept (#14258) 2023-12-05 06:14:53 -08:00
zirain 4c3484495c
Re-enable tasks/observability/logs/telemetry-api (#14248)
* Re-enable tasks/observability/logs/telemetry-api

* gen
2023-12-04 19:26:52 -08:00
Istio Automation e7a83fe4bf
Automator: update istio.io@ reference docs (#14259) 2023-12-04 18:17:53 -08:00
Istio Automation 90c30499b6
Automator: update istio.io@ reference docs (#14230) 2023-12-01 18:18:45 -08:00
Eric Van Norman 5ce52ebafd
Update istio test reference to latest commit and fix tests (#14200)
* Update istio test reference to latest commit and fix tests

* Move back two commits since some didn't have releases built

* Run go mod tidy after make clean

* Try removing metallb

* Don't remove the metallb validatingwebhookconfigurations

* Redo egress-control test to no use istio-state

* Update istio test reference to contain operator fix and revert test change

* Disable jwt-route test temporarily waiting on Envoy fix

* Upadte istio/api

* Replace uninstall

* revert chmod
2023-12-01 10:13:44 -08:00
Frank Budinsky 8e4b10edb2
Remove use of installed-state (#14214) 2023-11-30 18:27:22 -08:00
Istio Automation 1ce3f006b2
Automator: update istio.io@ reference docs (#14216) 2023-11-30 18:12:22 -08:00
Frank Budinsky f5df4a10cf
Add arbitrary host section to wildcard egress doc (#14146)
* Add arbitrary host section to wildcard egress doc

* fix

* updated

* fix lint

* Update content/en/docs/tasks/traffic-management/egress/wildcard-egress-hosts/index.md

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

---------

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2023-11-30 13:25:25 -08:00
Istio Automation 2525700f78
Automator: update istio.io@ reference docs (#14206) 2023-11-30 07:33:25 -08:00
Istio Automation 44317e66aa
Automator: update istio.io@ reference docs (#14201) 2023-11-28 18:17:12 -08:00
Istio Automation d1853d2ac9
Automator: update istio.io@ reference docs (#14198) 2023-11-27 18:15:27 -08:00
Faseela K d625f5a61d
Small fix in the dual-stack documentation (#14196)
Signed-off-by: Faseela K <faseela.k@est.tech>
2023-11-27 12:42:29 -08:00
Faseela K cd6aa76a9b
add dual-stack installation page (#14193)
* add dual-stack installation page

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

* Apply suggestions from code review

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

---------

Signed-off-by: Faseela K <faseela.k@est.tech>
Co-authored-by: Daniel Hawton <daniel@hawton.org>
2023-11-27 07:40:29 -08:00
Istio Automation cf5d52aa19
Automator: update istio.io@ reference docs (#14192) 2023-11-22 18:15:24 -08:00
Michael bb11d3e1ea
Improve some text in /ambient/usage/ztunnel/ (#14170)
* Fix typos in /ambient/usage/ztunnel/

* Apply suggestions from ilrudie

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

---------

Co-authored-by: Craig Box <craig.box@gmail.com>
2023-11-21 00:52:11 -08:00
Istio Automation 43d3507f86
Automator: update istio.io@ reference docs (#14183) 2023-11-17 18:17:05 -08:00
Istio Automation ec490bcbdc
Automator: update istio.io@ reference docs (#14179) 2023-11-17 07:01:07 -08:00
Istio Automation 683f5e1c15
Automator: update istio.io@ reference docs (#14168) 2023-11-15 18:17:04 -08:00
Whitney Griffith be4221a2d9
Update CEL documentation to capture type checking errors. (#14107)
* Update CEL documentation to capture type checking errors.

Signed-off-by: Whitney Griffith <whgriffi@microsoft.com>

* address comments

Signed-off-by: Whitney Griffith <whgriffi@microsoft.com>

* address comments

Signed-off-by: Whitney Griffith <whgriffi@microsoft.com>

* fix lint issues

Signed-off-by: Whitney Griffith <whgriffi@microsoft.com>

* fix lint issues

Signed-off-by: Whitney Griffith <whgriffi@microsoft.com>

---------

Signed-off-by: Whitney Griffith <whgriffi@microsoft.com>
2023-11-15 15:36:04 -08:00
Frank Budinsky 9e51c3822f
Fix yaml indentation in ambient get started doc (#14163) 2023-11-15 12:48:05 -08:00
Frank Budinsky 83bae38f99
gateway-api: use targetRef instead of selector for auth/authz gateway… (#14157)
* gateway-api: use targetRef instead of selector for auth/authz gateway refs

* regen

* fix yaml

* regen
2023-11-15 07:57:05 -08:00
Eric Van Norman 31dde271c5 advance master to release-1.21 2023-11-14 17:19:21 +00:00
Xiaopeng Han 0caf935385
Add release 1.20 releasenotes (#14101)
* init 1.20 releasenotes

* rough dract

* fix supported release format

* fix some grammar issues

* more fix

* add some initial what's new

* fix lint

* add tcp metadata section

* fix lint

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

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

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

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

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

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

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

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

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

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

* Update content/en/news/releases/1.20.x/announcing-1.20/upgrade-notes/index.md

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

* Update content/en/news/releases/1.20.x/announcing-1.20/upgrade-notes/index.md

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

* Update content/en/news/releases/1.20.x/announcing-1.20/upgrade-notes/index.md

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

* Update content/en/news/releases/1.20.x/announcing-1.20/upgrade-notes/index.md

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

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

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

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

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

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

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

* fix all issues

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

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

* Update content/en/news/releases/1.20.x/_index.md

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

* fix all the comments based on @ericvn's suggestion, and remove ambient section

---------

Co-authored-by: Daniel Hawton <daniel@hawton.org>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2023-11-14 06:56:18 -08:00
Wilson Wu 184dedd893
Fix typo for ztunnel doc (#14149) 2023-11-14 00:24:29 -08:00
Kuat 0de72af162
docs: update to use PROXY config (#13568)
* docs: update to use PROXY config

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

* gen

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

* review

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

---------

Signed-off-by: Kuat Yessenov <kuat@google.com>
2023-11-13 18:08:28 -08:00
Leon e7ad8065e4
Added a warning in the ambient getting started guide (#13757)
* Added a warning in the ambient getting started guide

This commit adds a warning for users using the gateway
API with kind and ambient.

Signed-off-by: leon <leon.nunes@solo.io>

* Added a section to install MetalLB in kind

Signed-off-by: leon <leon.nunes@solo.io>

* Updated docs as per suggestions.

* Fixed Lint errors

Signed-off-by: leon <leon.nunes@solo.io>

* Fixed spelling mistakes and reverted case of kind

Signed-off-by: leon <leon.nunes@solo.io>

* Added a - as per suggestion

Signed-off-by: leon <leon.nunes@solo.io>

* Reverted the tab spacing

Signed-off-by: leon <leon.nunes@solo.io>

* Changed warning to tip

Signed-off-by: leon <leon.nunes@solo.io>

---------

Signed-off-by: leon <leon.nunes@solo.io>
2023-11-13 11:37:25 -08:00
Xiaopeng Han a2a307c397
Improve helm doc (#14141)
* improve helm doc

* make gen

* fix lint

* make gen
2023-11-13 06:30:23 -08:00
Eric Van Norman 527f3e5d52
Glossary updates (#14134) 2023-11-10 13:49:21 -08:00
Eric Van Norman a72fb91721
Update istio test ref to 1.20.0-rc.0 (#14091)
* Update istio test ref to 1.20.0-rc.0

* Remove added toolchain line

* Run make gen

* Update to set ENABLE_EXTERNAL_NAME_ALIAS to false (default) for testing

* Move gateway tcp-traffic shifting to demo

* Change gateway tcp-traffic shifting to not remove istio in demo...

* Change gateway tcp-traffic shifting to remove istiooperator in demo...

* Update to latest 1.20 commit

* Change to be a minimal test
2023-11-10 12:25:21 -08:00
Petr McAllister fa46df27c1
Add EKS warning to Primary Remote instructions (#13745)
* add EKS support statement to Primary Remote instructions

* removing trailing spaces
2023-11-08 16:55:39 -08:00
John Howard e4f09e476a
Fix Prometheus TLS configuration (#13933)
* Fix Prometheus TLS configuration

This was misleading/inaccurate

* Apply suggestions from code review

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>

---------

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Craig Box <craig.box@gmail.com>
2023-11-08 16:28:38 -08:00
KipsasJaujoj 65b0669c09
Docs: update diagnostic-tools trust con (#14052)
* Docs: update diagnostic-tools trust con
figuration check command

* Docs: revert trust configuration command

* Docs: clarify what's needed if secrets does not exist

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

Co-authored-by: Jackie Elliott <64559656+jaellio@users.noreply.github.com>

---------

Co-authored-by: Craig Box <craig.box@gmail.com>
Co-authored-by: Jackie Elliott <64559656+jaellio@users.noreply.github.com>
2023-11-08 16:08:39 -08:00
Sanjeev Rampal 743a2d8598
Commits for Ambient Issue #13481 https://github.com/istio/istio.io/issues/13481 (#13635) 2023-11-08 15:12:39 -08:00
Rashmi Lengade 77ed0a8d1c
Update Kiali Getting started link in the English documentation for istio.io kubernetes getting started documentation (#14116) 2023-11-08 10:51:33 -08:00
Xiaopeng Han 689bfe3d8b
fix patch version cve list (#14099) 2023-11-06 06:52:53 -08:00
John Howard 4129b7fd2f
Update application labeling guidance (#14095)
* Update application labeling guidance

Fixes https://github.com/istio/istio/issues/10724

* Update content/en/docs/ops/deployment/requirements/index.md

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

---------

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2023-11-04 17:41:50 -07:00
Istio Automation 33242f6830
Automator: update istio.io@ reference docs (#14093) 2023-11-02 19:15:45 -07:00
JinVei 24904bb21e
fix typo in the pilot-agent page (#14089) 2023-11-02 03:28:52 -07:00
Istio Automation c7814807ef
Automator: update istio.io@ reference docs (#14085) 2023-10-31 19:20:28 -07:00
Faseela K e8aee74b65
fix typo in code-blocks (#14076)
Signed-off-by: Faseela K <faseela.k@est.tech>
2023-10-30 08:19:39 -07:00
Istio Automation 8717e97f4a
fix #14069: updated incorrect hyperlink to PEP glossary (#14075)
Co-authored-by: Roofer92 <50134488+Roofer92@users.noreply.github.com>
2023-10-30 07:11:32 -07:00
John Howard 0262982f8f
Drop "distroless is alpha" warning (#14065)
https://github.com/istio/enhancements/pull/105
2023-10-27 10:56:29 -07:00
visheshtha 1622e5f0bc
Added the information about setting the gateway_url (#14058) 2023-10-26 07:18:29 -07:00
Ben Leggett e832faaa55
Add note to ambient quickstart mentioning minikube workaround (#14029)
https://github.com/istio/istio/pull/47444

Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
2023-10-24 11:08:43 -07:00
Frank Budinsky 8d0d70812f
Analyzer message doc tests are n/a (#14046) 2023-10-24 06:28:43 -07:00
Michael Weiner 03eb9662cb
Documentation for New External Control Plane Analyzer Messages (#14044)
* documentation for new External Control Plane analyzer

* resolve linting whitespace errors

* fix false positive spelling error

* fix typos found during review
2023-10-24 05:44:42 -07:00
Faseela K 6c837c3b64
Add xt_multiport to platform prerequisites (#14028)
Users deploying in Openshift cluster have reported that upgrade from Istio 1.17 to Istio 1.18.3 has failed due to the lack of kernel module xt_multiport from the cluster.

This is most probably related to modifications in IPtables creation, see 7e7d52a2d1/tools/istio-iptables/pkg/capture/run.go (L369)

Signed-off-by: Faseela K <faseela.k@est.tech>
2023-10-19 13:39:09 -07:00
Eric Van Norman a8ccc83d83
Preare istio.io for 1.20 as other repos have branched. (#14025) 2023-10-19 08:29:10 -07:00
Istio Automation e7afcf4574
Automator: update istio.io@ reference docs (#14015) 2023-10-16 19:15:38 -07:00
Husni Alhamdani b141ae3203
Update Istio VM installation guide in multi-network setup (#14012)
* Update Istio VM installation guide in multi-network setup

Add missing instruction on Istio VM installation guide in multi-network setup

* Update Istio VM installation guide in multi-network setup
2023-10-16 08:17:37 -07:00
Istio Automation e6f670461f
Automator: update istio@ test reference (#13956) 2023-10-16 06:26:37 -07:00
Istio Automation 91a047f68f
Automator: update istio.io@ reference docs (#14011) 2023-10-15 19:19:35 -07:00
Istio Automation cd7dc2308c
Automator: update istio.io@ reference docs (#14006) 2023-10-12 19:17:33 -07:00
Praseeda Sathaye fd2c9d2426
Update index.md (#14004) 2023-10-12 09:57:42 -07:00
Lin Sun 10082fd476
Update ambient install command to fix error from zsh (#13976)
* Update ambient install command to fix error from zsh

Error I hit when install ambient:
```
 istioctl manifest generate --set profile=ambient --set components.ingressGateways[0].enabled=true --set components.ingressGateways[0].name=istio-ingressgateway
zsh: no matches found: components.ingressGateways[0].enabled=true
```

Thx to @howardjohn for pointing out missing quotes around special chars.

* update snips
2023-10-11 20:24:42 -07:00
Istio Automation cf99ad325c
Automator: update istio.io@ reference docs (#14001) 2023-10-11 19:19:40 -07:00
Kalya Subramanian 56eb12c044
AKS Egress instructions (#13967)
Signed-off-by: Kalya Subramanian <kasubra@microsoft.com>
2023-10-09 12:37:22 -07:00
Whitney Griffith c58ebb99ae
Update Feature Status definitions (#13174)
Signed-off-by: Whitney Griffith <whgriffi@microsoft.com>
2023-10-09 07:41:22 -07:00
Nicole LiHui eeec04d8ab
Add IST0162 message description (#13800)
* Add IST0162 message description

* optimize

* optmize message
2023-10-08 18:13:21 -07:00
Istio Automation a02e6362ea
Automator: update istio.io@ reference docs (#13980) 2023-10-07 19:22:54 -07:00
Khary Mendez ad957dad43
Minor Typo: build -> built (#13977) 2023-10-07 07:17:20 -07:00
Istio Automation 7a985dd8b2
Automator: update istio.io@ reference docs (#13973) 2023-10-05 19:18:02 -07:00
Eric Van Norman 9b28e18fd8
Re-enable the tcp-traffic-shifting tests (#13970) 2023-10-05 09:28:36 -07:00
Lyon Till 304e00e1ac
Add WASM Extension Dashboard (#13965) 2023-10-04 06:55:37 -07:00
Istio Automation ba0cc509c7
Automator: update istio.io@ reference docs (#13968) 2023-10-03 19:16:35 -07:00
Istio Automation 2a40d2dc4b
Automator: update istio.io@ reference docs (#13946) 2023-09-28 19:17:15 -07:00
Istio Automation 78d57aec4a
Automator: update istio.io@ reference docs (#13940) 2023-09-27 19:18:30 -07:00
Radek Chrzanowski 5b97c97949
Replace mention of virtual service with service entry in docs related to dns proxying (#13928) 2023-09-27 02:26:08 -07:00
crossoverJie f4910f7156
telemetry: change ALL_METRICS to REQUEST_COUNT (#13929) 2023-09-26 06:27:03 -07:00
Istio Automation 00a068d064
Automator: update istio.io@ reference docs (#13918) 2023-09-25 19:17:34 -07:00
Xiaopeng Han e9c8d8bc3e
fix test lint (#13925) 2023-09-25 00:33:35 -07:00
Abdul Basit 7c1ec3a1f8
updating primary-remote on multi-net docs (#13917)
* updating primary-remote on multi-net docs

* adding missing snips of make gen

* updating primary-remote_multi-network test.sh

* Update content/en/docs/setup/install/multicluster/primary-remote_multi-network/index.md

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

* Update content/en/docs/setup/install/multicluster/primary-remote_multi-network/index.md

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

* adjusting the sequence of test func calls

---------

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2023-09-24 08:52:49 -07:00
Istio Automation ebf9c3a207
Automator: update istio.io@ reference docs (#13915) 2023-09-20 19:15:02 -07:00
Frank Budinsky df385b7816
Add instructions to cleanup CRDs in getting started uninstall section (#13907)
* Add delete CRDs instructions to getting started uninstall

* fix lint

* more lint
2023-09-20 07:49:06 -07:00
Michael d7dcb95ef2
Fix indentations in canary upgrade (#13905) 2023-09-20 06:24:05 -07:00
Istio Automation 5008546a9b
Automator: update istio.io@ reference docs (#13901) 2023-09-19 19:16:03 -07:00
Frank Budinsky 86eff5d563
gateway-api: setup tips and warnings corrections (#13899)
* gateway-api: setup tips and warnings corrections

* regen

* remove obsolete snip
2023-09-19 16:28:03 -07:00
visheshtha 8bb664eb66
Updated the canary upgrade page (#13849)
* Updated the canary upgrade page

* addressed the failed test cases

* called the newly created functions

* updated the numbers in index.md
2023-09-19 12:00:54 -07:00
Frank Budinsky 6cd8adb17a
Add gateway-api instructions to timeouts task (#13208)
* [WIP] Task for testing experimental gateway-api timeouts

* tweak wording

* lint and regen

* update tabs

* fractional timeout values not supported in gateway-api

* add gateway api test

* remove blog
2023-09-19 10:01:53 -07:00
Eric Van Norman 63d262dba8
Update istio test ref, hardcode sha from Gateway API to non-release (#13892)
* Update istio test ref, do not strip sha from gateway version

* Rework sha, remove code to update gateway-api automatically

* Update Makefile to use full sha

* Some minor tweaks

* Some minor tweaks

* Move sha logic to a bash script

* Remove extraneous expected line in dns-proxy test

* fix tab/space
2023-09-18 12:14:54 -07:00
Xiaopeng Han af5db82222
Fix ambient release link (#13890)
* fix ambient release link

* use getting started link instead of fixed version
2023-09-18 06:23:53 -07:00
Istio Automation 28932c6af8
Automator: update istio.io@ reference docs (#13884) 2023-09-15 19:15:50 -07:00
Eric Van Norman e6c3e69e98
Fix insecure directory command (#13880) 2023-09-15 13:58:50 -07:00
Eitan Suez 4924df7e4b
Update index.md (#13879)
* Update index.md

corrects example httproute for mesh traffic in k8s gw api ingress task.  the backendRefs should be part of the one rule that applies the filters.

* also updates snips.sh in gw api ingress task
2023-09-15 11:15:51 -07:00
Michael 8fa65cf804
Remove the SVG tips generated by draw.io (#13863) 2023-09-13 07:41:32 -07:00
Jonh Wendell a41073d913
Document special case for gateway install on OpenShift (#13855)
Documents the changes here: https://github.com/istio/istio/pull/46898
2023-09-12 12:45:30 -07:00
Praseeda Sathaye 6d6256f2b8
Aws eks setup (#13858)
* adding Amazon EKS with Istio setup to platform-setup page

* adding Amazon EKS with Istio setup to platform-setup page

* updating the test section of the doc

* adding period at the end of description for the error in test

* adding newline at end of file

* changing the weight to make it ordered alphabetically.

* updating the link as it was  broken due to this change made to folder structure in upstream https://github.com/aws-ia/terraform-aws-eks-blueprints/pull/1754
2023-09-12 12:30:30 -07:00
Istio Automation f1e7766dad
Automator: update istio.io@ reference docs (#13852) 2023-09-11 19:16:29 -07:00
Eric Van Norman cf43397b2f
Update to main branch commit (#13819)
* Update to main branch comit

* Update istio api and client-go commits

* Update tests to also work on arm64 machines

* Change multi-cluster cleanup to use --purge like the page

* Change multi-cluster cleanup to use --purge like the page

* Try changing uninstall order to see if it follows second uniunstall

* Try doing one uninstall instead of spinning both of them

* Move back to commit before suspected PR

* make gen

* Update to commit with fix for --context

* Update to latest branch disabling tcp-traffic-shifting tests
2023-09-11 09:40:29 -07:00
Archana Sawant e2adf578ee
Fixed numbering for installation steps in the tip (#13778)
* Fixed numbering for installation steps in the tip

* Fixed lint error as per suggestion
2023-09-08 13:06:55 -07:00
Istio Automation a03192ad30
Automator: update istio.io@ reference docs (#13841) 2023-09-07 19:15:55 -07:00
Istio Automation a04860311c
update the release 1.19 perf data (#13838)
Co-authored-by: AndreaM12345 <ayma@us.ibm.com>
2023-09-07 08:09:56 -07:00
Praseeda Sathaye 5d460579f0
adding Amazon EKS with Istio setup to platform-setup page (#13822)
* adding Amazon EKS with Istio setup to platform-setup page

* adding Amazon EKS with Istio setup to platform-setup page

* updating the test section of the doc

* adding period at the end of description for the error in test

* adding newline at end of file

* changing the weight to make it ordered alphabetically.
2023-09-06 10:29:53 -07:00
Istio Automation 183a427855
Automator: update istio.io@ reference docs (#13820) 2023-09-05 19:14:53 -07:00
Tim O'Keefe c863e9e9e8
Remove anyuid instructions for OpenShift (#13795)
* Remove anyuid instructions for OpenShift

These instructions are no longer needed after these changes https://github.com/istio/istio/pull/45394

* Removed blank line that caused failure
2023-09-05 15:15:59 -07:00
John Howard cb25017fa8
For 1.20, drop requirement to have a Service associated with a pod (#13717)
Fixed in https://github.com/istio/istio/pull/46295
2023-09-05 15:15:52 -07:00
Wei Shan Sun b484cfa528
Add more Info to locality load balancing page (#13682)
* create single cluster load balancing example& modify keywords

* modify keywords and remove see also section from locality load balancing

* remove single cluster lb page from examples

* create a standalone example for single cluster load balancing

* fix lint

* remove traffic-shifting from keywords

* fix typos

* organize locality-load-balancing page

* delete standalone single-cluster-lb page & add a tip for single-cluster lb

* remove use case description

* add original text back in

* update test file

* fix lint

* rephrase paragraph

* commit suggestion for the tip

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

* update test file

* suppress generation of the snips

* move tip to the start of the before-you-begin section

* add step 3 to tell users to deploy istiod and the app to the nodes

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

* fix format for the commands

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

* move tip before Environment Variables section

* reformat the tip section

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

---------

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2023-09-05 12:42:52 -07:00
Eric Van Norman fbb5c8df9b
update_ref_docs fails on an arm machine (#13816)
* update_ref_docs fails on an arm machine

* Remove retired ist0117

* Fix removed link
2023-09-05 12:10:02 -07:00
Eric Van Norman 867381b258 advance master to release-1.20 2023-09-05 16:32:26 +00:00
Kalya Subramanian 383ac7b283
Release Notes - 1.19.0 (#13783)
* Update support table

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

* Create 1.19 releases page

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

* Init 1.19.0 announcement page

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

* init 1.19.0 change notes

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

* Update CVE and Envoy supportability

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

* Init 1.19.0 upgrade notes

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

* spelling

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

* spaces

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

* urls

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

* lint

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

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

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

* Apply suggestions from code review

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

* Cleanup

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

* Update dates

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

---------

Signed-off-by: Kalya Subramanian <kasubra@microsoft.com>
Co-authored-by: Daniel Hawton <daniel@hawton.org>
2023-09-05 08:42:06 -07:00
Frank Budinsky 3951a73b02
Improve mesh warning messages (#13798) 2023-08-31 12:14:08 -07:00
John Howard 739d3d1fed
Update GAMMA status (#13794)
The terminology is bit confusing; before it was not experimental upstream at all -- it was undefined. Now its really experimental, so its not "pending agreement"
2023-08-31 08:45:09 -07:00
Frank Budinsky e8e9b35f2c
gateway-api: doc tests should not run with alpha CRDs by default (#13782)
* gateway-api: Doc tests should not run with alpha CRDs by default

* Fix broken tests

* cleanup

* replace bad wikipedia server ip
2023-08-30 17:15:08 -07:00
Eric Van Norman 9c03812dc0
Update to istio 1.19.0-rc.0 + samples fix (#13769)
* Update to latest istio commit. Also use rc for gateway-api.

* Fix Makefile update-gateway-version

* Update istio to 1.19.0-rc1

* Remove wasm from envoy test

* Update gateway-api to rc-2.

* Revert gateway-api t0 0.7.1

* Update samples for core group

* Revert gateway-api to rc.1 to match istio repo
2023-08-29 08:27:27 -07:00
Istio Automation dd9e35f31e
Automator: update istio.io@ reference docs (#13776) 2023-08-27 19:15:44 -07:00
AndreaM12345 7acb8e2c9b
perf data for istio 1.19 (#13740)
* perf data for istio 1.19

* removed vCPU
2023-08-24 11:57:58 -07:00
Frank Budinsky a529b4143b
Fix broken link (#13762) 2023-08-23 09:46:16 -07:00
Istio Automation 137eb1fa62
Automator: update istio.io@ reference docs (#13754) 2023-08-21 19:14:48 -07:00
zirain bccd378ce6
Analysis message for IST0157 (#13730)
* Analysis message for IST0157

* address comment

* update
2023-08-19 08:50:07 -07:00
Frank Budinsky 113f9fd098
gateway-api: Service parentRef needs to specify core group (#13735)
* gateway-api: Service parentRef needs to specify core group

* regen
2023-08-16 13:56:36 -07:00
Michael Weiner b56628e558
Add the Ambient Profile to the Installation Configuration Profiles Table (#13719)
* add Ambient config profile

* remove extra blank line to fix lint

* created ambient alpha warning boilerplate

* swapped in ambient boilerplate & corrected ambient config profile components

* add newline to resolve lint failure
2023-08-15 06:43:35 -07:00
Istio Automation afd3bd0eac
Automator: update istio.io@ reference docs (#13729) 2023-08-14 19:14:35 -07:00
Istio Automation d1090e0407
Automator: update istio.io@ reference docs (#13721) 2023-08-11 19:16:00 -07:00
John Howard 85b6ca2a85
Add reference to a page with more details. (#13692)
* Add reference to a page with more details.

* Update content/en/docs/ops/deployment/requirements/index.md

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

---------

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2023-08-11 14:04:04 -07:00
Istio Automation 08dc75a217
Automator: update istio.io@ reference docs (#13713) 2023-08-10 09:06:03 -07:00
Istio Automation fd76c9676c
Automator: update istio.io@ reference docs (#13705) 2023-08-07 19:15:05 -07:00
Ben Leggett c930135af3
Mention that Ambient CNI support is limited ATM: (#13702)
https://github.com/istio/istio/issues/46163

Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
2023-08-07 16:13:04 -07:00
Istio Automation f445e4ad67
Automator: update istio.io@ reference docs (#13696) 2023-08-05 19:20:02 -07:00
Eric Van Norman e0e010f089
prepare for v1.19 as istio source is already branched (#13691) 2023-08-05 14:21:02 -07:00
Istio Automation d535154030
Automator: update istio.io@ reference docs (#13694) 2023-08-04 19:14:15 -07:00
Eric Van Norman c8a5998a98
Fix a spelling error (#13693)
Co-authored-by: weizhoublue <weizhou.lan@daocloud.io>
2023-08-04 12:57:09 -07:00
Istio Automation 29aa5e8903
Automator: update istio.io@ reference docs (#13686) 2023-08-03 19:18:08 -07:00
Istio Automation e5ee507ed5
Automator: update istio.io@ reference docs (#13681) 2023-08-02 19:14:43 -07:00
Istio Automation d198ed1e7f
Automator: update istio.io@ reference docs (#13675) 2023-08-01 19:16:37 -07:00
Istio Automation f42829af42
Automator: update istio.io@ reference docs (#13671) 2023-07-31 19:15:15 -07:00
Xiaopeng Han e81b456e59
fix a type (#13667) 2023-07-31 06:23:52 -07:00
Istio Automation 44b966134a
Automator: update istio.io@ reference docs (#13665) 2023-07-30 19:15:08 -07:00
Istio Automation a8a79c4c56
Automator: update istio.io@ reference docs (#13653) 2023-07-27 19:14:47 -07:00
Frank Budinsky 49568809b2
Add gateway-api instructions to authn policy task (#13625)
* Add gateway-api instructions to authn policy task

* 10 -> 11

* fix test

* fix test again
2023-07-26 13:35:25 -07:00
Daniel Hawton 2e9e775d79
Fix handling of @@ link notation (#13637)
The regex was @.*@ which will match anything between two @'s, including a command like:
`k3d cluster create --api-port 6550 -p '9080:80@loadbalancer' -p '9443:443@loadbalancer' --agents 2 --k3s-arg '--disable=traefik&#64;server:*'`

The regex should be something that matches valid URL syntaxes.

Signed-off-by: Daniel Hawton <daniel.hawton@solo.io>
2023-07-26 07:59:41 -07:00
Istio Automation 78f8556558
Automator: update istio.io@ reference docs (#13633) 2023-07-25 19:18:39 -07:00
Eric Van Norman e14512dec1
Manual cherry-pick of #13619 (Various release notes) (#13623) 2023-07-25 10:25:36 -07:00
Eric Van Norman 8e2983f6c6
Update istio test reference (#13612)
* Update istio test reference

* Run make gen

* Fix ambient test ztunnel node selector

* try replacing niode selector with wildcard

* More test changes

* remove wildcarding on node

* Add new output line
2023-07-24 15:09:36 -07:00
Istio Automation 5eeea48270
Automator: update istio.io@ reference docs (#13607) 2023-07-21 19:18:32 -07:00
Istio Automation 52524ef8af
Automator: update istio.io@ reference docs (#13603) 2023-07-19 19:15:31 -07:00
Xiaopeng Han d8ee2e490d
Move remote secret command out of experimental (#13589)
* move remote secret command out of experimental

* add missing things
2023-07-19 06:43:31 -07:00
Istio Automation 918ad1c529
Automator: update istio.io@ reference docs (#13597) 2023-07-18 19:15:55 -07:00
Eric Van Norman f278e63825
Re-enable processing of gateway-api version in `make gen` (#13595)
* Re-enable processing of gateway-api version in `make gen`

* Update gateway-api to be the publicly released base version

* remove script and add awk in Makefile

* rebase and make gen
2023-07-18 17:43:55 -07:00
Keith Mattix II c7fff6ca31
Bump gateway api version used in examples (#13591)
* Bump gateway api version used in examples

* Use gateway version var

Signed-off-by: Keith Mattix II <keithmattix@microsoft.com>

---------

Signed-off-by: Keith Mattix II <keithmattix@microsoft.com>
2023-07-18 14:13:06 -07:00
zirain 2f7b0690e8
move Telemetry API to alpha (#13585)
* move Telemetry API to alpha

* update status
2023-07-17 20:24:05 -07:00
Istio Automation 1054532364
Automator: update istio.io@ reference docs (#13586) 2023-07-17 19:18:05 -07:00
Frank Budinsky 52658c57c3
JWT routing task fixes (#13570)
* JWT routing task fixes

* revert gtwapi

* fix test

* lint

* more lint
2023-07-14 12:58:43 -07:00
Daniel Hawton e9856190ac
Release notes for 1.16.6, 1.17.4, 1.18.1 (#13563)
* Release notes for 1.16.6

* add release notes for 1.17 and 1.18

* lint

* feedback

* add security bulletin

* add security bulletin to release notes

* update supported releases page

* feedback + lint

* fix publish date

* Fix impacted statement
2023-07-14 10:32:43 -07:00
Istio Automation dd9f5daf0f
Automator: update istio.io@ reference docs (#13554) 2023-07-12 19:15:06 -07:00
Eric Van Norman a75da94f12
Fix operator/test.sh for downloadIstio TARGET_OS change (#13549) 2023-07-12 11:26:47 -07:00
Istio Automation e1c589604f
Automator: update istio.io@ reference docs (#13541) 2023-07-11 19:19:46 -07:00
Michael db22487bf3
Tweak line wrappings in integrations (#13525) 2023-07-08 17:25:35 -07:00
Istio Automation 45099342bd
Automator: update istio.io@ reference docs (#13524) 2023-07-07 19:14:33 -07:00
Istio Automation 9e26268d90
Automator: update istio.io@ reference docs (#13519) 2023-07-06 19:17:32 -07:00
Michael 82c8c3666f
Tweak long lines in istioctl and istioctl-analyze (#13513) 2023-07-06 07:17:32 -07:00
Istio Automation d505f7f7b3
Automator: update istio.io@ reference docs (#13512) 2023-07-05 19:16:32 -07:00
Istio Automation abc6af65b3
Automator: update istio.io@ reference docs (#13503) 2023-07-03 19:17:25 -07:00
zirain b56f351f9c
security: correct command on jwt-route page (#13460)
* security: correct command on jwt-route page

* gen
2023-06-30 11:27:21 -07:00
Istio Automation 8d7f9734b1
Automator: update istio.io@ reference docs (#13495) 2023-06-29 19:16:16 -07:00
ognyvrac c71712c34d
Add warning for TLS verification in TLS origination guide (#13472)
* TLS verification

* add whitespace

* fix indentation

* use relative url

* apply comments
2023-06-29 06:02:03 -07:00
Istio Automation 912e2d1bc1
Automator: update istio.io@ reference docs (#13487) 2023-06-28 19:20:03 -07:00
Istio Automation 7f2eabab6c
Automator: update istio.io@ reference docs (#13477) 2023-06-27 19:15:31 -07:00
Kuat c2af091e64
add recipes for envoyfilter migration (#13360)
* add recipes

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

* lint

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

* lint

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

* lint

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

* spelling

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

* review

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

* update link

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

* fix lint

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

* review

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

* add spelling

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

* review

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

* review

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

---------

Signed-off-by: Kuat Yessenov <kuat@google.com>
2023-06-27 13:56:30 -07:00
Istio Automation b9f05e6e3a
Automator: update istio.io@ reference docs (#13461) 2023-06-25 19:14:31 -07:00
Eric Van Norman 6fd97aa04d
Re-enable telemetry-api test (#13439)
* Re-enable telemetry-api test

* Run make gen

* Change to use default profile
2023-06-23 13:06:35 -07:00
rrobb-aspen 40274a60df
Cleanup Istio CNI and Istiod chart installations (#13265)
* remove injected annotation for istio-cni

* add injector webhook config back, add tip about it overwriting existing configs

* update docs with istio_cni.chained installation config

* update helm install instructions

* fix linting

* pass linter

* clarify tip for previous Openshift users to be aware that the injection webhook is not required

* update per PR suggestion

* generate new snips

* update cni docs by removing tip and adding openshift install command per PR

* lint fix

---------

Co-authored-by: Jacob Delgado <jacob.delgado@volunteers.acasi.info>
2023-06-23 11:19:39 -07:00
Istio Automation c2edaceec6
Automator: update istio.io@ reference docs (#13447) 2023-06-22 19:16:02 -07:00
Ric Hincapie a34f0e1043
Add livenessProbe rewrite example (#13224)
* Add livenessProbe rewrite example

* Adjust example snippets to testing framework

Add testing to new snippets

* Solve testing

Make outputs more readable

* Debug testing: create internal LIVENESS_POD variable

* Add section so snips are named. Improve phrasing

* Solve typo on section. Adjust test snip calls

* Update content/en/docs/ops/configuration/mesh/app-health-check/index.md

Co-authored-by: Faseela K <k.faseela@gmail.com>

* Update content/en/docs/ops/configuration/mesh/app-health-check/index.md

Co-authored-by: Faseela K <k.faseela@gmail.com>

* Update content/en/docs/ops/configuration/mesh/app-health-check/index.md

Co-authored-by: Faseela K <k.faseela@gmail.com>

* Solve lint issue. Update snips

---------

Co-authored-by: Faseela K <k.faseela@gmail.com>
2023-06-22 06:57:06 -07:00
Istio Automation 252b9fe252
Automator: update istio.io@ reference docs (#13436) 2023-06-21 19:15:06 -07:00
John Howard fadbb5c908
Fix defaultRevision documentation in helm install (#13420)
* Fix defaultRevision documentation in helm install

* Update snips.sh
2023-06-21 08:59:11 -07:00
Yang Gang b781e84053
fix typo sufficent-->sufficient (#13429)
Signed-off-by: yanggang <gang.yang@daocloud.io>
2023-06-21 01:13:09 -07:00
Istio Automation 95c0a9eabd
Automator: update istio.io@ reference docs (#13422) 2023-06-20 19:16:10 -07:00
Istio Automation 1a7939c601
Automator: update istio.io@ reference docs (#13399) 2023-06-17 19:18:08 -07:00
Keith Mattix II 3c94567ce1
Change Istio Classic terminology to Istio APIs (#13385)
* Change Istio Classic terminology to Istio APIs

Signed-off-by: Keith Mattix II <keithmattix@microsoft.com>

* Fix stutter

Signed-off-by: Keith Mattix II <keithmattix@microsoft.com>

* Change back parallel structure formation

Signed-off-by: Keith Mattix II <keithmattix@microsoft.com>

---------

Signed-off-by: Keith Mattix II <keithmattix@microsoft.com>
2023-06-16 07:02:06 -07:00
Istio Automation 064e983730
Automator: update istio.io@ reference docs (#13387) 2023-06-15 19:15:36 -07:00
zhengbingxian 8d5a9ff936
keep the same ip:port as above (#13367) 2023-06-15 00:29:11 -07:00
Eric Van Norman c27d9681d0
Warn and do not copy duplicate reference docs (#13359) 2023-06-14 06:43:10 -07:00
Istio Automation 52b96e4461
Automator: update istio.io@ reference docs (#13362) 2023-06-13 19:16:37 -07:00
Istio Automation 46953ce7c0
Automator: update istio.io@ reference docs (#13346) 2023-06-09 19:14:50 -07:00
Michael ba926d3006
fix a typo in authz-ingress (#13332) 2023-06-08 21:26:48 -07:00
Istio Automation 7ea289c41d
Automator: update istio.io@ reference docs (#13334) 2023-06-08 19:28:04 -07:00
Faseela K 01da15421a
Add docs for ocsp staple support (#13307)
* Add docs for ocsp staple support

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

* Update content/en/docs/tasks/traffic-management/ingress/secure-ingress/index.md

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

---------

Signed-off-by: Faseela K <faseela.k@est.tech>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2023-06-08 11:58:05 -07:00
wulianglongrd 15f812bdb6
add tips for using `[]` as a separator (#13188) 2023-06-08 08:15:05 -07:00
Wei Shan Sun 3a1d24e297
Update doc for internal IP ranges for egress control (#13287)
* clarify the internal IP ranges for IBM Cloud Kubernetes Service

* Trigger Build

* add example of the command output

* paraphrase the text

* update snips.sh
2023-06-08 06:30:04 -07:00
Istio Automation 3c8f8d7d2e
Minor doc fixes (#13321)
Co-authored-by: Paul Merrison <paul@tetrate.io>
2023-06-08 05:59:04 -07:00
Istio Automation 58feb89fde
Automator: update istio.io@ reference docs (#13316) 2023-06-07 19:15:04 -07:00
Eric Van Norman 91afadd482
Main branch has a non release gateway API. Changes to allow that. (#13313)
* Master has a non release gateway API. Changes to allow that.

* Grab a istio test ref from main branch

* <ove from istio.io/pkg to istio/istio/pkg

* revert one change

* update istio/api

* Run make gen

* disable failing test temporarily
2023-06-07 15:42:03 -07:00
Eric Van Norman af9705dd17 advance master to release-1.19 2023-06-07 14:31:17 +00:00
Paul Merrison dd8967e655
[release-1.18] Release Notes (#13269)
* initial draft

* Fix typo

* remove 1.22 k8s warning

* Updating supportStatus table

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

Co-authored-by: jacob-delgado <jacob.delgado@volunteers.acasi.info>

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

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

* Review fixes

* Fix trailing -

* Finished first draft

* Minor change

* Fixed linting issues save for link checking

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

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

* Update content/en/news/releases/1.18.x/announcing-1.18/upgrade-notes/index.md

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

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

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

* Update content/en/news/releases/1.18.x/announcing-1.18/upgrade-notes/index.md

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

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

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

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

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

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

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

* Minor wording change

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

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

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

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

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

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

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

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

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

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

* Fix line break

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

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

* Fixing .spelling

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

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

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

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

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

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

* Minor fixes

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

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

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

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

* Review fixes

* Changes to .spelling

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

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

* Update release date

* Added more issue links

---------

Co-authored-by: jacob-delgado <jacob.delgado@volunteers.acasi.info>
Co-authored-by: Xiaopeng Han <hanxiaop8@outlook.com>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2023-06-07 06:06:04 -07:00
Faseela K 31fbb11a68
Enhance mTLS origination example (#13297)
* Enhance mTLS origination example

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

* rebase

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

---------

Signed-off-by: Faseela K <faseela.k@est.tech>
2023-06-07 00:08:03 -07:00
Kuat a985ac38a6
cleanup more usages of EnvoyFilter (#13301)
* cleanup more usages of EnvoyFilter

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

* fix

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

* fix test

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

* review

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

---------

Signed-off-by: Kuat Yessenov <kuat@google.com>
2023-06-06 14:06:49 -07:00
Faseela K 8ba8228b1a
Add proxy-config secret command for verification (#13294)
* Add proxy-config secret command for verification

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

* fix test failure

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

* remove secure-ingress changes

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

* incorporate review comments

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

---------

Signed-off-by: Faseela K <faseela.k@est.tech>
2023-06-06 10:19:49 -07:00
Kuat 340ac45f6e
docs: update classify metrics page (#13296)
Signed-off-by: Kuat Yessenov <kuat@google.com>
2023-06-06 08:08:55 -07:00
Faseela K 504290f56d
remove unused SE cleanup step (#13295)
Signed-off-by: Faseela K <faseela.k@est.tech>
2023-06-06 07:55:48 -07:00
Faseela K 5dfb323027
Document CRL usage (#13275)
* Document CRL usage

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

* incorporate review comments

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

* fix lint

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

* Update content/en/boilerplates/crl-tip.md

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

---------

Signed-off-by: Faseela K <faseela.k@est.tech>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2023-06-05 06:21:18 -07:00
Kuat f4f439c9cc
cleanup envoy filter use (#13276)
Signed-off-by: Kuat Yessenov <kuat@google.com>
2023-06-02 06:13:02 -07:00
Eric Van Norman ba7e7b9bad
Fix broken link to subzone (#13242) 2023-05-25 09:16:42 -07:00
Istio Automation ff602d202c
Automator: update istio.io@ reference docs (#13237) 2023-05-23 19:17:40 -07:00
Michael a4d4f8bb18
Fix indentations and remove unecessary step numbers (#13230)
* Fix indentations and remove unecessary step numbers in /security/authorization/

* revert tabset indentations and wrap some long clauses
2023-05-23 18:29:05 -07:00
Michael 049a3e9071
add `` to words mentioned in code (#13212) 2023-05-18 06:11:28 -07:00
Calvin Huang ae106d86a8
update docs/concepts/traffic-management to reflect least requests default load balancing policy (#13206) 2023-05-17 10:41:27 -07:00
Patrik Jonsson 58df626f84
Fixing spelling error in the documentation regarding upgrades (#13200)
Upgarding -> Upgrading
2023-05-16 06:22:13 -07:00
Arka Bhattacharya 95b467a2cc
Link redirection edited (#13197) 2023-05-16 00:22:13 -07:00
NisheekaNynan1 130d8d7ece
update istio autocompletion instructions to use zsh for mac (#13168)
* update istio autocompletion instructions to use zsh for mac

* pat: fix typo

Signed-off-by: Nisheeka-Nynan <Nisheeka.Nynan@ibm.com>

* fix spacing

* fix linting

* fix lint

* make changes based on review comments

---------

Signed-off-by: Nisheeka-Nynan <Nisheeka.Nynan@ibm.com>
2023-05-15 07:40:34 -07:00
John Howard abb755651a
add doc for third party ingress (#13116)
* add doc for third party ingress

* fix mermaid maybe

* Fix spell checker

* na

* Apply suggestions from code review

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

---------

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2023-05-15 07:40:26 -07:00
my-git9 efdd982450
Ajust format for traffic-management (#13192)
Signed-off-by: xin.li <xin.li@daocloud.io>
2023-05-15 07:28:25 -07:00
Michael c00bf9d1fd
fix a sequence number in heading 3 of /security/normalization/ (#13195) 2023-05-15 06:21:50 -07:00
Xiaopeng Han 6656933a5f
Add IST0161 message description (#13068)
* add IST0161 message description

* fix lint

* fix lint

* Update content/en/docs/reference/config/analysis/ist0161/index.md

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

---------

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2023-05-11 14:05:57 -07:00
Jackie Elliott da58f42dec
fix(): add missing cleanup instructions (#13076)
* fix(): add missing cleanup instructions

Part of #11720

Signed-off-by: jaellio <jaellio@microsoft.com>

* Remove unecessary uninstalls

Signed-off-by: jaellio <jaellio@microsoft.com>

---------

Signed-off-by: jaellio <jaellio@microsoft.com>
2023-05-10 11:46:35 -07:00
Xiaopeng Han 227addf7c0
Add IST0159, IST0160 message descriptions (#13069)
* add ist0159 0160 messages

* fix lint

* Update content/en/docs/reference/config/analysis/ist0159/index.md

Co-authored-by: Faseela K <k.faseela@gmail.com>

* Update content/en/docs/reference/config/analysis/ist0160/index.md

Co-authored-by: Faseela K <k.faseela@gmail.com>

* Update content/en/docs/reference/config/analysis/ist0160/index.md

Co-authored-by: Faseela K <k.faseela@gmail.com>

* Update index.md

---------

Co-authored-by: Faseela K <k.faseela@gmail.com>
2023-05-10 11:18:35 -07:00
Istio Automation b3eb00566b
Automator: update istio.io@ reference docs (#13175) 2023-05-08 19:14:48 -07:00
Istio Automation a2ccc5bbf0
Automator: update istio.io@ reference docs (#13158) 2023-05-03 19:14:44 -07:00
Bilal 01cc0950f1
Update index.md (#13156)
changed the dead link with a new link. the link goes to the right path.
2023-05-03 04:15:00 -07:00
Istio Automation 9b94dca4d6
Automator: update istio.io@ reference docs (#13141) 2023-04-29 19:17:32 -07:00
Phill Gibson b3926d2c7c
update azure platform setup (#13133)
* update azure platform setup

* fixed lint test errors
2023-04-29 17:59:32 -07:00
Istio Automation 4b54125752
Automator: update istio.io@ reference docs (#13139) 2023-04-28 19:17:30 -07:00
Jonh Wendell 652f1caa0c
OpenShift: Remove NetworkAttachmentDefinition section (#13054)
It's no longer required after https://github.com/istio/istio/pull/44392
2023-04-28 14:23:31 -07:00
Istio Automation 16bc31b25e
Automator: update istio.io@ reference docs (#13135) 2023-04-27 19:17:30 -07:00
Eric Van Norman 57ba4f6751
prepare for v1.18 as istio source is already branched (#13134) 2023-04-27 12:07:29 -07:00
Ravi Verma 9b0315deba
multi-cluster with multi-network setup flow fix (#13081)
* multi-cluster with multi-network setup flow fix

* Updated test case to align with document
2023-04-26 06:12:28 -07:00
Istio Automation 70c313701f
Automator: update istio.io@ reference docs (#13118) 2023-04-25 19:16:27 -07:00
SRodi f05de6727c
canary-doc-dynamic-versions (#13110)
* use dynamic versions for canary upgrade docs
* update boilerplates md files
* update canary and helm upgrade tests/docs accordingly
* update diagrams
* update static referenced versions to newer versions
2023-04-25 14:31:28 -07:00
Istio Automation dabb9312a3
Automator: update istio.io@ reference docs (#13112) 2023-04-24 19:20:23 -07:00
Xiaopeng Han fc334c4bb8
Add doc for check-inject (#13082)
* add doc for check-inject

* fix command displau

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

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

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

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

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

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

* fix typo

---------

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2023-04-24 07:36:03 -07:00
Istio Automation 49b2c5a63e
Automator: update istio.io@ reference docs (#13078) 2023-04-24 07:35:56 -07:00
Xiaopeng Han 7258a5ce28
Remove deprecated message (#13079)
* Remove reprecated message

* remove zh ist0105

* remove unused message link
2023-04-24 06:31:56 -07:00
SRodi dd4f01fa26
Create generic args.md with common args consumed by test scripts (#13087)
* generic-args-md

* create generic boilerplates/args.md
* include gw_api_version, full_version, previous_version
* update install/operator/test.sh to source and use new vars
* update test/util/gateway-api.sh to source and use new gw var
* remove gateway-api-version.md
* relates to #13085

* fix linting fail for args.md

* remove sed command for revision string, use param expansion
2023-04-21 08:59:23 -07:00
SRodi 2ed61a7cae
Enable tests and remove hardcoded versions for operator install doc (#13050)
* Enable tests for operator install

* install-operator-tests

* update snip_id
* set snip_id=none for non-tested snips
* add test scenarios for helm,watchns,install istio,update
* use functions for better readability
* add newline at the end

* install-operator-tests

* add tests for inplace and canary upgrade
* update version 1.8.1 and 1.9.0 to 1.17.1 and 1.17.2 in docs
* disable snip remove_operator failing lint/test

* install-operator-tests

* remove all hardcoded versions in operator install doc
* add istio_previous_version and full/previous revision to snip.py
* adjust test.sh accordingly

* install-operator-tests

* add shorcodes for revision versions

* install-operator-tests

* fix canary upgrade (upgrade from previous to full version)

* install-operator-tests

* fix reference to full_version in canary upgrade

* install-operator-tests

* fix slightly off format

* install-operator-tests

* disable test for upgrade with helm tip
* add instructions to doc for canary upgrade prep
* update test.sh and snips.sh accordingly

* install-operator-tests

* fix profile on upgrade, use default
2023-04-20 07:11:18 -07:00
Istio Automation 8e89f8ced1
Automator: update istio.io@ reference docs (#13072) 2023-04-18 19:16:51 -07:00
zirain 58c4822de4
add tests for `tasks/observability/logs/telemetry-api` (#13045)
* add tests

* update test

* wait for telemetry

* fix cleanup

* enable istio injection

* wait longer

* rollout restart pod

* fix after_snapshot

* update link

* user none profile

* fix cleanup
2023-04-17 11:55:55 -07:00
Kalya Subramanian b71cbafd97
Add Istio PSA documentation (#12975)
* Update Istio dependency

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

* Add Istio PSA documentation

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

---------

Signed-off-by: Kalya Subramanian <kasubra@microsoft.com>
2023-04-17 11:37:54 -07:00
Faseela K 25d9d574ae
fix smart dns proxy example (#13062)
Signed-off-by: Faseela K <faseela.k@est.tech>
2023-04-17 08:21:20 -07:00
Istio Automation a10014edba
Automator: update istio.io@ reference docs (#13058) 2023-04-14 19:17:35 -07:00
Frank Budinsky 5705e8d69a
Remove misleading multicluster diagram (#13047) 2023-04-12 12:06:45 -07:00
John Zheng 788d8cf93f
Update index.md (#13033)
* Update index.md

* Update index.md

* Put it into troubleshooting.

* Update index.md

* Update snips.sh

* Update snips.sh

* apply changes for snips.sh

* Update content/en/docs/tasks/traffic-management/ingress/secure-ingress/index.md

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

---------

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2023-04-12 11:34:45 -07:00
Istio Automation 8baf6d521b
Automator: update istio.io@ reference docs (#13044) 2023-04-11 19:15:45 -07:00
zirain d093b49542
update istio.io/istio (#13040)
* update istio.io/istio

Signed-off-by: hejianpeng <hejianpeng2@huawei.com>

* update to 56faa0e2a51e

Signed-off-by: hejianpeng <hejianpeng2@huawei.com>

* update to 8d17b8f2d970

---------

Signed-off-by: hejianpeng <hejianpeng2@huawei.com>
2023-04-11 11:17:01 -07:00
zirain 3ced86b817
improve display of metrics/telemetry-api (#13029)
* improve display of metrics/telemetry-api

* Update content/en/docs/tasks/observability/metrics/telemetry-api/index.md

Co-authored-by: Faseela K <k.faseela@gmail.com>

---------

Co-authored-by: Faseela K <k.faseela@gmail.com>
2023-04-11 04:00:01 -07:00
Istio Automation 30aa8ffe1a
Automator: update istio.io@ reference docs (#13039) 2023-04-10 19:17:00 -07:00
Istio Automation d8e3fb63b8
Automator: update istio.io@ reference docs (#13025) 2023-04-06 19:16:56 -07:00
zirain d50bef68a4
add tracing Telemetry API tests (#12973)
* add tracing Telemetry API tests

* fix lint

* update

* update test

* remove ns

* update cleanup

* use --skip-confirmation
2023-04-06 12:52:25 -07:00
Eric Van Norman f4058c986d
Update releases with CVES removing 1.14 (#13011) 2023-04-06 10:25:25 -07:00
Frank Budinsky f903e5a742
Minor formatting improvemnts for ambient get started doc (#13013)
* Minor formatting improvemnts for ambient get started doc

* spelling
2023-04-06 05:12:31 -07:00
David Xia 2f9f6e165b
fix: broken link in https://istio.io/latest/docs/examples/bookinfo/ (#13014) 2023-04-05 18:16:49 -07:00
David Xia a8e24d7eeb
fix docs: wrong subject-verb agreement in authn-policy/index.md (#13015) 2023-04-05 18:02:49 -07:00
Frank Budinsky 7feca64578
User more doc snips in ambient test (#13005) 2023-04-05 08:08:11 -07:00
Greg Hanson cbd5c4cc17
cherry-pick 4-4 security release announcement back to master branch (#13000)
* cherry-pick 4-4 security release announcement back to master branch

* lint fixes

---------

Co-authored-by: jacob-delgado <jacob.delgado@volunteers.acasi.info>
2023-04-05 06:31:11 -07:00
Istio Automation 9a1ce0f118
Automator: update istio.io@ reference docs (#12996) 2023-04-04 19:18:09 -07:00
Jackie Elliott 277f2da656
Clarifies indentation requirement for new lines of multi line (#12989)
commands.

Signed-off-by: jaellio <jaellio@microsoft.com>
2023-04-04 01:31:08 -07:00
zirain 74b4901c2a
telemetry: add metric test (#12951)
* telemetry: add metric test

* fix lint and test

* update test

* update

* cleam telemetry

* fix test

* verify remove request_count

* update

* remove extraStatTags

* remove

* update TAG and HUB
2023-04-04 01:20:07 -07:00
Istio Automation 9c51a8c91c
Automator: update istio.io@ reference docs (#12991) 2023-04-03 19:16:33 -07:00
Frank Budinsky 18e2058d81
Fix snippet generator to not include html id in snip id (#12988)
* Fix snippet generator to not include html id in snip id

* verify failure
2023-04-03 13:20:34 -07:00
Frank Budinsky 13a3f3ddd2
Update ambient getting started for ingress gw not installed by default (#12979)
* Update ambient getting started for ingress gw not installed by default

* fix index

* tweak

* fix tests

* fix tests
2023-04-03 06:48:33 -07:00
Daneyon Hansen 3d4a9f8235
Adds K8s Gateway API to Getting Started Guide (#12932)
* Adds K8s Gateway to Ambient Guide

Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>

* Simplifies and fixes cleanup

Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>

* Updates bookinfo sample install and uninstall

Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>

---------

Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
2023-03-31 06:12:49 -07:00
Istio Automation 9909739439
Automator: update istio.io@ reference docs (#12976) 2023-03-30 19:17:48 -07:00
Kalya Subramanian c3456a4618
Add istioctl command for CNI install (#12970)
Signed-off-by: Kalya Subramanian <kasubra@microsoft.com>
2023-03-30 14:09:54 -07:00
Istio Automation 2ee56b67cd
Automator: update istio.io@ reference docs (#12969) 2023-03-29 19:15:32 -07:00
Daneyon Hansen 0544065433
Updates Gateway Status Checking (#12955)
* Updates Gateway Status Check for Ambient Guide

Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>

* Updates status condition checking

Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>

* Bumps istio dep

Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>

* Generated changes from gen-check

Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>

---------

Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
2023-03-29 06:47:30 -07:00
Istio Automation 23fb529efb
Automator: update istio.io@ reference docs (#12963) 2023-03-28 19:16:29 -07:00
Frank Budinsky b64832ac53
gateway-api: future proof gateway address (#12961)
* gateway-api: future proof gateway address

* regen
2023-03-28 14:28:39 -07:00
NisheekaNynan1 873eae3f12
minor fixes for work item 9029 and 10215 (#12960)
* minor fixes for work item 9029 and 10215

* add cleartext to .spelling
2023-03-28 11:07:40 -07:00
NisheekaNynan1 3311a1854a
minor fixes to the Istio Standard Metrics page (#12918)
* minor fixes to the Istio Standard Metrics

* minor fixes to doc
2023-03-28 01:54:54 -07:00
Istio Automation b7edbe078f
Automator: update istio.io@ reference docs (#12939) 2023-03-24 19:20:16 -07:00
Frank Budinsky 0d65b3888d
gateway-api: change wait ready to wait programmed (#12937) 2023-03-24 12:12:01 -07:00
zirain be01753e1c
fix wrong folder name (#12934) 2023-03-24 00:35:59 -07:00