Commit Graph

2010 Commits

Author SHA1 Message Date
Nick ef35101d1b
Virtual Machine Blog Post (#10594)
* uploaded contents

* fixing image sizes

* linting

* linting 2

* link fix

* link again
2021-12-15 09:53:59 -08:00
Istio Automation 326381233d
Add k8s 1.18 to the list for Istio 1.11 (#10615)
fixes: the inconsistency described in https://github.com/istio/istio.io/issues/10550

Co-authored-by: Lin Sun <lin.sun@solo.io>
2021-12-15 08:43:37 -08:00
Istio Automation 666cebebf4
Automator: update istio.io@ reference docs (#10604) 2021-12-12 18:46:16 -08:00
Istio Automation e60db5c871
Automator: update istio.io@ reference docs (#10603) 2021-12-11 18:49:27 -08:00
Istio Automation e49c517ac7
Automator: update istio.io@ reference docs (#10595) 2021-12-11 11:06:09 -08:00
Marc Bachmann a69d5fb5a7
Fix VERIFY_CERT_AT_CLIENT typo in 1.12 release notes (#10596) 2021-12-11 09:50:26 -08:00
Istio Automation ff726014ee
Automator: update istio.io@ reference docs (#10528) 2021-12-09 18:51:42 -08:00
John Howard eb83a53814
Add CORS faq (#10586)
* Add CORS faq

This is very commonly confused topic, so having a page will hopefully
help or provide a simple link to users struggling.

* Apply suggestions from code review

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2021-12-09 11:34:02 -08:00
zirain 3a2d06517e
clarify sidecar doc (#10587)
* clarify sidecar doc

* fix zh doc

* fix doc
2021-12-09 01:25:21 -08:00
Daniel Grimm 134768c3dc
Add release notes for 1.12.1 (#10574) 2021-12-08 07:50:34 -08:00
Yangmin Zhu 84a63d0e33
add test for the dry-run task (#10526)
* add test for the dry-run task

* Update content/en/docs/tasks/security/authorization/authz-dry-run/index.md

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2021-12-08 07:50:27 -08:00
Kenan O'Neal 51291ca691
Fix Helm install and upgrade commands for istio-operator (#10570)
- Use namespace for Helm istio-operator commands.
2021-12-06 17:06:05 -08:00
Sam Naser 106d88d382
Create 1.10.6 release notes (#10547) 2021-12-03 12:56:05 -08:00
Sam Naser 47e471c1f7
Add 1.10 pre-EOL announcement (#10521) 2021-12-03 12:55:57 -08:00
John Howard e93d1314c6
Improve performance documentation (#10555)
* Improve performance documentation

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

* Apply suggestions from code review

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2021-12-03 11:08:51 -08:00
Jonh Wendell 584a2c367e
Add release notes for 1.11.5 (#10553) 2021-12-03 09:56:58 -08:00
刘旭 87d20b5d3e
fix weak algorithm (#10545) 2021-11-29 20:41:42 -08:00
Eric Van Norman 9bf49c06b6
Re-enable diagnostic-tools/istioctl-analyze test (#10522)
* Re-enable diagnostic-tools/istioctl-analyze test

* More output changes
2021-11-26 16:32:19 -08:00
Yangmin Zhu 81e896486b
update release note for external authz (#10527)
* update release note for external authz

* address comment

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

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

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2021-11-23 11:30:07 -08:00
John Howard c53dd54afc
Drop operator page to bottom of list (#10524) 2021-11-19 14:16:53 -08:00
Eric Van Norman 72de90d75b
Advance master to release-1.13 (#10516)
* build an archive of v1.11 in master

* update data/versions.yml and archive index page

* advance master to release-1.13

* ANother script update

* go get remaing istio repos to satisfy linter

* Temporarily fix link broken by istio/api #2148

* Temporarily disable istioctl analyze test.
2021-11-19 06:52:51 -08:00
Kenan O'Neal 378a87d684
Introduce 1.12 release notes and upgrade notes (#10459)
* Introduce 1.12 release notes and upgrade notes

* Improve release notes

* Add missing Issue/PR links

* Add Release Announcement skeleton

* Add cherry-picked release note

* Update _index.md

* Update 1.12 Release Notes

* Add Release Managers to the Release Notes

* Improve announcements

* Fix linter and URL due to linting error

* Fix links

* Fix linting issues

* Update release date

* Wording improvements

* Fix wording and dates

* Add missing period

* Add/Correct kube versions supported

* Date and small corrections

* Add links to docs

* Fix titles and release date

* Fix change notes description

Co-authored-by: John Howard <howardjohn@google.com>
Co-authored-by: Jacob Delgado <jacob.delgado@volunteers.acasi.info>
2021-11-18 12:31:54 -08:00
jacob-delgado b04ea6b439
Update platform setup for kops 1.22+ (#10500)
* Update platform setup for kops 1.22+

* Update index.md

* Update index.md

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

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

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

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

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2021-11-18 10:37:18 -08:00
John Howard ad49bf308d
Initial Telemetry API docs (#10496)
* Initial Telemetry API docs

Currently, the docs only have Telemetry for tracing. This adds a common
Telemetry API doc for high level info, shared for all 3 types. It also
adds some info about access logging via Telemetry.

We should likely add a similar page for Metrics, but I did not do it
here.

* fix gen

* fix dead links

* fix typo

* dead link

* one more

* 1 more?

* I hope this is it...

* again???
2021-11-17 17:20:09 -08:00
John Howard db62971c31
Expand the gateway-api docs for 1.12 (#10481)
* Expand the gateway-api docs for 1.12

This introduces a lot more details, highlights changes in 1.12, and
discusses the differences between Istio and Gateway-API.

* erics comments

* clarify

* gen
2021-11-12 13:34:44 -08:00
jacob-delgado 4e49573e69
fix diff in 1.12 beta for diff example (#10499) 2021-11-11 11:04:39 -08:00
IM CHAECHEOL f0bf5006c4
Fix Document meshConfiguration example (#10488)
* Fix meshConfiguration example

https://preliminary.istio.io/latest/docs/reference/config/istio.mesh.v1alpha1/#MeshConfig-DefaultProviders say meshConfig.defaultProviders.tracing data type string[] but document use string

* Fix lint 

Remove MD009 Trailing spaces
2021-11-10 05:28:32 -08:00
Istio Automation 170df5db00
Automator: update istio.io@ reference docs (#10487) 2021-11-09 18:44:46 -08:00
Yangmin Zhu 90c77c5583
update jwt claim based routing and add tests (#10465)
* update jwt claim based routing and add tests

* fix test

* fix typo

* fix test
2021-11-09 09:11:52 -08:00
Daniel Gospodinow cfcd701321
Fix typo (#10483) 2021-11-09 08:17:44 -08:00
Sam Naser 64422a6fea
Remove old gateway upgrade documentation (#10480)
* Remove old gateway upgrade documentation

* fix link
2021-11-09 08:17:37 -08:00
Istio Automation 4d25f1472b
Automator: update istio.io@ reference docs (#10482) 2021-11-08 18:45:50 -08:00
Istio Automation f7c222a049
Automator: update istio.io@ reference docs (#10474) 2021-11-05 19:45:53 -07:00
Istio Automation db0791685a
Automator: update istio.io@ reference docs (#10466) 2021-11-05 06:43:03 -07:00
Eric Van Norman c0617549c8
Fix Kiali.io links (#10460)
* Fix Kiali.io links

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

Co-authored-by: Ram Vennam <ram.vennam@solo.io>

Co-authored-by: Ram Vennam <ram.vennam@solo.io>
2021-11-03 10:46:40 -07:00
Sam Naser f117b45ab6
Document default revision installation changes (#10450)
* Document default revision changes

* Remove extra space

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

* Remove additional with

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

Co-authored-by: craigbox <craigbox@google.com>
2021-11-02 10:58:36 -07:00
Eric Van Norman 4c16b9a65e
Prepare for v1.12 as Istio source is already branched (#10455)
* prepare for v1.12 as istio source is already branched

* Fixup script output

* Removing validatingwebhookconfiguration if it exists.
2021-11-01 12:27:58 -07:00
Istio Automation 048c6b07a2
Automator: update istio.io@ reference docs (#10451) 2021-10-29 19:46:26 -07:00
Istio Automation 8ffa8e0b54
Automator: update istio.io@ reference docs (#10449) 2021-10-28 19:51:12 -07:00
Steven Landow b396ce693c
proxyless gRPC blogpost (#10168)
* proxyless gRPC blogpost

* shifting example

* mtls

* new arch diag

* import

* limitations

* content cleanup

* formatting passs

* update sample

* debug lint

* relative link

* address comments

* update sample

* add background

* links

* fix sample

* comments

* indicate grpc progress on xds

* clarify bootstrap gen

* trailing space

* Update content/en/blog/2021/proxyless-grpc/index.md

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

* Update content/en/blog/2021/proxyless-grpc/index.md

* link to feature status

Co-authored-by: Eric Anderson <ejona@google.com>

* fix review items

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

Co-authored-by: craigbox <craigbox@google.com>
Co-authored-by: Eric Anderson <ejona@google.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2021-10-28 12:26:01 -07:00
Paul Lin b72ebb74a6
docs(kiali): fix broken links (#10437)
* Fix broken links for kiali docs

Fix broken links for kiali docs.

* Fix broken links for kiali docs in zh docs

Fix broken links for kiali docs in zh docs.
2021-10-27 02:00:08 -07:00
John Howard d98d309189
Expand on custom protocol support (#10446)
Clarify https://github.com/istio/istio/issues/35741
2021-10-26 13:32:33 -07:00
Istio Automation f89f4a86e2
Automator: update istio.io@ reference docs (#10445) 2021-10-26 09:37:46 -07:00
Eric Van Norman 91bf4c8e3e
Re-enable VM tests (#10439)
* Rename test to add it back into the bucket

* Commit to cause retest
2021-10-21 13:53:47 -07:00
Yangmin Zhu 61428d72a3
add authz limitation of server-first TCP protocol (#10435)
* add authz limitation

* Apply suggestions from code review

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

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2021-10-21 11:36:53 -07:00
John Howard 3d2cd6adf9
Clarify protocol selection (#10440) 2021-10-21 09:42:11 -07:00
Istio Automation 4bc42b6518
Automator: update istio.io@ reference docs (#10442) 2021-10-20 19:46:03 -07:00
Istio Automation d284341c09
Automator: update istio.io@ reference docs (#10441) 2021-10-20 11:30:25 -07:00
Eric Van Norman df10dca654
Update test ref (#10423)
* Update to latest istio/istio commit for istio.io tests

* Update to latest istio commit

* Additional istioctl analyze output

* Fix istioctl-analyze test

* Fix gateway doc

* Fix setting of INGRESS_HOST and more cleanup

* Fixes for unbound INGRESS_HOST

* lint fix

Co-authored-by: John Howard <howardjohn@google.com>
2021-10-20 09:07:12 -07:00
Istio Automation 97b69a662b
Automator: update istio.io@ reference docs (#10438) 2021-10-18 19:46:16 -07:00