commit
f7d3f7a69a
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue