Commit Graph

331 Commits

Author SHA1 Message Date
Wei Shan Sun b484cfa528
Add more Info to locality load balancing page (#13682)
* create single cluster load balancing example& modify keywords

* modify keywords and remove see also section from locality load balancing

* remove single cluster lb page from examples

* create a standalone example for single cluster load balancing

* fix lint

* remove traffic-shifting from keywords

* fix typos

* organize locality-load-balancing page

* delete standalone single-cluster-lb page & add a tip for single-cluster lb

* remove use case description

* add original text back in

* update test file

* fix lint

* rephrase paragraph

* commit suggestion for the tip

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

* update test file

* suppress generation of the snips

* move tip to the start of the before-you-begin section

* add step 3 to tell users to deploy istiod and the app to the nodes

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

* fix format for the commands

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

* move tip before Environment Variables section

* reformat the tip section

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

---------

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2023-09-05 12:42:52 -07:00
Eric Van Norman 867381b258 advance master to release-1.20 2023-09-05 16:32:26 +00:00
Frank Budinsky 3951a73b02
Improve mesh warning messages (#13798) 2023-08-31 12:14:08 -07:00
John Howard 739d3d1fed
Update GAMMA status (#13794)
The terminology is bit confusing; before it was not experimental upstream at all -- it was undefined. Now its really experimental, so its not "pending agreement"
2023-08-31 08:45:09 -07:00
Frank Budinsky e8e9b35f2c
gateway-api: doc tests should not run with alpha CRDs by default (#13782)
* gateway-api: Doc tests should not run with alpha CRDs by default

* Fix broken tests

* cleanup

* replace bad wikipedia server ip
2023-08-30 17:15:08 -07:00
Eric Van Norman 9c03812dc0
Update to istio 1.19.0-rc.0 + samples fix (#13769)
* Update to latest istio commit. Also use rc for gateway-api.

* Fix Makefile update-gateway-version

* Update istio to 1.19.0-rc1

* Remove wasm from envoy test

* Update gateway-api to rc-2.

* Revert gateway-api t0 0.7.1

* Update samples for core group

* Revert gateway-api to rc.1 to match istio repo
2023-08-29 08:27:27 -07:00
Frank Budinsky 113f9fd098
gateway-api: Service parentRef needs to specify core group (#13735)
* gateway-api: Service parentRef needs to specify core group

* regen
2023-08-16 13:56:36 -07:00
Eric Van Norman f278e63825
Re-enable processing of gateway-api version in `make gen` (#13595)
* Re-enable processing of gateway-api version in `make gen`

* Update gateway-api to be the publicly released base version

* remove script and add awk in Makefile

* rebase and make gen
2023-07-18 17:43:55 -07:00
ognyvrac c71712c34d
Add warning for TLS verification in TLS origination guide (#13472)
* TLS verification

* add whitespace

* fix indentation

* use relative url

* apply comments
2023-06-29 06:02:03 -07:00
Keith Mattix II 3c94567ce1
Change Istio Classic terminology to Istio APIs (#13385)
* Change Istio Classic terminology to Istio APIs

Signed-off-by: Keith Mattix II <keithmattix@microsoft.com>

* Fix stutter

Signed-off-by: Keith Mattix II <keithmattix@microsoft.com>

* Change back parallel structure formation

Signed-off-by: Keith Mattix II <keithmattix@microsoft.com>

---------

Signed-off-by: Keith Mattix II <keithmattix@microsoft.com>
2023-06-16 07:02:06 -07:00
Faseela K 01da15421a
Add docs for ocsp staple support (#13307)
* Add docs for ocsp staple support

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

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

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

---------

Signed-off-by: Faseela K <faseela.k@est.tech>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2023-06-08 11:58:05 -07:00
Wei Shan Sun 3a1d24e297
Update doc for internal IP ranges for egress control (#13287)
* clarify the internal IP ranges for IBM Cloud Kubernetes Service

* Trigger Build

* add example of the command output

* paraphrase the text

* update snips.sh
2023-06-08 06:30:04 -07:00
Eric Van Norman 91afadd482
Main branch has a non release gateway API. Changes to allow that. (#13313)
* Master has a non release gateway API. Changes to allow that.

* Grab a istio test ref from main branch

* <ove from istio.io/pkg to istio/istio/pkg

* revert one change

* update istio/api

* Run make gen

* disable failing test temporarily
2023-06-07 15:42:03 -07:00
Eric Van Norman af9705dd17 advance master to release-1.19 2023-06-07 14:31:17 +00:00
Faseela K 31fbb11a68
Enhance mTLS origination example (#13297)
* Enhance mTLS origination example

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

* rebase

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

---------

Signed-off-by: Faseela K <faseela.k@est.tech>
2023-06-07 00:08:03 -07:00
Faseela K 8ba8228b1a
Add proxy-config secret command for verification (#13294)
* Add proxy-config secret command for verification

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

* fix test failure

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

* remove secure-ingress changes

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

* incorporate review comments

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

---------

Signed-off-by: Faseela K <faseela.k@est.tech>
2023-06-06 10:19:49 -07:00
Faseela K 504290f56d
remove unused SE cleanup step (#13295)
Signed-off-by: Faseela K <faseela.k@est.tech>
2023-06-06 07:55:48 -07:00
Faseela K 5dfb323027
Document CRL usage (#13275)
* Document CRL usage

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

* incorporate review comments

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

* fix lint

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

* Update content/en/boilerplates/crl-tip.md

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

---------

Signed-off-by: Faseela K <faseela.k@est.tech>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2023-06-05 06:21:18 -07:00
Eric Van Norman ba7e7b9bad
Fix broken link to subzone (#13242) 2023-05-25 09:16:42 -07:00
John Zheng 788d8cf93f
Update index.md (#13033)
* Update index.md

* Update index.md

* Put it into troubleshooting.

* Update index.md

* Update snips.sh

* Update snips.sh

* apply changes for snips.sh

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

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

---------

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2023-04-12 11:34:45 -07:00
zirain d093b49542
update istio.io/istio (#13040)
* update istio.io/istio

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

* update to 56faa0e2a51e

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

* update to 8d17b8f2d970

---------

Signed-off-by: hejianpeng <hejianpeng2@huawei.com>
2023-04-11 11:17:01 -07:00
Frank Budinsky b64832ac53
gateway-api: future proof gateway address (#12961)
* gateway-api: future proof gateway address

* regen
2023-03-28 14:28:39 -07:00
Frank Budinsky 0d65b3888d
gateway-api: change wait ready to wait programmed (#12937) 2023-03-24 12:12:01 -07:00
Mariam John 8b3aae7f9e
Cleanup some old documention left over in Egress task (#12832)
`Configure traffic through egress gateway with SNI proxy` section was removed from the docs in the 1.14 release
but that is still mentioned in the setup instructions for the task `Egress using Wildcard Hosts`.
2023-03-06 06:12:44 -08:00
John Howard 99fc3e2ac2
gateway api: ignore error on install CRDs (#12661)
* gateway api: ignore error on install CRDs

The *expected* result is an error, so ignore it.,

* snips

* Update rest
2023-02-14 09:32:41 -08:00
Frank Budinsky 96f0beac50
Add missing --set to install command (#12651)
* Add missing --set to install command

* remove quotes

* use @

* typo

* temporary disable prow dir

* remove temporary stuff
2023-02-13 17:01:40 -08:00
Frank Budinsky 005b9da62e
Move docs to Gateway API v0.6.1 (#12649)
* Move docs to Gateway API v0.6.1

* regen

* regen again

* make clean
2023-02-13 10:54:41 -08:00
Faseela K d8faad8fe3
Migrate ingress-sni-passthrough test to minimal profile setup (#12576)
* Migrate ingress-sni-passthrough test to profile minimal

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

* fix after snapshot test

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

* update minimal profile

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

* Fix cleanup test error

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

* review comments

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

---------

Signed-off-by: Faseela K <faseela.k@est.tech>
2023-02-11 00:13:05 -08:00
Michael c03731c31c
Fix a typo about login and log in (#12611)
* Fix a typo about login and log in

* apply comments from ericvn
2023-02-08 19:24:07 -08:00
Frank Budinsky 410dad76ed
gateway-api: fix gateway deployment name (#12601)
* gateway-api: fix gateway deployment name

* regen
2023-02-07 14:23:42 -08:00
Eric Van Norman 510f278525
Update lint checker configuration. (#12602)
* Update lint checker configuration.

* Uses mdl.rb in the root

* Fix trailing lines

* Reset mdl.rb

* Fix for adding an empty line
2023-02-07 13:18:34 -08:00
Eric Van Norman 297056e6f4
Flix flakey tcp-traffic-shifting/gateway test (#12544)
* WIP - test

* Fix verbosity option

* Echo config

* REplace nc with echo

* Put nc back in but add a sleep

* Final update (for now) adding delay so `nc` doesn't reset the kubeconfig

* Remove extra cat'ing of kubeconfig

* Update content/en/docs/tasks/traffic-management/tcp-traffic-shifting/test.sh

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

---------

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2023-02-07 10:16:34 -08:00
Niranjan Shankar 7e7cad05f3
Update Gateway selector in ingress demo for Helm Installation (#12486)
* Update ingress demo Gateway for Helm Installation

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

* Update tests

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

---------

Signed-off-by: nshankar13 <nshankar@microsoft.com>
2023-02-03 10:17:32 -08:00
Frank Budinsky 7015cd8435
Add missing gateway-api guard in test (#12522) 2023-01-25 14:20:18 -08: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 565ddc4cc5
Fix wildcard egress section titles (#12513) 2023-01-24 14:57:48 -08:00
John Howard b15739d420
Add PDB and HPA example for gateway-api (#12506)
* Add PDB and HPA example for gateway-api

* Apply suggestions from code review

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

* gen

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2023-01-24 10:11:17 -08:00
Eric Van Norman e18f6fa472
Fix flakiest test (#12494)
* Disable flakiest test

* Tweak test to onlyget SLEEP value once.

* Fix lint

* Fix other loop
2023-01-20 09:44:13 -08:00
Frank Budinsky 97c901688a
Improve see-also references for gateway api (#12459) 2023-01-15 21:38:29 -08:00
Istio Automation 567e3622af
Automator: update istio@ test reference (#12417) 2023-01-04 07:30:34 -08:00
Michael 9de619e1fe
Replace setup with set up if it's a verb (#12419) 2022-12-29 17:02:30 -08:00
Eric Van Norman 94d90787ff
Update istio test reference (#12330)
* Update istio test reference

* Update to allow modifiers for gateway api

* go mod tidy after `make clean`
2022-12-07 08:21:12 -08:00
Michael 06af444207
Fix a link in /tasks/traffic-management/ingress/ingress-control/ (#12322) 2022-12-02 08:46:13 -08:00
Frank Budinsky fd22c1babf
Add instructions for accessing ingress gateway installed using Helm (#12308)
* Add instructions for accessing ingress gateway installed using Helm

* typo

* fix label selector

* regen

* remove extra space
2022-11-29 10:40:18 -08:00
Frank Budinsky 31db1bcf2b
Fix mirroring test flake again (#12300) 2022-11-25 09:12:07 -08:00
Frank Budinsky 96ea93c033
Fix mirroring test flake again (#12290) 2022-11-24 10:54:06 -08:00
Frank Budinsky a69c5c5cba
gateway-api: tcp-traffic-shifting task instructions (#12260)
* gateway-api: tcp-traffic-shifting task instructions

* sleep service

* more wait

* wait for gtw
2022-11-21 10:07:57 -08:00
Frank Budinsky cc1f9dad5f
reenable mirroring gtwapi_test (#12250)
* reenable mirroring gtwapi_test

* fix typo
2022-11-16 12:57:57 -08:00
Frank Budinsky 2f5744b92b
gateway-api: add gateway api instructions to traffic shifting task (#12213)
* gateway-api: add gateway api instructions to traffic shifting task

* fixes

* verify lines

* fix request

* more delay

* disable flaky mirroring test
2022-11-14 13:01:34 -08:00
Eric Van Norman 0286955762
Update to latest 1.16 commit (#12215)
* Update to latest 1.16 commit

* Move to a later 1.16 commit

* Add temporary delay to allow gateway to delete
2022-11-11 21:07:11 -08:00
Frank Budinsky 285d3d99aa
Temporary fix for mirroring test flakiness (#12222) 2022-11-11 20:21:11 -08:00
Frank Budinsky 1bffb35b1c
gateway-api: add instructions to mirroring task (#12218) 2022-11-11 16:29:36 -05:00
Frank Budinsky 69981b01b1
gateway-api: add gateway api instruction to request routing task (#12204)
* gateway-api: add gateway api instruction to request routing task

* lint

* regen

* improve gamma tip/warning

* lint

* add port

* fix samples.sh

* fixes
2022-11-10 14:32:57 -05:00
Caleb Olson 9b7c5f41b2
Update ingress task to use networking.k8s.io/v1 apiVersion (#12013) (#12200) 2022-11-08 12:26:13 -08:00
Frank Budinsky 4be5cd157a
gateway-api: update for gep-1426 (#12197)
* gateway-api: update for gep-1426

* regen

* lint
2022-11-07 08:13:12 -08:00
Frank Budinsky d9970beaa3
gateway-api: enable mutual tls test (#12156)
* gateway-api: enable mutual tls test

* verify_failure should retry

* fix
2022-10-31 13:27:43 -07: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
Faseela K 76389902ed
Document Sidecar Ingress TLS Termination Feature (#12140)
* Document Sidecar Ingress TLS Termination Feature

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

* Fix lint failures

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

* Fix test failure

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

* Fix test failure

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

* Fix the negative test for TLS

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

* fix test

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

* Fix the verification issue with multiline command output

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

* Replace _verify_contains with _verify_first_line

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

* Add exact result string for _verify_first_line

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

* Fix after-snapshot test error

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

* incorporate review comments

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

* Incorporate review comments

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

* Additional review comments

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

* Small fix

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

* Additional review comments

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

Signed-off-by: Faseela K <faseela.k@est.tech>
2022-10-31 06:34:59 -07:00
Frank Budinsky 3a2d27a49b
A few doc layout and clarity improvements (#12115) 2022-10-18 09:45:23 -07:00
Frank Budinsky f31d54066f
Fix broken sni-passthrough doc test (#12109)
* Fix broken sni-passthrough doc test

* remove exit
2022-10-18 00:24:38 -07:00
Frank Budinsky dd6b1c09cc
gateway-api doc: ingress-sni-passthrough (#12087)
* gateway-api doc: ingress-sni-passthrough

* use kustomize for crds

* debug

* more debug

* use standard crd install

* try profile=none

* uninstall

* confirm install

* disable test for now

* regen
2022-10-17 10:39:10 -07:00
Frank Budinsky d0fadfed00
Add gateway-api instructions: secure-ingress (#12051)
* Add gateway-api instructions: secure-ingress

* fix lint and test

* fixes

* mtls problem

* not work

* update option key

* regen

* mtls support

* wait

* improvements

* longer timeout

* lint
2022-10-07 12:37:15 -07:00
Eric Van Norman 20491e3165
use short_codes for gateway api version (#12042)
* use short_codes for gateway api version and tpye

* Update function name. Forcing name doesn't work for boilerplates?

* Fix lint

* Remove k8s_gateway_api_type

* Add update-gateway-version mkaefile target

* Fix version in test string

* Simplify id
2022-10-04 12:07:49 -07:00
Frank Budinsky 5cdaef58be
Update gateway-api version v1alpha2 -> v1beta1 (#12041) 2022-10-03 14:20:48 -07:00
Frank Budinsky 5e89d73d81
Add gateway-api instructions to getting-started and bookinfo docs (#12021)
* Add gateway-api instructions to getting-started and bookinfo docs

* fix lint

* fix cleanup

* regen

* fix lint

* fix setup

* fix include path

* v1alpha2 -> v1beta1

* regen

* install k8s crds

* fix lint

* fix cleanup

* lint

* workaround duplicate crd problem

* fix cmd

* fixes

* lint

* more fixes

* typo

* regen

* uncomment failing snip

* no choice in getting-started

* lint

* typo

* remove duplicate section title
2022-10-03 12:11:48 -07:00
Eric Van Norman afd153c961
Fix ingress control doc related to other providers and numbering (#11969)
* Fix ingress control doc related to other providers and numbering

* Run make gen

* Add back TCP_INGRESS_PORT

* Revert to dash seperator for consistency
2022-09-20 10:37:38 -07:00
Rodrey 7f608e925a
Update index.md (#11886)
* Update index.md

Added a quick tip for Kind users to get LoadBalancers to work.

* Added more context on Kind-related tip.

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2022-09-14 17:58:14 -07:00
Faseela K caf376ef37
fix egress-tls-origination test (#11857)
The test waits for vs resource, that is not even created.
Wait on SE and DR is only needed.

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

Signed-off-by: Faseela K <faseela.k@est.tech>
2022-09-08 06:09:21 -07:00
Faseela K 13da430536
egress tls origination - clarify required RBAC (#11804)
Signed-off-by: Faseela K <faseela.k@est.tech>

Signed-off-by: Faseela K <faseela.k@est.tech>
2022-09-06 07:22:31 -07:00
Frank Budinsky 8394e0de04
Add httproute to cleanup instructions (#11786) 2022-09-01 13:06:40 -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
Frank Budinsky 0aaff36061
Gateway API doc improvements (#11737)
* Gateway API doc improvements

* add header

* grammar tweak

* fix lint

* one more
2022-08-23 16:03:43 -07:00
Istio Automation d39873ede8
[master] Add minikube in the instructions per Kubernetes environment (#11613)
* Add minikube in the instructions per Kubernetes environment

I was coming from https://istio.io/latest/docs/examples/bookinfo/ "Follow these instructions to set the INGRESS_HOST and INGRESS_PORT ..." and did not realize I would have to setup the minikube tunnel as explained in the [Getting Started Guide](https://istio.io/latest/docs/setup/getting-started/#determining-the-ingress-ip-and-ports)

For this reason I suggest to add it here as well.

* incorporated reviewers suggestions

* snips and tests for the new code snippet in docu

* ran make snips
* updated test.sh with the new functin names
* also the functions
  snip_determining_the_ingress_ip_and_ports_{3,5,6,7,8,9} have changed
  but they seem not to be used in test.sh

* followed reviewer suggestion to revert sip numbers

- used the annotation snip_id=none to skip the snippet, see https://github.com/istio/istio.io/blob/master/tests/README.md
- took back the snip renumbering
- checked that generating snips does not bring them back again: make
  snips

* used custom name for generated snip

- now using minikube_tunnel as snip_id, resulting in a generated snip id snip_minikube_tunnel
- apparently still the remaining snips get renumbered
- updated test.sh with the 2 changed snip calls

Co-authored-by: Martin Knechtel <martin.knechtel@sap.com>
2022-07-20 08:35:39 -07:00
CharliePu 5312777dcc
Fix document omissions. (#11393)
* Fix document omissions.

* Fix document omissions.
2022-06-21 12:12:23 -07:00
Jakub Horák a5b270cba4
Improve clarity of Egress Gateway docs (#11458)
* Improve clarity of Egress Gateway docs

Make the step 13 more clear, since it is creating a DestinationRule in the test-egress namespace and not in the default namespace.

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

Co-authored-by: craigbox <craigbox@google.com>

Co-authored-by: craigbox <craigbox@google.com>
2022-06-20 10:36:26 -07:00
John Howard 2525eb5ea5
Wildcard egress: remove arbitrary domain section (#11291)
* Wildcard egress: remove arbitrary domain section

This doc has been a nuisance for many years. It recommends an extremely
complex and dangerous pattern, relying on deploying nginx, extremely
complex EnvoyFilters enabling unsupported, custom, alpha Envoy c++
filters, and a number of other scary practices. IMO this does not belong
in Istio docs at all, and certainly not in our top level taks.

* Add back single wildcard

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

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2022-06-06 15:36:31 -07:00
Eric Van Norman 9689696934
Update minikube instructions related to ingress host and port (#11326)
* Update minikube instructiuons related to ingress host and port

* Rune make gen

* Update test script with new snippet names (renumbered)
2022-05-24 07:48:10 -07:00
Eric Van Norman 3a18e15028
Update multicluster test kind image (#11337)
* Update multicluster test kind image

* Fix linting errors

* Restore make gen temporarily until reall common-files update can happen
2022-05-20 23:45:15 -07:00
Faseela K 471750a0f1
Egress TLS Origination - fix typos (#11332)
Signed-off-by: Faseela K <faseela.k@est.tech>
2022-05-20 05:59:30 -07:00
Faseela K db2b88790e
Document Egress mTLS origination at sidecar using credentialName in DR (#11301)
* Documentation for egress mTLS origination at sidecar using credentialName in DR

The feature is already merged. So trying to add a documentation for the same.

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

* Remove duplicate code and point to the existing documentation

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

* Fix test failures

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

* Fix test failures

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

* Add tests for mTLS origination at sidecar

Signed-off-by: Faseela K <faseela.k@est.tech>
2022-05-19 08:16:58 -07:00
Frank Budinsky a326daa3e0
Add webhooks to test framework snapshot (#11281)
* Add webhooks to test framework snapshot

* missing return

* fix lint

* some fixes

* more fixes

* final fixes

* one more
2022-05-13 10:12:49 -07:00
Frank Budinsky 616d2afdc4
Possible fix for test flake (#10982) 2022-02-28 11:19:58 -08:00
Frank Budinsky 3d8e81d7d9
Document EnvoyProxy priority problem (#10935)
* Document EnvoyProxy priorty problem

* fix lint

* make more future-proof

* tweak
2022-02-23 21:04:00 -08:00
Istio Automation 3d1ad88e4b
[master] GKE typo fix (#10881)
* Typo fix for GKE

* make gen

Co-authored-by: Noah Nsimbe <37845280+NoahNsimbe@users.noreply.github.com>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2022-02-08 17:07:55 -08:00
Faseela K ac40646148
Remove unwanted cleanup step in mtls example (#10778)
Signed-off-by: Faseela K <faseela.k@est.tech>
2022-01-12 08:19:07 -08:00
Faseela K d99f954936
Minor fix in egress mtls example cleanup (#10720)
* Minor fix in egress mtls example cleanup

The document mentions some resources for cleanup
which are not actually created as part of this exercise.

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

* Adding make gen output files

Signed-off-by: Faseela K <faseela.k@est.tech>
2022-01-05 15:23:28 -08:00
刘旭 87d20b5d3e
fix weak algorithm (#10545) 2021-11-29 20:41:42 -08:00
John Howard db62971c31
Expand the gateway-api docs for 1.12 (#10481)
* Expand the gateway-api docs for 1.12

This introduces a lot more details, highlights changes in 1.12, and
discusses the differences between Istio and Gateway-API.

* erics comments

* clarify

* gen
2021-11-12 13:34:44 -08:00
Eric Van Norman df10dca654
Update test ref (#10423)
* Update to latest istio/istio commit for istio.io tests

* Update to latest istio commit

* Additional istioctl analyze output

* Fix istioctl-analyze test

* Fix gateway doc

* Fix setting of INGRESS_HOST and more cleanup

* Fixes for unbound INGRESS_HOST

* lint fix

Co-authored-by: John Howard <howardjohn@google.com>
2021-10-20 09:07:12 -07:00
Yangmin Zhu 3053d41089
add task for JWT claim based routing (#10332)
* add task for JWT claim based routing

* move to security

* update

* update

* update
2021-10-12 19:08:05 -07:00
Eric Van Norman 3b2cd03943
Update test reference to latest istio (#10336)
* Update test reference to latest istio

* Update helm output

* Update install/operator test to allow <pending> IP for running locally.

* fix lint

* Gateway changes

* Fix gateway

* Remove remaining webhook to make tests pass

* Change to use istioctl tag remove
2021-09-16 11:53:40 -07:00
John Howard a7c63369c4
Remove "file mount" egress gw doc (#10143)
* Remove file mount egress documentation

This is actively leading users down a bad practice. We previously did
the same for Ingress - the results were we got a lot less bugs about
file mount being very hard to use.

As is, users are directed here as the default - only if they happen to
know what "SDS" is (an implementation detail) will they realize the
other doc is better.

* gen snips

* fix test

* Fix inject
2021-08-26 10:16:00 -07:00
Istio Automation c01da14edd
[master] Add the information that you can concatenate CA certs (#10057)
* Add the information that you can concatenate CA certs

Add the information that you can concatenate CA certs if you want to accept MTLS from client providing certificate signed by different CAs

* english review comments

* adding back key and also adding "value"

Co-authored-by: Laurent Demailly <ldemailly@gmail.com>
2021-07-11 13:26:54 -07:00
John Howard 6df4ad7635
Remove warning about removed limitation (#10030)
* Remove warning about removed limitation

This hasn't been accurate since ~1.8

* fix other occurance
2021-07-09 14:11:47 -07:00
Brian Avery 8f9f335365
Add table of contents test status (#10010) 2021-06-29 09:55:49 -07:00
danielmenezesbr be57c3bbf2
missing a space after "kubectl get pods -l" (#9901) 2021-06-29 08:12:38 -07:00
Frank Budinsky cc6c3ec406
Improve traffic shifting task overview (#9992)
* Improve traffic shifting task overview

* rm blank line
2021-06-25 15:21:49 -07:00
刘旭 7dbf1b0d1f
use sha256 (#9981) 2021-06-25 07:26:16 -07:00
Kenjiro Nakayama 4c52540083
Update Gateway API doc (#9889)
* Update Gateway API doc

This patch updates Gateway API doc to use:

- Gateway CRD v0.3.0
- Remove `PILOT_ENABLED_SERVICE_APIS` as it is enabled by default.

* Run make gen
2021-06-07 09:13:05 -07:00
Eric Van Norman 22c1956465
Fix image used by sleep sample (doesn't use istio/istio sleep) (#9830) 2021-05-21 14:01:12 -07:00