Add the missing container log path in container status.
Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
@@ -74,5 +74,6 @@ func toCRIContainerStatus(container containerstore.Container, imageRef string) *
|
||||
Labels: meta.Config.GetLabels(),
|
||||
Annotations: meta.Config.GetAnnotations(),
|
||||
Mounts: meta.Config.GetMounts(),
|
||||
LogPath: meta.LogPath,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user