Commit f3dd053a authored by Robert Bailey's avatar Robert Bailey

Merge pull request #6952 from mikedanese/kubelet-profiling

add enable_profiling option to kubelet healthz port
parents b3f03b93 7b13870b
...@@ -23,6 +23,7 @@ import ( ...@@ -23,6 +23,7 @@ import (
"math/rand" "math/rand"
"net" "net"
"net/http" "net/http"
_ "net/http/pprof"
"path" "path"
"strconv" "strconv"
"strings" "strings"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment