add profiling to kubelet

This commit is contained in:
Mike Danese 2015-04-16 23:07:00 -07:00
parent b73d64ea52
commit 7b13870b32

View File

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