server: ignore runc not exist errors
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
a41ca975c1
commit
358dac96d4
4 changed files with 6 additions and 0 deletions
|
@ -62,6 +62,7 @@ func (s *Server) ListPodSandbox(ctx context.Context, req *pb.ListPodSandboxReque
|
|||
if err := s.runtime.UpdateStatus(podInfraContainer); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
cState := s.runtime.ContainerStatus(podInfraContainer)
|
||||
created := cState.Created.UnixNano()
|
||||
rStatus := pb.PodSandboxState_SANDBOX_NOTREADY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue