Update tests README note for kind cluster failure (#8260)

This commit is contained in:
Eric Van Norman 2020-10-02 15:26:32 -05:00 committed by GitHub
parent 5131e65225
commit d06ddf8b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -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: