mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 03:08:15 +00:00
cleanup volumes before deleting from the api server
This commit is contained in:
@@ -719,7 +719,7 @@ func NewMainKubelet(kubeCfg *componentconfig.KubeletConfiguration, kubeDeps *Kub
|
||||
}
|
||||
klet.imageManager = imageManager
|
||||
|
||||
klet.statusManager = status.NewManager(kubeClient, klet.podManager)
|
||||
klet.statusManager = status.NewManager(kubeClient, klet.podManager, klet)
|
||||
|
||||
klet.probeManager = prober.NewManager(
|
||||
klet.statusManager,
|
||||
|
||||
Reference in New Issue
Block a user