mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #29234 from mtaufen/doublecode-volume-newmainkubelet
Automatic merge from submit-queue Remove duplicate code I think this code is wrongly duplicated. See #29233. Feel free to correct me if I am wrong.
This commit is contained in:
commit
0b1f0e8353
@ -406,21 +406,6 @@ func NewMainKubelet(
|
|||||||
klet.podCache = kubecontainer.NewCache()
|
klet.podCache = kubecontainer.NewCache()
|
||||||
klet.podManager = kubepod.NewBasicPodManager(kubepod.NewBasicMirrorClient(klet.kubeClient))
|
klet.podManager = kubepod.NewBasicPodManager(kubepod.NewBasicMirrorClient(klet.kubeClient))
|
||||||
|
|
||||||
klet.volumePluginMgr, err =
|
|
||||||
NewInitializedVolumePluginMgr(klet, volumePlugins)
|
|
||||||
if err != nil {
|
|
||||||
return nil, err
|
|
||||||
}
|
|
||||||
|
|
||||||
klet.volumeManager, err = volumemanager.NewVolumeManager(
|
|
||||||
enableControllerAttachDetach,
|
|
||||||
hostname,
|
|
||||||
klet.podManager,
|
|
||||||
klet.kubeClient,
|
|
||||||
klet.volumePluginMgr,
|
|
||||||
klet.containerRuntime,
|
|
||||||
mounter)
|
|
||||||
|
|
||||||
// Initialize the runtime.
|
// Initialize the runtime.
|
||||||
switch containerRuntime {
|
switch containerRuntime {
|
||||||
case "docker":
|
case "docker":
|
||||||
|
Loading…
Reference in New Issue
Block a user