diff --git a/cmd/kubelet/app/options/options.go b/cmd/kubelet/app/options/options.go index 76b83d5fd3f..effd6190094 100644 --- a/cmd/kubelet/app/options/options.go +++ b/cmd/kubelet/app/options/options.go @@ -219,7 +219,7 @@ func NewKubeletFlags() *KubeletFlags { SeccompProfileRoot: filepath.Join(defaultRootDir, "seccomp"), // prior to the introduction of this flag, there was a hardcoded cap of 50 images NodeStatusMaxImages: 50, - EnableCAdvisorJSONEndpoints: true, + EnableCAdvisorJSONEndpoints: false, } }