Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit 6704083

Browse files
committed
Fix hyper logs
1 parent 5bad8a3 commit 6704083

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/kubelet/hyper/hyper.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -872,6 +872,7 @@ func (r *runtime) GetContainerLogs(pod *api.Pod, containerID kubecontainer.Conta
872872
if logOptions.Timestamps {
873873
args = append(args, "--timestamps")
874874
}
875+
args = append(args, containerID.ID)
875876

876877
command := r.buildCommand(args...)
877878
p, err := kubecontainer.StartPty(command)

0 commit comments

Comments
 (0)