From 3e43b403134d5241e8e6fe52dea91b66033ae5bc Mon Sep 17 00:00:00 2001 From: mattjmcnaughton Date: Wed, 15 Jan 2020 07:42:23 -0500 Subject: 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`. --- contributors/devel/sig-testing/e2e-tests.md | 6 ------ 1 file changed, 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 -- cgit v1.2.3