Commit Graph

7 Commits

Author SHA1 Message Date
Frank Budinsky c727b0c083
Fix snip generator stripping leading space in expected output ()
* 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
Jonh Wendell a41073d913
Document special case for gateway install on OpenShift ()
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 ()
* fix(): add missing cleanup instructions

Part of 

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 ()
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  sources of confusion we get.
2023-03-14 10:03:24 -07:00
Eric Van Norman 93ea5bb3ae
Update values so istioctl x wait works ()
* 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
zirain bb84e3baf0
improve install gateway doc ()
* 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 ()
* 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