mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
check_node_count falls out of use, clear from docs
This commit is contained in:
parent
88c11d4b79
commit
e5d2740c47
1 changed files with 1 additions and 1 deletions
|
|
@ -404,7 +404,7 @@ go run hack/e2e.go -v --test
|
|||
To control the tests that are run:
|
||||
|
||||
```sh
|
||||
go run hack/e2e.go -v --test --check_node_count=false --test_args="--ginkgo.focus="Secrets"
|
||||
go run hack/e2e.go -v --test --test_args="--ginkgo.focus=\"Secrets\""
|
||||
```
|
||||
|
||||
### Version-skewed and upgrade testing
|
||||
|
|
|
|||
Loading…
Reference in a new issue