From 1d182aca2527abc15292e7ee5a71570c6dc59e15 Mon Sep 17 00:00:00 2001 From: Guangya Liu Date: Mon, 17 Jul 2017 14:46:22 +0800 Subject: [PATCH] Correct a link for node performance test. --- contributors/devel/node-performance-testing.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contributors/devel/node-performance-testing.md b/contributors/devel/node-performance-testing.md index f365ba8a4..4e9e7c1a2 100644 --- a/contributors/devel/node-performance-testing.md +++ b/contributors/devel/node-performance-testing.md @@ -68,8 +68,7 @@ customise the number of pods or other parameters of the test (remember to rerun ## Profiling -Kubelet installs the [go pprof handlers] -(https://golang.org/pkg/net/http/pprof/), which can be queried for CPU profiles: +Kubelet installs the [go pprof handlers](https://golang.org/pkg/net/http/pprof/), which can be queried for CPU profiles: ```console $ kubectl proxy &