Revert "Delay deletion of pod from the API server until volumes are deleted"

This commit is contained in:
Aleksandra Malinowska
2017-01-27 13:31:02 +01:00
committed by GitHub
parent e6e17a5be6
commit 74e1d8078e
14 changed files with 26 additions and 140 deletions

View File

@@ -697,7 +697,7 @@ func NewMainKubelet(kubeCfg *componentconfig.KubeletConfiguration, kubeDeps *Kub
}
klet.imageManager = imageManager
klet.statusManager = status.NewManager(kubeClient, klet.podManager, klet)
klet.statusManager = status.NewManager(kubeClient, klet.podManager)
klet.probeManager = prober.NewManager(
klet.statusManager,