mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-03 11:48:15 +00:00
Merge pull request #99247 from KofClubs/delete-redundancy-kubelet-options.go
Deleted a redundant line from #91275
This commit is contained in:
@@ -194,7 +194,6 @@ func NewKubeletFlags() *KubeletFlags {
|
|||||||
NodeLabels: make(map[string]string),
|
NodeLabels: make(map[string]string),
|
||||||
RegisterNode: true,
|
RegisterNode: true,
|
||||||
SeccompProfileRoot: filepath.Join(defaultRootDir, "seccomp"),
|
SeccompProfileRoot: filepath.Join(defaultRootDir, "seccomp"),
|
||||||
// prior to the introduction of this flag, there was a hardcoded cap of 50 images
|
|
||||||
EnableCAdvisorJSONEndpoints: false,
|
EnableCAdvisorJSONEndpoints: false,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user