summaryrefslogtreecommitdiff
path: root/contributors
diff options
context:
space:
mode:
authorKenichi Omichi <ken-oomichi@wx.jp.nec.com>2020-03-03 18:40:47 +0000
committerKenichi Omichi <ken-oomichi@wx.jp.nec.com>2020-03-03 18:40:47 +0000
commit1b5c23bcf2ae35fec4343013c4631057dab5d4ec (patch)
tree634428bc2aa92b8aef43a5bf89472169802a8ed3 /contributors
parent61d648ed6b477e3b7154fa2fe0a7b0479795f953 (diff)
Add NOTE to know how to download kubetest command
According to the test-infra issue, some people seem to face the issue when downloading kubetest command. So this adds NOTE to know how to avoid the issue at this time.
Diffstat (limited to 'contributors')
-rw-r--r--contributors/devel/sig-testing/e2e-tests.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/sig-testing/e2e-tests.md b/contributors/devel/sig-testing/e2e-tests.md
index 98c60770..1498baee 100644
--- a/contributors/devel/sig-testing/e2e-tests.md
+++ b/contributors/devel/sig-testing/e2e-tests.md
@@ -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
```