Commit Graph

20 Commits

Author SHA1 Message Date
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
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
Jonh Wendell 47115b4703
Update instruction for deploying gateways in OpenShift (#14766) 2024-03-21 13:02:05 -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
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
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
John Howard 55bb838ac4
gateway: run as non-root in example (#12894)
Before the Deployment was kept as minimal as possible. This is mostly
good, because users can set any Deployment settings and things work.
However, running as non-root is a bit quirky, and very very strongly
recommended, so I think its worth calling out here.

This is one of the #1 sources of confusion we get.
2023-03-14 10:03:24 -07:00
Eric Van Norman 93ea5bb3ae
Update values so istioctl x wait works (#12508)
* Update values so istioctl x wait works

* Remove extra values

* Update all snippet instances of `istio install` for wait_for_istio

* Fix value
2023-01-24 15:46:18 -08:00
Frank Budinsky 554dc8e39c
gateway-api: more gateway api documentation (#12163)
* gateway-api: more gateway doc

* tweak

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

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

Co-authored-by: John Howard <howardjohn@google.com>
2022-10-31 09:48:00 -07:00
Tong Li 46eb244468
Replace experimental uninstall command with uninstall command (#11736)
* Replace experimental uninstall command with uninstall command

Signed-off-by: Tong Li <litong01@us.ibm.com>

* Update content/en/docs/setup/upgrade/canary/index.md

Replace experimental uninstall command with uninstall command

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

* Apply suggestions from code review

Replace experimental uninstall command with uninstall command

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

* Replace experimental uninstall command with uninstall command

Signed-off-by: Tong Li <litong01@us.ibm.com>

* Replace experimental uninstall command with uninstall command

Signed-off-by: Tong Li <litong01@us.ibm.com>

* Replace experimental uninstall command with uninstall command

Signed-off-by: Tong Li <litong01@us.ibm.com>

* Replace experimental uninstall command with uninstall command

Signed-off-by: Tong Li <litong01@us.ibm.com>

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

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

* Replace experimental uninstall command with uninstall command

Signed-off-by: Tong Li <litong01@us.ibm.com>

Signed-off-by: Tong Li <litong01@us.ibm.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2022-08-25 08:00:21 -07:00
zirain bb84e3baf0
improve install gateway doc (#11734)
* improve install gateway doc

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

* unify istio-ingressgateway deployment name

Signed-off-by: hejianpeng <hejianpeng2@huawei.com>
2022-08-25 06:13:07 -07:00
Daniel Hawton 63d5724fde
Helm and gateway tests (#11276)
* add tests to gateway setup

* manually cleanup the minimal istio install

* Add canary upgrade test

* convert rewrite-repo to a helper function

* upgrade helm test

* lint fixes

* left over validatingwebhook from a prior test

* remove boilerplate check

* undo elided pod names

* gen snip

* Remove validatingwebhookconfigurations deletion

* remove webhook configs pending fix in istio

* remove webhook configs pending fix in istio

* revert some changes

* remove temp webhook removals

* remove revision labeled mutating webhooks

* revert revision-tags-middle change

* make gen
2022-06-07 08:34:59 -07:00
John Howard a41e72e13d
Clarify injection for gateways (#10998)
* Clarify injection for gateways

* Update content/en/docs/setup/install/helm/index.md

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2022-03-02 12:19:05 -08:00
John Howard 2c4a3b6f79
Update helm docs to use helm repo (#10322)
* Update helm docs to use helm repo

* snips

* atempt 100

* Address review comments

* unindent
2021-10-07 06:37:23 -07:00
Istio Automation c1c5970fd8
[master] fix apiVersion for gw install (#10132)
* fix apiVersion for gw install

getting an error for current doc:

```
error: unable to recognize "iop.yaml": no matches for kind "IstioOperator" in version "operator.istio.io/v1alpha1"
```

* update apiversion for istio operator

Co-authored-by: Lin Sun <lin.sun@solo.io>
2021-07-29 02:28:38 -07:00
imgbot[bot] bd76ebde97
[ImgBot] Optimize images (#9943)
*Total -- 2,044.56kb -> 1,582.58kb (22.6%)

/content/en/blog/2021/revision-tags/tags-updated.png -- 489.73kb -> 320.65kb (34.53%)
/content/en/blog/2021/revision-tags/tags.png -- 488.91kb -> 320.48kb (34.45%)
/content/en/blog/2021/istio-4th-birthday/2.png -- 515.55kb -> 452.62kb (12.21%)
/content/en/blog/2021/istio-4th-birthday/1.png -- 495.38kb -> 436.72kb (11.84%)
/content/en/docs/setup/additional-setup/gateway/shared-gateway.svg -- 10.61kb -> 9.92kb (6.45%)
/content/en/docs/setup/additional-setup/gateway/user-gateway.svg -- 8.66kb -> 8.16kb (5.82%)
/content/en/docs/setup/additional-setup/gateway/canary-upgrade.svg -- 10.74kb -> 10.21kb (4.91%)
/content/en/docs/setup/additional-setup/gateway/inplace-upgrade.svg -- 10.56kb -> 10.05kb (4.84%)
/content/en/docs/setup/additional-setup/gateway/high-level-canary.svg -- 14.43kb -> 13.79kb (4.48%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>

Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-06-18 08:25:37 -07:00
Frank Budinsky 0bd422fe25
A few gateway install clarifications (#9878) 2021-06-03 13:13:19 -07:00
John Howard d9d45037fc
Add documentation for gateway installation and management (#9706)
* Add documentation for gateway installation and management

* Various improvements

* fix lint

* lint

* Apply suggestions from code review

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

* TOC comments

* fix

* Franks comments

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2021-06-02 14:08:15 -07:00