Create hostNetwork pods even if network plugin not ready

This commit is contained in:
Justin Santa Barbara
2016-09-22 23:04:37 -04:00
parent 714f816a34
commit ad6d842a65
4 changed files with 21 additions and 6 deletions

View File

@@ -83,6 +83,7 @@ func TestRunOnce(t *testing.T) {
kubeClient: &fake.Clientset{},
hostname: testKubeletHostname,
nodeName: testKubeletHostname,
runtimeState: newRuntimeState(time.Second),
}
kb.containerManager = cm.NewStubContainerManager()