Commit Graph

752 Commits

Author SHA1 Message Date
Daniel Hawton 0a08d3f59a
prepare for v1.26 as istio source is already branched (#16420)
* prepare for v1.26 as istio source is already branched

* fix for gateway version, they don't always do -rcN but also -rc.N

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

* disable debug messages

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

* fix changed istioctl outputs

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

* dropped line

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

* fix

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

* disable multi-primary multi-network install test for now: #16427

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

* remove test

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

* debug

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

* more debug

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

* debug

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

* disable multi-primary test as well, same issue #16427

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

* delete crds silent fail

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

* get resource output to see about removing istioctl x wait

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

* remove istioctl x wait, repalce with a general sleep again #16429

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

---------

Signed-off-by: Daniel Hawton <daniel@hawton.org>
2025-04-24 01:35:55 -04:00
Tyler Schade 44f91ddf1e
update ingress documentation to prefer ingressclass (#16386)
* update ingress documentation to prefer ingressclass

Signed-off-by: tjons <tylerschade99@gmail.com>

* gen

Signed-off-by: tjons <tylerschade99@gmail.com>

* Apply suggestions from code review

Attempt to fix test

* fix issue in test

Signed-off-by: tjons <tylerschade99@gmail.com>

---------

Signed-off-by: tjons <tylerschade99@gmail.com>
Co-authored-by: Craig Box <craig.box@gmail.com>
2025-04-11 02:04:17 -04:00
John Howard a8ff143f4a
Add documentation on Gateway customization (#16368)
* Add documentation on Gateway customization

docs for https://github.com/istio/istio/pull/55283

* fix lint & tests

---------

Co-authored-by: Craig Box <craig.box@gmail.com>
2025-04-03 20:53:47 -04:00
Dmitry Chepurovskiy 36a751652a
Update traffic-management/ingress/secure-ingress/index.md adding information about separarte CA secret support for TLS Secret (#16333) 2025-03-23 20:39:46 -04:00
John Howard 5be16e7645 advance master to release-1.26 2025-03-04 00:43:36 +00:00
Faseela K f4f18a4f12
prepare for v1.25 as istio source is already branched (#16261)
* prepare for v1.25 as istio source is already branched

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

* fix gen-check

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

* fix gen check

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

---------

Signed-off-by: Faseela K <faseela.k@est.tech>
2025-02-24 12:41:28 -05:00
Deepak Sah 01b9b546ee
Update `UPSTREAM_CLUSTER` to `UPSTREAM_CLUSTER_RAW` (#16252)
* Update UPSTREAM_CLUSTER to UPSTREAM_CLUSTER_RAW

* Generate test snip
2025-02-19 15:14:51 -05:00
Yany Choi 944e491fd9
update attributegen doc with new wasm attribute format (#16235) 2025-02-12 07:25:43 -05:00
zirain 9608eb6152
update attributegen doc (#16211) 2025-01-31 08:14:53 -05:00
Istio Automation 0881a01327
Automator: update istio@ test reference (#16131) 2024-12-30 10:47:53 -05:00
Craig Box 77f0da212a
update resource attachment (#16030)
* update resource attachment

* add link to GEP
2024-12-03 11:33:28 -05:00
Craig Box 59a6acf73d
Update distributed tracing docs (#15971)
* checkpoint

* more updates

* Remove Lightstep, update FAQ, update integration pages.

* fix indentation

* fix go.mod betterer

* snips

* tests

* lint

* Update content/en/docs/tasks/observability/distributed-tracing/overview/index.md

Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>

* fix typo

* link source for examples

* forgot one shortcode

---------

Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
2024-11-25 05:17:54 -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
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
Adarsh K Kumar e5cb85ea16
remove reference to MetalLB in Kind Docs (#15944) 2024-11-15 17:03:54 -05:00
John Howard 89260256c9 advance master to release-1.25 2024-11-07 13:44:43 -08: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
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
John Howard 1ee597e91f
Prepare for v1.24 (#15848)
* Prepare for v1.24

* Add zh
2024-10-30 19:17:51 -04:00
Craig Box 580ea900c7
Replace "sleep" sample throughout Istio docs (#15767)
* The big one.

* fix gencheck

* fix gen

* Change sort order of "curl" to be above "helloworld"

* switch another order
2024-10-11 19:00:47 -04:00
Ben Leggett 4796cf7050
Deautomator: update istio@ test reference (#15768)
* Automator: update istio@ test reference

* make gen

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

* okay so make gen doesn't work, do the old patcheroo

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

* Turn these off: https://github.com/istio/istio.io/issues/15773

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

* Think we need to hide this fella

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

* Setting `no` does not disable existing tests, oh well

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

* And this one

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

---------

Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
Co-authored-by: istio-testing <istio-testing-bot@google.com>
2024-10-09 13:25:44 -04:00
Ben Leggett 2886593d5a
Fixup Helm CRD docs in light of istio/istio#53318 (#15744)
* (testing CI with latest)

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

* also bump gateway ref

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

* This is really hard for me, but the teapot must go

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

* Always use *published* release tags for gateway API.

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

* Fix snips

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

* fix go mod?

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

* Fixup SE

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

* Headers come back as JSON now

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

* Some more header fixes

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

* More fixes

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

* Fixup

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

* Le sigh

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

* Another `httpbin` difference

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

* Another stray header

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

* More twiddles

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

* Indents, other headers

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

* Fix

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

* Hmm

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

* Fixup

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

* Gen

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

* Just do this to avoid weird fragility

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

* Fixup docs in light of https://github.com/istio/istio/pull/53318

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

* fixup

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

* lints

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

* genfix

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

* underscores

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

* Fixup

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

* Fixup again

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

* Oh

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

* Go ahead and do this for now, it's simpler

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

* sumfix

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

* Forgot to use the smarter form

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

* Do this centrally, to catch leftovers (we don't cleanup CRDs)

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

* lint

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

* Satisfy shellcheck

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

* Stray ref

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

* Ah geez

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

---------

Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
2024-10-08 16:55:44 -04:00
zirain 02e7b46d27
chore: revert nit (#15699) 2024-09-16 05:32:15 -04:00
zirain 5f90c4dfb4
renenable-skywalking-test (#15697)
* renenable-skywalking-test

* increase timeout

* update

* clean

* update
2024-09-16 03:52:15 -04:00
Arka Bhattacharya 788b8b777a
edited base64 decode command (#15691)
* edited base64 decode command

Edited sincle it's failing with message-
base64: invalid argument -

* make gen changes
2024-09-14 21:54:14 -04:00
visheshtha fc71bc0c41
updated the link for installing istio (#15679) 2024-09-12 18:56:19 -04:00
John Howard 9a980a9729
Bump master to next version (#15595)
* Bump master to next version

* remove link to removed IstioOperator doc

* disable operator test

* improve test

* Add back operator doc

* fix version

* drop operator

* bump version

* snips

* fix

* fix lint

* Add redirect

* Kick GitHub

* fix lint

* I hope this isn't genchecked

* fix Gateway API test

* bump again

* fix cleanup

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

* fix cleanup

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

* fix multicluster cleanup

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

* disable skywalking test

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

* fix spire and multiple controlplane tests

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

---------

Signed-off-by: Faseela K <faseela.k@est.tech>
Co-authored-by: Craig Box <craig.box@gmail.com>
Co-authored-by: Faseela K <faseela.k@est.tech>
2024-09-12 11:00:36 -04:00
John Howard c05f7637b1
Remove obsolete PILOT_ENABLE_CONFIG_DISTRIBUTION_TRACKING from tests (#15676)
This does nothing anymore
2024-09-10 11:21:35 -04:00
Faseela K 7c2892d97f
fix additional broken in-doc header links (#15640)
* fix additional broken in-doc header links

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>

---------

Signed-off-by: Faseela K <faseela.k@est.tech>
2024-09-03 21:10:25 -04:00
Craig Box 66494b4150
add istioctl install page for ambient and improve install docs experience (#15483)
* first draft of istioctl docs

* Apply suggestions from code review

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

* fix one broken link

* Add tests & change sort order

* sigh, forgot this one

* fix test

* fix test

* make gen

* move and improve Helm installation docs

* fix tests & gencheck

* fix moar tests

* fix fix moar tests

* fix fix fix moar tests

* Switch order of cleanup

* add cascade=foreground to measure impact on tests

* lint really cares about blank lines

* Fixes from Ben's code review

* changing headers means changing tests.. wish we enforced snip_ids

---------

Co-authored-by: Daniel Hawton <daniel@hawton.org>
2024-08-21 16:57:24 -04:00
Craig Box 9140d5208c
Update to v1 in all API examples (#15515)
* s/v1[ab].*/v1/g

* Fix tests with new snip versions

* always be kind
2024-08-06 22:59:22 -04:00
Craig Box d8e59bb520
Remove manual injection step from Bookinfo etc (#15514)
* Remove manual injection step from Bookinfo etc

* Fix tests with new snip locations
2024-08-05 21:44:02 -04:00
Ben Leggett 15d573ce05
Fixup some waypoint docs issues (#15474)
* Fixup some waypoint docs issues

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

* the args, they are not named

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

* Fixup cleanup

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

* Fixup again

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

* Ambient does not require experimental CRDs for waypoints

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

* Add tip maybe

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

* Fix snip

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

* Update content/en/docs/ambient/usage/waypoint/index.md

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

* Update content/en/docs/ambient/usage/waypoint/index.md

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

* Update content/en/docs/ambient/usage/extend-waypoint-wasm/index.md

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

* Lint

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

* Use BP snip (didn't realize we had several)

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

* Use the bp snip in more spots

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

* Removal snip

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

* Review comments

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

* Clean up CRDs in one more spot where we install them

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

* ....hm?

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

---------

Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
Co-authored-by: Craig Box <craig.box@gmail.com>
Co-authored-by: Michael <haifeng.yao@daocloud.io>
2024-07-30 13:41:42 -04:00
Craig Box a13a2bbd1d
Update sidecar getting started guide (#15436)
* Update sidecar getting started guide.

* Fix tests

* Apply suggestions from code review

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

* Fix gencheck

---------

Co-authored-by: Faseela K <k.faseela@gmail.com>
2024-07-30 00:43:11 -04:00
Peter Jausovec e6ab3f286f
fix formatting in mirroring task (#15446)
* fix formatting in mirroring task

Signed-off-by: Peter Jausovec <peter.jausovec@solo.io>

* fix linting issues

Signed-off-by: Peter Jausovec <peter.jausovec@solo.io>

* updated snips

Signed-off-by: Peter Jausovec <peter.jausovec@solo.io>

* add namespace label back

Signed-off-by: Peter Jausovec <peter.jausovec@solo.io>

* ugh

Signed-off-by: Peter Jausovec <peter.jausovec@solo.io>

* getting there ...

Signed-off-by: Peter Jausovec <peter.jausovec@solo.io>

* remove the ns label at the end of the test

Signed-off-by: Peter Jausovec <peter.jausovec@solo.io>

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

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

* indent the tab sections

Signed-off-by: Peter Jausovec <peter.jausovec@solo.io>

* pr feedback

Signed-off-by: Peter Jausovec <peter.jausovec@solo.io>

* typo fix

---------

Signed-off-by: Peter Jausovec <peter.jausovec@solo.io>
Co-authored-by: Michael <haifeng.yao@daocloud.io>
2024-07-29 05:41:35 -04:00
Daniel Hawton f103be6a42
prepare for v1.23 (#15443)
* prepare for v1.23

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

* bump to latest release-1.23 commit

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

* fix ambient docs use of removed istioctl x waypoint

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

* ambient test tweak

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

* fix test errors 2 and 4

* fix tests

* fix tests

* fix circuit-breaking test

* Update index.md

* make gen

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

* fix circuit breaker test

* disable dns auto allocation tests

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

* temporarily remove the verify lines since our istioctl output changed

---------

Signed-off-by: Daniel Hawton <daniel@hawton.org>
Co-authored-by: Craig Box <craig.box@gmail.com>
2024-07-23 00:11:30 -04:00
Craig Box 0abe8b4eb6
Revise documentation to remove outdated references to Pilot, Galley and Citadel (#15413)
* Revise documentation to remove outdated references

* add v1.5 to spelling
2024-07-14 23:52:14 -04:00
Robert Macaulay 2c621b81be
Fix docs on customTags (#15394)
* Rebase

* make gen
2024-07-12 18:30:11 -04:00
Faseela K 6064a5d586
Remove "Telemetry V2" usages (#15339)
* Remove "Telemetry V2" usages

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

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

Co-authored-by: John Howard <john.howard@solo.io>

---------

Signed-off-by: Faseela K <faseela.k@est.tech>
Co-authored-by: John Howard <john.howard@solo.io>
2024-06-27 01:48:15 -04:00
zirain c2f9a0fd71
promote Telemetry API (#15310) 2024-06-22 00:56:20 -04:00
Peter Jausovec 8d68e08fd3
docs: update the bookinfo screenshots (#15197)
* docs: update the bookinfo screenshots

Signed-off-by: Peter Jausovec <peter.jausovec@solo.io>

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

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

---------

Signed-off-by: Peter Jausovec <peter.jausovec@solo.io>
Co-authored-by: Craig Box <craig.box@gmail.com>
2024-06-05 19:53:23 -04:00
Craig Box ba064414ff
Update documentation to not refer to experimental Gateway APIs (#15150)
* Update documentation to not refer to experimental APIs

* missed TCPRoute, we did have one example of that

* fix snip

* and again

* and again

* caught error, thanks @ericvn!
2024-05-21 21:56:02 -04:00
Ben Leggett 2bc07f6e55
Fixup kmod prereqs (#15121)
* Fixup kmod prereqs

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

* Fixup lint

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

* Add aliases

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

---------

Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
2024-05-20 13:08:35 -04:00
Daniel Hawton bfb3bf3bbe
remove opencensus docs (#15088) 2024-05-14 12:32:44 -07:00
Daniel Hawton e481e5abcd
bump api and istio refs (#15084)
* bump api and istio refs

* add some debug

* test if we still failure if I disable this one test

* revert debug
2024-05-14 12:00:39 -07:00
John Howard 2a5104921a advance master to release-1.23 2024-05-13 15:30:59 -07:00
Istio Automation 409d18b568
Automator: update istio@ test reference (#15068) 2024-05-13 07:53:20 -07:00
Craig Box a1d71c28e5
Waypoint doc updates (#15051)
* WIP

* Waypoint doc updates.

* lint & rebase

* space

* fix broken links

* final fix up of architecture section

* improvements from code review

* Update content/en/docs/ambient/usage/waypoint/index.md

Co-authored-by: Ian Rudie <ilrudie@gmail.com>

* Update content/en/docs/ambient/usage/troubleshoot-waypoint/index.md

Co-authored-by: Ian Rudie <ilrudie@gmail.com>

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

Co-authored-by: Ian Rudie <ilrudie@gmail.com>

* lint lint lint

* policy => policy or routing rule

* change heading

---------

Co-authored-by: Ian Rudie <ilrudie@gmail.com>
2024-05-10 14:35:53 -07:00