Commit Graph

3391 Commits

Author SHA1 Message Date
Niranjan Shankar baf2a3da9d
Add helm installation steps for multi-cluster (#15459)
* Add helm installation steps for multi-primary

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

* Update clusterid

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

* Update config steps

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

* Edit steps

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

* Update multi-primary steps

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

* Update files and docs

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

* Add primary-remote steps

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

* Edit spacing

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

* Remove var

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

* Fix cluster name

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

* Update snips

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

* Update docs

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

* Update commands

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

* Update docs

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

* Update note

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

* Resolve comments and UTs

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

* Add quotes

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

* Run make gen

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

* Add more quotes

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

* Fix lints

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

* fix lint and spelling

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

* Update tests

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

* Add new tests for helm

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

* Fix test

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

* Update go.mod

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

* Update installation scripts

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

* Update helm repo setup scripts

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

* Update cleanup steps

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

* Update script and lint

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

* update cleanup step

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

* Update cleanup steps

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

* Update cleanup steps

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

* Fix cleanup script

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

* Fix installation steps

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

* Update scripts

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

* Update istio-system ns creation steps

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

* Fix CRD cleanup

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

* Update Helm CRD Cleanup

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

* Update cleanup

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

* Remove additional var

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

* Resolve comments

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

* fix go.mod

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

* Fix lint

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

* update charts for remote profile

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

* Update indentation

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

* Update indentation

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

* Fix lint

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

* Fix numbering

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

* Update installation steps

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

* Add missing steps

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

* Update cleanup steps

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

* Fix indentation

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

* Update indentation

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

* Resolve comments

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

* Resolve comments

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

* update go.mod

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

* remove cleanup

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

* Update CRD cleanup

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

* Update cleanup

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

* Update cleanup

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

* Rebase and update cleanup

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

---------

Signed-off-by: nshankar <nshankar@microsoft.com>
2024-11-22 22:36:16 -05:00
Istio Automation 415eb9481b
Automator: update istio.io@ reference docs (#15977) 2024-11-21 21:12:43 -05:00
Craig Box 8041a22ee2
fix profiles links (#15970) 2024-11-21 04:15:49 -05:00
Navin ILango e8c8e211bf
update ttl for proxy dns resolution (#15967)
* update ttl for proxy dns resolution

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

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

* re-phrase ttl for dns resolution

---------

Co-authored-by: Craig Box <craig.box@gmail.com>
2024-11-21 04:15:42 -05:00
Istio Automation ee21b769b7
Automator: update istio.io@ reference docs (#15972) 2024-11-20 21:15:01 -05:00
Sridhar Gaddam b2f0194f03
Fix revision in uninstall previous control plane (#15907)
* Fix revision in uninstall previous control plane

The upgrade document uses references to both OLD_REVISION as well
as REVISION, but in the "Uninstall the previous control plane" section
instead of using "OLD_REVISION", it uses "REVISION". This PR fixes it.

Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>

* Include revision as well in cleanup

Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>

* Use snip_delete_old_revision methods

Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>

---------

Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
2024-11-20 17:35:59 -05:00
zirain 1283d2405e
update peer metadata (#15965) 2024-11-20 16:12:00 -05:00
Faseela K ee5acfe993
Manually update test reference and disable authz-test (#15959)
* Temporarily disable failing telemetry test to update test referenence

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

* rebase and revert telemetry-api changes

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

* disable authz-tcp test

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

---------

Signed-off-by: Faseela K <faseela.k@est.tech>
2024-11-20 14:22:00 -05:00
Istio Automation 8bbbf9209d
Automator: update istio.io@ reference docs (#15962) 2024-11-19 21:09:59 -05:00
zirain e26275f03a
fix telemetry test (#15958) 2024-11-19 06:09:57 -05:00
Craig Box eda9f45c32
disable authz-tcp test (#15955) 2024-11-19 03:58:58 -05:00
John Howard c9abe02ec0
Clarify API support in waypoint (#15949)
* Clarify API support in waypoint

DestinationRule is now supported

* Update content/en/docs/ambient/usage/l7-features/index.md

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

---------

Co-authored-by: Ben Leggett <854255+bleggett@users.noreply.github.com>
2024-11-18 14:14:58 -05:00
Istio Automation 4a44551f7b
Automator: update istio.io@ reference docs (#15947) 2024-11-16 21:13:55 -05:00
Adarsh K Kumar e5cb85ea16
remove reference to MetalLB in Kind Docs (#15944) 2024-11-15 17:03:54 -05:00
Ben Leggett 1a4c6c1807
Fixup (#15940)
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
2024-11-15 01:31:34 -05:00
Faseela K 2e90b6ce9b
Document DNS Auto Allocation Version 2 (#15931)
* Document DNS Auto Allocation Version 2

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

* fix gencheck

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

* fix tests

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

* fix lint

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

* review comments

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

* review comments

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

* fix lint

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

* Update index.md

* Update index.md

---------

Signed-off-by: Faseela K <faseela.k@est.tech>
2024-11-14 19:06:35 -05:00
John Howard 9c0119c443
Fix annotation name in release notes (#15936) 2024-11-14 11:23:34 -05:00
Istio Automation ea059e0b14
Automator: update istio.io@ reference docs (#15933) 2024-11-13 21:12:33 -05:00
rob salmond 93c28e51ed
add a remote cluster check step to "verify the installation" multicluster setup docs (#15923)
* add remote cluster verification step

* this only applies if timeouts happen

* create testable snippets

* run verification snippet

* actually verify output matches expectations
2024-11-13 11:52:33 -05:00
Faseela K 8c53631a43
Unveil the Istio Phippy Book (#15921)
* Unveil the Istio Phippy Book

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

* fix lint

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

* apply suggestions from Craig

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

---------

Signed-off-by: Faseela K <faseela.k@est.tech>
2024-11-12 09:10:32 -05:00
Sridhar Gaddam 4fea8993cc
Include platform details while installing ztunnel on OpenShift (#15922)
* Include platform details while installing ztunnel on OpenShift

On OpenShift, installing the ztunnel chart requires specifying the
global.platform details. This PR includes that update.

Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>

* Include the platform details for all the charts on OCP

Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>

---------

Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
2024-11-11 14:24:31 -05:00
Adarsh K Kumar 977fa70e26
removed istioctl profile cmd references (en) (#15913)
* removed istioctl profile cmd references (en)

istioctl profile command was removed in PR https://github.com/istio/istio/pull/52468
updating docs with these changes.

* link to ingress gateway values file

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

* link to built in profiles

---------

Co-authored-by: Craig Box <craig.box@gmail.com>
2024-11-10 12:03:02 -05:00
Istio Automation 0d13596023
Automator: update istio.io@ reference docs (#15916) 2024-11-09 21:16:02 -05:00
John Howard 79557cc24f
Add some missed upgrade notes (#15910)
* Add release note about Istio CSR

* add DNS issue
2024-11-08 17:53:01 -05:00
Istio Automation 6a1acf42aa
Automator: update istio.io@ reference docs (#15902) 2024-11-07 21:11:12 -05:00
Wilson Wu 6a91f40cc1
Fix doc link typo for Ambient GA blog (#15892) 2024-11-07 19:50:03 -05:00
Mike Morris 721710f583
1.24.0 release note updates (#15897)
* minor nits

* remove change notes warning

* Update _index.md

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

---------

Co-authored-by: Mike Morris <1149913+mikemorris@users.noreply.github.com>
Co-authored-by: Craig Box <craig.box@gmail.com>
2024-11-07 19:34:29 -05:00
John Howard 681c6e3a7b
Bump reference docs back to master (#15899)
* Bump reference docs back to master

* manual fix

* bump

---------

Co-authored-by: Craig Box <craig.box@gmail.com>
2024-11-07 18:47:29 -05:00
John Howard 89260256c9 advance master to release-1.25 2024-11-07 13:44:43 -08:00
Lin Sun ba9c0e15c3
Update our company logo (#15894)
* fix typo

* update solo logos

* address daniel's feedback
2024-11-07 10:49:27 -05:00
Lin Sun 8596a020eb
fix typo (#15893) 2024-11-07 09:55:27 -05:00
Steven Zhang 7ed7c8dfc5
Correct ztunnel-config command (#15736) 2024-11-07 05:12:26 -05:00
Andrii Holovin 649df232d2
Fix formatting issue in crd-upgrade-123.md (#15873)
* Fix formatting issue in crd-upgrade-123.md

* update crd-upgrade-123.sh

* fix shell code rendering issue
2024-11-07 04:56:26 -05:00
Craig Box e43548f9e7
Copy edits for ambient launch blogs (#15883) 2024-11-07 04:39:26 -05:00
Lin Sun cfbbe44e0f
ambient ga blog (#15881)
* ambient ga blog

* fix lint

* make gen

* fix lint 2

* Copy edits & updates to link to new URL

* fix lint

---------

Co-authored-by: Craig Box <craig.box@gmail.com>
2024-11-07 04:29:26 -05:00
Craig Box 275c7fc964
update feature status for ambient (#15879)
* update feature status for ambient

* fix typo and update interop comment
2024-11-07 03:53:26 -05:00
Daniel Grimm e54d92c45a
Add note on Gateway API Manual Deployment and Policy Attachment (#15701)
Users will have to add this label for Policy Attachment to work
properly.
2024-11-07 03:30:26 -05:00
Craig Box 7e2788b5c8
Add new load balancing algorithms (#15877)
* Add new load balancing algorithms

* add some all-important periods.

* spellings

* oops
2024-11-06 20:54:26 -05:00
Wilson Wu e03c744504
Fix the blog link typo in 1.24 announcement (#15874) 2024-11-06 10:30:27 -05:00
Steven Jin 2e453e8da1
1.24 performance updates (#15727)
* Placeholder graphs and update text

* review

* Use rc

* typo

* Re run tests with 2 envoy worker threads

* Update content/en/docs/ops/deployment/performance-and-scalability/index.md

---------

Co-authored-by: Craig Box <craig.box@gmail.com>
2024-11-05 16:22:53 -05:00
John Howard f06397a263
Initial 1.24.0 release notes (#15851)
* Initial release notes import

* Add blog

* lint

* fix link

* Apply suggestions from code review

---------

Co-authored-by: Faseela K <k.faseela@gmail.com>
2024-11-05 15:14:54 -05:00
Faseela K d2030db254
Blog - Istio sessions at Kubecon NA 2024 (#15857)
* Blog - :Istio sessions at Kubecon NA 2024

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

* fix lint

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

* fix lint

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

* Apply suggestions from code review

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

* Update .spelling

* Update index.md

---------

Signed-off-by: Faseela K <faseela.k@est.tech>
Co-authored-by: Craig Box <craig.box@gmail.com>
2024-11-05 04:56:42 -05:00
Faseela K 76e8cb86a5
Add details about auto_san_validation behavior (#15847)
* Add details about auto_san_validation behavior

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

* replace warning with tip

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

---------

Signed-off-by: Faseela K <faseela.k@est.tech>
2024-11-05 03:25:41 -05:00
Istio Automation 042d0895d5
Automator: update istio.io@ reference docs (#15862) 2024-11-04 21:12:41 -05:00
Sumit Vij cc045319b5
1.23.3 Release Notes (#15827)
* 1.23.3 Release Notes

* Apply suggestions from code review

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

---------

Co-authored-by: Daniel Hawton <daniel@hawton.org>
2024-11-01 14:08:51 -04:00
Mitch Connors d637629b70
Change my blog attribution (#15850) 2024-10-30 20:33:50 -04:00
John Howard 1ee597e91f
Prepare for v1.24 (#15848)
* Prepare for v1.24

* Add zh
2024-10-30 19:17:51 -04:00
John Howard 55bf95d1cd
Update supported versions for 1.24 (#15849) 2024-10-30 17:45:50 -04:00
Faseela K 7e3defa5da
Add Istio Day North America Banner (#15840)
Signed-off-by: Faseela K <faseela.k@est.tech>
2024-10-28 14:42:52 -04:00
Istio Automation 8dd1a0fc96
Automator: update istio.io@ reference docs (#15836) 2024-10-25 22:13:49 -04:00