diff options
| author | Eric Tune <etune@google.com> | 2014-11-17 11:20:31 -0800 |
|---|---|---|
| committer | Eric Tune <etune@google.com> | 2014-11-17 11:20:31 -0800 |
| commit | 397e99fc2120ecd698696eb98b0dbc3019874a72 (patch) | |
| tree | 4d6cca1576e4b0cad1f6292fca6291bc9c7a4bda | |
| parent | fcaa1651e4ba4c6b73284acdd45e18c19ec74a5d (diff) | |
Update development.md
It looks like magic incantation `hack/e2e-test.sh 1 1 1` is not longer supported.
| -rw-r--r-- | development.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/development.md b/development.md index 38635ace..3b831ef4 100644 --- a/development.md +++ b/development.md @@ -110,11 +110,13 @@ cd kubernetes hack/e2e-test.sh ``` -Pressing control-C should result in an orderly shutdown but if something goes wrong and you still have some VMs running you can force a cleanup with the magical incantation: +Pressing control-C should result in an orderly shutdown but if something goes wrong and you still have some VMs running you can force a cleanup with this command: ``` -hack/e2e-test.sh 1 1 1 +go run e2e.go --down ``` +See the flag definitions in `hack/e2e.go` for more options, such as reusing an existing cluster. + ## Testing out flaky tests [Instructions here](docs/devel/flaky-tests.md) |
