Documented 06_Envoy examples:

- 01-Envoy-add-response-headers
- 02-envoy-logging

Added section README.md to:
- 05-Sidecar
- 06-Envoy
This commit is contained in:
savagebidoof
2023-10-14 10:19:01 +02:00
parent 6aa4cb2c03
commit de4ae7dd09
17 changed files with 847 additions and 115 deletions

View File

@ -9,9 +9,9 @@ On these examples, a `Sidecar` will be configured.
## Heads up
On the example `02-egress-proxy`, it's a requisite to configure Istio's `meshConfig.outboundTrafficPolicy.mode` as "REGISTRY_ONLY".
On the example `02-egress-proxy`, it's a requisite to configure Istio's `meshConfig.outboundTrafficPolicy.mode` as `REGISTRY_ONLY`.
During the installation of the cluster itself, can be set with.
During the installation of the cluster itself, can be set with:
```shell
istioctl install profile=default --set meshConfig.outboundTrafficPolicy.mode=REGISTRY_ONLY