Added instruction for profiling apiserver

This commit is contained in:
Marek Grabowski
2015-02-14 00:11:38 +01:00
parent b23230e616
commit 1a161b6522
2 changed files with 32 additions and 0 deletions

View File

@@ -17,3 +17,5 @@ Docs in this directory relate to developing Kubernetes.
* **Releasing Kubernetes** ([releasing.md](releasing.md)): How to create a Kubernetes release (as in version)
and how the version information gets embedded into the built binaries.
* **Profiling Kubernetes** ([profiling.md](profiling.md)): How to plug in go pprof profiler to Kubernetes.