Merge pull request #59 from mrunalp/pod_create_bug

Pod create bug
This commit is contained in:
Antonio Murdaca 2016-09-27 09:13:40 +02:00 committed by GitHub
commit f7d3f7a69a
2 changed files with 7 additions and 1 deletions

View file

@ -312,6 +312,8 @@ func (s *Server) RemovePodSandbox(ctx context.Context, req *pb.RemovePodSandboxR
return nil, fmt.Errorf("failed to remove sandbox %s directory: %v", sandboxID, err)
}
s.releasePodName(sb.name)
return &pb.RemovePodSandboxResponse{}, nil
}