Commit 296fafa9 authored by Dawn Chen's avatar Dawn Chen

Merge pull request #6129 from yujuhong/container_status

Kubelet: allow docker to examine terminated container
parents 525bbfd1 3ad0e22c
......@@ -687,9 +687,6 @@ func GetDockerPodStatus(client DockerInterface, manifest api.PodSpec, podFullNam
}
}
if podStatus.PodIP == "" {
return nil, ErrNoPodInfraContainerInPod
}
if len(statuses) == 0 && podStatus.PodIP == "" {
return nil, ErrNoContainersInPod
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment