Add the missing container log path in container status.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu
2017-10-30 05:57:13 +00:00
parent 1d14c11dcb
commit 4e6e1cab0d
2 changed files with 3 additions and 0 deletions

View File

@@ -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,
}
}