improve conformance test document

before run conformance test, user need
to aware to build e2e test binaries and kubectl, ginkgo
This commit is contained in:
hui luo 2018-08-15 18:58:21 -07:00
parent 1afca8f610
commit 0ee10b5bca
1 changed files with 3 additions and 0 deletions

View File

@ -62,6 +62,9 @@ Conformance tests can be run against clusters that have not been created with
credentials.
```sh
# build test binaries, ginkgo, and kubectl first:
make WHAT=test/e2e/e2e.test && make WHAT=ginkgo && make WHAT=cmd/kubectl
# setup for conformance tests
export KUBECONFIG=/path/to/kubeconfig
export KUBERNETES_CONFORMANCE_TEST=y