container_status: expose LogPath as requested by the CRI
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
e5fc48a3ca
commit
a12990d4a0
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ func (s *Server) ContainerStatus(ctx context.Context, req *pb.ContainerStatusReq
|
|||
}
|
||||
|
||||
resp.Status.State = rStatus
|
||||
resp.Status.LogPath = c.LogPath()
|
||||
|
||||
logrus.Debugf("ContainerStatusResponse: %+v", resp)
|
||||
return resp, nil
|
||||
|
|
Loading…
Reference in a new issue