diff options
| -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 & |
