summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork8s-merge-robot <k8s.production.user@gmail.com>2015-11-05 19:43:21 -0800
committerk8s-merge-robot <k8s.production.user@gmail.com>2015-11-05 19:43:21 -0800
commit865838b18fa0ae24b6d1197d7f99d9d2edf3a5b3 (patch)
treef5a076dcac395e3c6c10ea5865a359708955c2b5
parentb6745eb538ee4515b08a87a7573a9319b3d2460c (diff)
parent6f050771d96266a78901d8cb9946b159c70fb14f (diff)
Merge pull request #16574 from hurf/stop_doc
Auto commit by PR queue bot
-rw-r--r--flaky-tests.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/flaky-tests.md b/flaky-tests.md
index 3a7af51e..2470a815 100644
--- a/flaky-tests.md
+++ b/flaky-tests.md
@@ -87,10 +87,10 @@ done
grep "Exited ([^0])" output.txt
```
-Eventually you will have sufficient runs for your purposes. At that point you can stop and delete the replication controller by running:
+Eventually you will have sufficient runs for your purposes. At that point you can delete the replication controller by running:
```sh
-kubectl stop replicationcontroller flakecontroller
+kubectl delete replicationcontroller flakecontroller
```
If you do a final check for flakes with `docker ps -a`, ignore tasks that exited -1, since that's what happens when you stop the replication controller.