diff options
| author | supereagle <jmyue@hotmail.com> | 2017-02-22 11:11:18 +0800 |
|---|---|---|
| committer | supereagle <jmyue@hotmail.com> | 2017-02-22 11:11:18 +0800 |
| commit | 5707c418bc30abc895f59e550381d09b3ece4cde (patch) | |
| tree | 9f3e051d05aefa78bd9f8035f57347e87252b721 /contributors/devel/node-performance-testing.md | |
| parent | 5e45df8618fb02f22538533cd136d9dab5e1f238 (diff) | |
fix error links in test docs
Diffstat (limited to 'contributors/devel/node-performance-testing.md')
| -rw-r--r-- | contributors/devel/node-performance-testing.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/devel/node-performance-testing.md b/contributors/devel/node-performance-testing.md index 60368e20..f365ba8a 100644 --- a/contributors/devel/node-performance-testing.md +++ b/contributors/devel/node-performance-testing.md @@ -26,7 +26,7 @@ Heapster will hide the performance cost of serving those stats in the Kubelet. Disabling addons is simple. Just ssh into the Kubernetes master and move the addon from `/etc/kubernetes/addons/` to a backup location. More details -[here](../../cluster/addons/). +[here](https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/). ### Which / how many pods? @@ -57,7 +57,7 @@ sampling. ## E2E Performance Test There is an end-to-end test for collecting overall resource usage of node -components: [kubelet_perf.go](../../test/e2e/kubelet_perf.go). To +components: [kubelet_perf.go](https://github.com/kubernetes/kubernetes/tree/master/test/e2e/kubelet_perf.go). To run the test, simply make sure you have an e2e cluster running (`go run hack/e2e.go -- -up`) and [set up](#cluster-set-up) correctly. |
