mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-18 08:09:58 +00:00
Merge pull request #6692 from roberthbailey/kube-proxy-pprof
Enable pprof on the kube-proxy's healthz http server.
This commit is contained in:
commit
111e796b94
@ -21,6 +21,7 @@ package app
|
|||||||
import (
|
import (
|
||||||
"net"
|
"net"
|
||||||
"net/http"
|
"net/http"
|
||||||
|
_ "net/http/pprof"
|
||||||
"strconv"
|
"strconv"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user