mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-12 05:21:58 +00:00
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:
commit
9b726d6b8f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user