summaryrefslogtreecommitdiff
path: root/flaky-tests.md
diff options
context:
space:
mode:
authorTim Hockin <thockin@google.com>2015-07-15 17:20:39 -0700
committerTim Hockin <thockin@google.com>2015-07-16 15:39:45 -0700
commite854d97ff44c7a463a5350c546ce32eb3e7bc994 (patch)
tree91bbaaf81e8254070788abd9c82707019dc6b4fe /flaky-tests.md
parent8d5b8ceb3a2f03ffe299fc255acfec5df7eea89a (diff)
Add munger to verify kubectl -f targets, fix docs
Diffstat (limited to 'flaky-tests.md')
-rw-r--r--flaky-tests.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/flaky-tests.md b/flaky-tests.md
index fb000ea6..86c898d9 100644
--- a/flaky-tests.md
+++ b/flaky-tests.md
@@ -56,7 +56,7 @@ spec:
Note that we omit the labels and the selector fields of the replication controller, because they will be populated from the labels field of the pod template by default.
```
-kubectl create -f controller.yaml
+kubectl create -f ./controller.yaml
```
This will spin up 24 instances of the test. They will run to completion, then exit, and the kubelet will restart them, accumulating more and more runs of the test.