Merge pull request #4560 from oomichi/issue/14712

Add NOTE to know how to download kubetest command
This commit is contained in:
Kubernetes Prow Robot 2020-03-03 14:31:47 -08:00 committed by GitHub
commit 886d1d1822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ should also read [Writing Good e2e Tests](writing-good-e2e-tests.md)
There are a variety of ways to run e2e tests, but we aim to decrease the number
of ways to run e2e tests to a canonical way: `kubetest`.
You can install `kubetest` as follows:
You can install `kubetest` as follows (If you face a download issue, please see issue [#14712](https://github.com/kubernetes/test-infra/issues/14712#issuecomment-541560441)):
```sh
go get -u k8s.io/test-infra/kubetest
```