Remove DockerLegacyService comment from kubelet

The comment is obsolete as there's no more DockerLegacyService.
This commit is contained in:
Ivan Shvedunov
2016-12-13 13:46:09 +03:00
parent 0a0294cad6
commit b45a8f30c5

View File

@@ -574,9 +574,6 @@ func NewMainKubelet(kubeCfg *componentconfig.KubeletConfiguration, kubeDeps *Kub
return nil, err
}
}
// Use DockerLegacyService directly to work around unimplemented
// functions in CRI.
// TODO: Remove this hack after CRI is fully implemented.
// TODO: Move the instrumented interface wrapping into kuberuntime.
runtimeService = kuberuntime.NewInstrumentedRuntimeService(rs)
imageService = is