mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
set LogPath in dockershim
Signed-off-by: heartlock <21521209@zju.edu.cn>
This commit is contained in:
parent
c3b52267ca
commit
8e702347ad
@ -430,5 +430,6 @@ func (ds *dockerService) ContainerStatus(containerID string) (*runtimeapi.Contai
|
||||
Message: message,
|
||||
Labels: labels,
|
||||
Annotations: annotations,
|
||||
LogPath: r.Config.Labels[containerLogPathLabelKey],
|
||||
}, nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user