mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
Expand e2e instructions.
This commit is contained in:
parent
e1872b9bb3
commit
1d031b7a03
@ -115,7 +115,24 @@ Pressing control-C should result in an orderly shutdown but if something goes wr
|
|||||||
go run e2e.go --down
|
go run e2e.go --down
|
||||||
```
|
```
|
||||||
|
|
||||||
See the flag definitions in `hack/e2e.go` for more options, such as reusing an existing cluster.
|
See the flag definitions in `hack/e2e.go` for more options, such as reusing an existing cluster, here is an overview:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
# Create a fresh cluster. Deletes a cluster first, if it exists
|
||||||
|
go run e2e.go --up
|
||||||
|
|
||||||
|
# Test if a cluster is up.
|
||||||
|
go run e2e.go --isup
|
||||||
|
|
||||||
|
# Push code to an existing cluster
|
||||||
|
go run e2e.go --push
|
||||||
|
|
||||||
|
# Run all tests
|
||||||
|
go run e2e.go --test
|
||||||
|
|
||||||
|
# Run tests matching a glob.
|
||||||
|
go run e2e.go --tests=...
|
||||||
|
```
|
||||||
|
|
||||||
## Testing out flaky tests
|
## Testing out flaky tests
|
||||||
[Instructions here](docs/devel/flaky-tests.md)
|
[Instructions here](docs/devel/flaky-tests.md)
|
||||||
|
Loading…
Reference in New Issue
Block a user