mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 18:58:18 +00:00
Add pprof trace support
Add pprof trace support and --enable-contention-profiling to those components that don't already have it.
This commit is contained in:
@@ -240,6 +240,7 @@ func newServerTest() *serverTestFramework {
|
||||
stats.NewResourceAnalyzer(fw.fakeKubelet, time.Minute, &kubecontainertesting.FakeRuntime{}),
|
||||
fw.fakeAuth,
|
||||
true,
|
||||
false,
|
||||
&kubecontainertesting.Mock{},
|
||||
fw.criHandler)
|
||||
fw.serverUnderTest = &server
|
||||
|
||||
Reference in New Issue
Block a user