Merge pull request #6952 from mikedanese/kubelet-profiling

add enable_profiling option to kubelet healthz port
pull/6/head
Robert Bailey 2015-04-17 07:42:35 -07:00
commit f3dd053a08
1 changed files with 1 additions and 0 deletions

View File

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