Merge pull request #99247 from KofClubs/delete-redundancy-kubelet-options.go

Deleted a redundant line from #91275
This commit is contained in:
Kubernetes Prow Robot 2021-03-01 21:09:36 -08:00 committed by GitHub
commit ef47564f46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -194,7 +194,6 @@ func NewKubeletFlags() *KubeletFlags {
NodeLabels: make(map[string]string),
RegisterNode: true,
SeccompProfileRoot: filepath.Join(defaultRootDir, "seccomp"),
// prior to the introduction of this flag, there was a hardcoded cap of 50 images
EnableCAdvisorJSONEndpoints: false,
}
}