summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhurf <huruifeng@huawei.com>2015-10-30 14:12:20 +0800
committerhurf <huruifeng@huawei.com>2015-10-30 14:12:20 +0800
commit6f050771d96266a78901d8cb9946b159c70fb14f (patch)
tree0badd091a982a97a2b6add26ff3919ed8f057996
parent4cb900b2517ac6e333f32bfbb15ce271a941c18f (diff)
Remove trace of "kubectl stop"
Remove doc and use of "kubectl stop" since it's deprecated.
-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.