Commit b45a8f30 authored by Ivan Shvedunov's avatar Ivan Shvedunov

Remove DockerLegacyService comment from kubelet

The comment is obsolete as there's no more DockerLegacyService.
parent 0a0294ca
...@@ -574,9 +574,6 @@ func NewMainKubelet(kubeCfg *componentconfig.KubeletConfiguration, kubeDeps *Kub ...@@ -574,9 +574,6 @@ func NewMainKubelet(kubeCfg *componentconfig.KubeletConfiguration, kubeDeps *Kub
return nil, err 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. // TODO: Move the instrumented interface wrapping into kuberuntime.
runtimeService = kuberuntime.NewInstrumentedRuntimeService(rs) runtimeService = kuberuntime.NewInstrumentedRuntimeService(rs)
imageService = is imageService = is
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment