diff options
| author | mattjmcnaughton <mattjmcnaughton@gmail.com> | 2020-01-15 07:42:23 -0500 |
|---|---|---|
| committer | mattjmcnaughton <mattjmcnaughton@gmail.com> | 2020-01-15 07:44:46 -0500 |
| commit | 3e43b403134d5241e8e6fe52dea91b66033ae5bc (patch) | |
| tree | 683210c479f722866e82e277400c1c8d03881d7c | |
| parent | efd16a304ee26b959bb225e7ef73f0097ecd96d3 (diff) | |
Delete instructions describing the `kubetest -ctl` command
As far as I can tell, `kubetest` no longer has a `-ctl` flag.
Remove it from the examples of commands that can be run using `kubetest`.
| -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 |
