Merge pull request #815 from gyliu513/node-perf

Correct a link for node performance test.
This commit is contained in:
Guang Ya Liu 2017-07-17 05:41:40 -04:00 committed by GitHub
commit efa1c3dfd5
1 changed files with 1 additions and 2 deletions

View File

@ -68,8 +68,7 @@ customise the number of pods or other parameters of the test (remember to rerun
## Profiling ## Profiling
Kubelet installs the [go pprof handlers] Kubelet installs the [go pprof handlers](https://golang.org/pkg/net/http/pprof/), which can be queried for CPU profiles:
(https://golang.org/pkg/net/http/pprof/), which can be queried for CPU profiles:
```console ```console
$ kubectl proxy & $ kubectl proxy &