Merge pull request #38687 from ivan4th/remove-dockerlegacyservice-comment-from-kubelet

Automatic merge from submit-queue

Remove DockerLegacyService comment from kubelet
This commit is contained in:
Kubernetes Submit Queue 2017-01-03 23:28:22 -08:00 committed by GitHub
commit 9b726d6b8f

View File

@ -575,9 +575,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