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 (
"math/rand"
"net"
"net/http"
_ "net/http/pprof"
"path"
"strconv"
"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