Deleted a redundant line missing from #91275

Signed-off-by: Zhang Zhanpeng <zhanpeng.zhang@daocloud.io>
This commit is contained in:
Zhang Zhanpeng 2021-02-20 10:06:24 +08:00
parent b6e4c1c71a
commit b0b4867ba8

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,
}
}