mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
Volume manager verify containers terminated before deleting
This commit is contained in:
@@ -97,7 +97,8 @@ func TestRunOnce(t *testing.T) {
|
||||
kb.hostname,
|
||||
kb.podManager,
|
||||
kb.kubeClient,
|
||||
kb.volumePluginMgr)
|
||||
kb.volumePluginMgr,
|
||||
fakeRuntime)
|
||||
|
||||
kb.networkPlugin, _ = network.InitNetworkPlugin([]network.NetworkPlugin{}, "", nettest.NewFakeHost(nil), componentconfig.HairpinNone, kb.nonMasqueradeCIDR)
|
||||
// TODO: Factor out "StatsProvider" from Kubelet so we don't have a cyclic dependency
|
||||
|
||||
Reference in New Issue
Block a user