diff options
| author | Guang Ya Liu <gyliu513@gmail.com> | 2017-07-17 05:41:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-17 05:41:40 -0400 |
| commit | efa1c3dfd5e0323dc368a47e3faf77e289825b5c (patch) | |
| tree | fd04a4a09a79b418d34695b1b3000a7fa4c92708 | |
| parent | 506d09c218d39a7d7eba344c6ddddd53e0a91019 (diff) | |
| parent | 1d182aca2527abc15292e7ee5a71570c6dc59e15 (diff) | |
Merge pull request #815 from gyliu513/node-perf
Correct a link for node performance test.
| -rw-r--r-- | contributors/devel/node-performance-testing.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contributors/devel/node-performance-testing.md b/contributors/devel/node-performance-testing.md index f365ba8a..4e9e7c1a 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 & |
