Update e2e-tests.md

This commit is contained in:
Qingsong Fan 2018-03-22 16:35:12 +08:00
parent cee5f0bf72
commit 84995c2c78
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.