mirror of https://github.com/istio/istio.io.git
Update tests README note for kind cluster failure (#8260)
This commit is contained in:
parent
5131e65225
commit
d06ddf8b6a
|
@ -276,6 +276,13 @@ You can also find this information by running `make doc.test.help`.
|
|||
1. The [tests/util/debug.sh](./util/debug.sh) script is automatically included in every `test.sh` script
|
||||
to enable bash tracing. The bash tracing output can be found in `out/<test_path>_[test|cleanup]_debug.txt`.
|
||||
|
||||
1. When using `kind` clusters, you may notice a `Exiting due to setup failure: failed waiting for istio-eastwestgateway to become ready: timeout while waiting`
|
||||
error as the Istio control plane is being started. Adding a config when creating your `kind` cluster should fix the issue:
|
||||
|
||||
```sh
|
||||
kind create-cluster --name istio-test --config prow/config/trustworthy-jwt.yaml
|
||||
```
|
||||
|
||||
1. When using `kind` clusters on a Mac, an extra env var is needed (ADDITIONAL_CONTAINER_OPTIONS="--network host").
|
||||
Use the following command:
|
||||
|
||||
|
|
Loading…
Reference in New Issue