Skip to content

Commit

Permalink
Merge pull request #1401 from Starnop/cri-log
Browse files Browse the repository at this point in the history
bugfix: return container.LogPath with ContainerStatusResponse
  • Loading branch information
HusterWan authored May 24, 2018
2 parents 7436614 + 3d5e3e2 commit 48eb589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cri/v1alpha2/cri.go
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ func (c *CriManager) ContainerStatus(ctx context.Context, r *runtime.ContainerSt
Message: message,
Labels: labels,
Annotations: annotations,
// TODO: LogPath.
LogPath: container.LogPath,
}

return &runtime.ContainerStatusResponse{Status: status}, nil
Expand Down

0 comments on commit 48eb589

Please sign in to comment.