Merge pull request #2548 from figo/master

improve conformance test document
This commit is contained in:
k8s-ci-robot 2018-08-16 10:31:00 -07:00 committed by GitHub
commit 0a609007b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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