diff options
| author | Tim Hockin <thockin@google.com> | 2015-07-15 17:20:39 -0700 |
|---|---|---|
| committer | Tim Hockin <thockin@google.com> | 2015-07-16 15:39:45 -0700 |
| commit | e854d97ff44c7a463a5350c546ce32eb3e7bc994 (patch) | |
| tree | 91bbaaf81e8254070788abd9c82707019dc6b4fe /flaky-tests.md | |
| parent | 8d5b8ceb3a2f03ffe299fc255acfec5df7eea89a (diff) | |
Add munger to verify kubectl -f targets, fix docs
Diffstat (limited to 'flaky-tests.md')
| -rw-r--r-- | flaky-tests.md | 2 |
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. |
