Merge pull request #1962 from fqsghostcloud/fix-md

Update e2e-tests.md
This commit is contained in:
k8s-ci-robot 2018-03-22 07:07:04 -07:00 committed by GitHub
commit 01a70cd133
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ go run hack/e2e.go -- -ctl='get events'
go run hack/e2e.go -- -ctl='delete pod foobar'
```
The tests are built into a single binary which can be run used to deploy a
The tests are built into a single binary which can be used to deploy a
Kubernetes system or run tests against an already-deployed Kubernetes system.
See `go run hack/e2e.go --help` (or the flag definitions in `hack/e2e.go`) for
more options, such as reusing an existing cluster.