diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2020-01-15 12:02:22 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-15 12:02:22 -0800 |
| commit | 8084eed5e84c7bbf6bc6fb9c761d10e2af53e538 (patch) | |
| tree | da012a9179865e5a8110e961d74a1a5060e15ae2 | |
| parent | e84b51f06b5c2f9b0adab883d60285cea4ea3258 (diff) | |
| parent | 3e43b403134d5241e8e6fe52dea91b66033ae5bc (diff) | |
Merge pull request #4405 from mattjmcnaughton/mattjmcnaughton/delete-kubetest-ctl-from-e2e-tests
Delete instructions describing the `kubetest -ctl` command
| -rw-r--r-- | contributors/devel/sig-testing/e2e-tests.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/contributors/devel/sig-testing/e2e-tests.md b/contributors/devel/sig-testing/e2e-tests.md index 45a2f11b..98c60770 100644 --- a/contributors/devel/sig-testing/e2e-tests.md +++ b/contributors/devel/sig-testing/e2e-tests.md @@ -120,12 +120,6 @@ GINKGO_PARALLEL=y kubetest --test --test_args="--ginkgo.skip=\[Serial\] --delete # # e.g.: kubetest --provider=aws --build --up --test --down - -# -ctl can be used to quickly call kubectl against your e2e cluster. Useful for -# cleaning up after a failed test or viewing logs. -# kubectl output is default on, you can use --verbose-commands=false to suppress output. -kubetest -ctl='get events' -kubetest -ctl='delete pod foobar' ``` The tests are built into a single binary which can be used to deploy a |
