Merge pull request #6952 from mikedanese/kubelet-profiling

add enable_profiling option to kubelet healthz port
This commit is contained in:
Robert Bailey
2015-04-17 07:42:35 -07:00

View File

@@ -23,6 +23,7 @@ import (
"math/rand"
"net"
"net/http"
_ "net/http/pprof"
"path"
"strconv"
"strings"