Skip to content

Commit

Permalink
Update pkg/kwok/server/debugging_attach.go
Browse files Browse the repository at this point in the history
  • Loading branch information
wzshiming committed Apr 19, 2023
1 parent 5696b1b commit dbbb4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kwok/server/debugging_attach.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func (s *Server) AttachContainer(ctx context.Context, podName, podNamespace stri
return err
}
opts := &logOptions{
tail: 0, // -1 by default which means read all logs.
tail: 0,
bytes: -1, // -1 by default which means read all logs.
follow: true,
timestamp: false,
Expand Down

0 comments on commit dbbb4ba

Please sign in to comment.