Skip to content

Commit cd23f34

Browse files
committed
cri-logpath
Signed-off-by: Starnop <[email protected]>
1 parent 4643cb3 commit cd23f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cri/v1alpha2/cri.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ func (c *CriManager) ContainerStatus(ctx context.Context, r *runtime.ContainerSt
667667
Message: message,
668668
Labels: labels,
669669
Annotations: annotations,
670-
// TODO: LogPath.
670+
LogPath: container.LogPath,
671671
}
672672

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

0 commit comments

Comments
 (0)