diff options
| author | yuexiao-wang <wang.yuexiao@zte.com.cn> | 2017-10-25 15:35:59 +0800 |
|---|---|---|
| committer | yuexiao-wang <wang.yuexiao@zte.com.cn> | 2017-10-26 08:52:09 +0800 |
| commit | 9716567964c90d9da0045dc96f2d3b5761ba0c1c (patch) | |
| tree | 962a1ff8602e43434a496400e0a13a7665590db0 | |
| parent | dca087896e7febabf2f0dca318df2958a1c02564 (diff) | |
Fix the directory of debuging script
remove the updated date
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
| -rw-r--r-- | contributors/devel/e2e-tests.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/contributors/devel/e2e-tests.md b/contributors/devel/e2e-tests.md index 9d1ee59f..01a925f2 100644 --- a/contributors/devel/e2e-tests.md +++ b/contributors/devel/e2e-tests.md @@ -1,7 +1,5 @@ # End-to-End Testing in Kubernetes -Updated: 5/3/2016 - **Table of Contents** <!-- BEGIN MUNGE: GENERATED_TOC --> @@ -389,8 +387,8 @@ to gather logs. This script requires that the cluster provider supports ssh. Assuming it does, running: -``` -cluster/log-dump.sh <directory> +```sh +$ federation/cluster/log-dump.sh <directory> ``` will ssh to the master and all nodes and download a variety of useful logs to |
