Commit Graph

210 Commits

Author SHA1 Message Date
John Howard 5be16e7645 advance master to release-1.26 2025-03-04 00:43:36 +00:00
Ben Leggett 5bc88e2e19
Expand config profiles doc to mention helm + istioctl usage, and also mention platform profiles (#16087)
* Expand the configuration profiles doc

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

* Lints

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

* fixup

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

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

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

---------

Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
Co-authored-by: Daniel Hawton <daniel@hawton.org>
2025-01-07 11:14:02 -05:00
John Howard d530fb2470
Add warning for injection customization (#16039)
See https://github.com/istio/istio/issues/51187#issuecomment-2515485416
2024-12-04 01:58:37 -05:00
Ben Leggett 9a7d53fd3c
Make compat version support more explicit (#15997)
* Make compat version support more explicit

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

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

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

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

---------

Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
Co-authored-by: Craig Box <craig.box@gmail.com>
2024-11-26 11:01:49 -05:00
Craig Box 8041a22ee2
fix profiles links (#15970) 2024-11-21 04:15:49 -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
John Howard 89260256c9 advance master to release-1.25 2024-11-07 13:44:43 -08: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
Sridhar Gaddam 277a25fed1
Update dualstack validation commands (#15675)
Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
2024-09-12 18:56:12 -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
Ben Leggett c3c211c93b
Update platform prereqs to use platform helm values (#15651)
* Fixup

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

* Fixup doc

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

* Lints

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

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

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

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

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

---------

Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
Co-authored-by: Daniel Hawton <daniel@hawton.org>
2024-09-05 17:15:28 -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
Faseela K ae1036cc7b
in-doc header links broken under <tips> (#15635)
Signed-off-by: Faseela K <faseela.k@est.tech>
2024-09-02 17:27:24 -04:00
Faseela K 28edc1c4c4
remove istioctl --set from dualstack installation (#15590)
Signed-off-by: Faseela K <faseela.k@est.tech>
2024-08-21 11:11: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 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
Faseela K 98cf0e3c9a
move dualstack to alpha (#15472)
Signed-off-by: Faseela K <faseela.k@est.tech>
2024-07-24 15:39:30 -04:00
Wilson Wu c76d8342bb
Fix CNI doc wrong anchor (#15363) 2024-06-28 15:13:46 -04:00
Ben Leggett cd399473c1
Redo + refresh + update the CNI doc (#15282)
* Redo + refresh + update the CNI doc

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

* Fixups

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

* snips

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

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

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

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

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

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

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

* Fixup

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

* Fix test scripts

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

* Lints

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

* snip

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

* Update content/en/docs/reference/glossary/cni.md

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

* Update content/en/docs/reference/glossary/cni.md

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* Fixups

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

* Lint

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

* Fixgen

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

* Update index.md

final heading tweaks

---------

Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
Co-authored-by: Craig Box <craig.box@gmail.com>
2024-06-28 05:20:43 -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
Jonh Wendell c3cba3e4f2
Add a note about init containers and OpenShift (#15117)
* Add a note about init containers and OpenShift

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

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

---------

Co-authored-by: Faseela K <k.faseela@gmail.com>
2024-05-16 02:33:12 -04:00
Jonh Wendell f99c846235
Add note about `RunAs` fields in Customizing Injection section (#15108)
* Add note about `RunAs` fields in Customizing Injection section

Override these fields must be done with caution, so, add a note about
them.

* Update content/en/docs/setup/additional-setup/sidecar-injection/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-05-15 08:55:10 -07:00
Daniel Hawton 204efc8b6a
remove missed ambient alpha warnings (#15087) 2024-05-14 12:21:58 -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
Istio Automation eece719cda
Automator: update istio@ test reference (#15029) 2024-05-07 09:18:50 -07:00
Istio Automation 15e8bbe2ac
Automator: update istio@ test reference (#14988) 2024-04-29 07:22:52 -07:00
Lin Sun 2965a9d704
Move ambient to top level in docs (#14933)
* move ambient to top level

* make snips

* update version and make snips

* format

* fix lint

* more lint

* more lint

* Update content/en/blog/2023/ambient-merged-istio-main/index.md

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

* Update content/en/docs/ambient/install/_index.md

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

* Update content/en/docs/ambient/upgrade/_index.md

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

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

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

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

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

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

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

---------

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2024-04-23 08:24:36 -07:00
Istio Automation dfd1e8aecd
Automator: update istio@ test reference (#14925) 2024-04-22 07:00:56 -07:00
Istio Automation 2c119343e5
[master] Clarification on injection (#14911)
* Clarification on injection

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

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

* Update index.md

---------

Co-authored-by: Lin Sun <lin.sun@solo.io>
2024-04-17 22:07:42 -07:00
Istio Automation b977bf29c6
Automator: update istio@ test reference (#14877) 2024-04-15 08:27:36 -07:00
Daniel Hawton 7c8afee6bf
update Istio CNI Helm install instructions and add to test (#14814)
* update Istio CNI Helm install instructions and add to test

* test fix
2024-04-02 08:55:06 -07:00
Frank Budinsky e30ab6491d
Add namespace labels to test framework diff snapshots (#14773)
* Add namespace labels to test framework diff snapshots

* fix lint

* failing tests

* more failed tests

* more failures

* more fixes

* one more

* fix fault injection
2024-03-25 09:07:25 -07:00
Jonh Wendell 47115b4703
Update instruction for deploying gateways in OpenShift (#14766) 2024-03-21 13:02:05 -07:00
Eric Van Norman 853abd6586
Release branching for 1.21.0 (#14736)
* build an archive of v1.20 in master

* update data/versions.yml and archive index page

* advance master to release-1.22

* Update istio/api

* Update istio/api
2024-03-13 17:01:27 -07:00
Frank Budinsky c727b0c083
Fix snip generator stripping leading space in expected output (#14693)
* Fix snip generator stripping leading space in expected output

* also fix _out

* strip trailing newline

* regen

* tweak for readability

* remove ambient label
2024-03-07 12:29:19 -08:00
Faseela K bfa1201bed
Fix warning for compatibilityVersion (#14515)
Signed-off-by: Faseela K <faseela.k@est.tech>
2024-01-22 07:58:52 -08:00
John Howard 7d13efbe8f
Add documentation for compatibility versions (#14417)
* Add documentation for compatibility versions

* Address review comments

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

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

---------

Co-authored-by: Daniel Hawton <daniel@hawton.org>
2024-01-18 12:16:32 -08:00
Eric Van Norman 881e4b4cb5
Update the istio test reference and fix ambient failure (#14484) 2024-01-16 12:55:42 -08:00
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
Eric Van Norman 90fba9ac70
Update to latest istio commit. Fix egress test (#14400) 2024-01-02 13:25:00 -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
Eric Van Norman e76db9bed8
Enable jwt-route (#14282)
* Enable jwt-toute

* Update to latest commit
2023-12-08 12:52:06 -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
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
Eric Van Norman 31dde271c5 advance master to release-1.21 2023-11-14 17:19:21 +00: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
Istio Automation e6f670461f
Automator: update istio@ test reference (#13956) 2023-10-16 06:26:37 -07:00