File tree Expand file tree Collapse file tree 3 files changed +1
-81
lines changed
test/e2e/instrumentation/monitoring Expand file tree Collapse file tree 3 files changed +1
-81
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ func NewKubeletFlags() *KubeletFlags {
219
219
SeccompProfileRoot : filepath .Join (defaultRootDir , "seccomp" ),
220
220
// prior to the introduction of this flag, there was a hardcoded cap of 50 images
221
221
NodeStatusMaxImages : 50 ,
222
- EnableCAdvisorJSONEndpoints : true ,
222
+ EnableCAdvisorJSONEndpoints : false ,
223
223
}
224
224
}
225
225
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ go_library(
9
9
name = "go_default_library" ,
10
10
srcs = [
11
11
"accelerator.go" ,
12
- "cadvisor.go" ,
13
12
"custom_metrics_deployments.go" ,
14
13
"custom_metrics_stackdriver.go" ,
15
14
"metrics_grabber.go" ,
@@ -35,7 +34,6 @@ go_library(
35
34
"//staging/src/k8s.io/metrics/pkg/client/external_metrics:go_default_library" ,
36
35
"//test/e2e/framework:go_default_library" ,
37
36
"//test/e2e/framework/autoscaling:go_default_library" ,
38
- "//test/e2e/framework/config:go_default_library" ,
39
37
"//test/e2e/framework/gpu:go_default_library" ,
40
38
"//test/e2e/framework/metrics:go_default_library" ,
41
39
"//test/e2e/framework/node:go_default_library" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments