diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2017-12-22 15:59:37 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-22 15:59:37 -0800 |
| commit | be9eeca6ee3becfa5b4c96bedf62b5b3ff5b1f8d (patch) | |
| tree | 8c66f02e2e740e162bc0dc52f889c3be832aaf1b /contributors/devel/node-performance-testing.md | |
| parent | d65527a4aa72be4dc5899922d7f8ec263d541486 (diff) | |
| parent | f2816c8bab6330512461c83400e5d69ea9f5d19b (diff) | |
Merge pull request #1541 from cblecker/link-updates
Fix all the links
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 4afa8d25..d43737a8 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](https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/). +[here](https://git.k8s.io/kubernetes/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](https://github.com/kubernetes/kubernetes/blob/master/test/e2e/node/kubelet_perf.go). To +components: [kubelet_perf.go](https://git.k8s.io/kubernetes/test/e2e/node/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. |
