mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-12 12:48:51 +00:00
Merge pull request #10707 from kargakis/logs-with-resource-builder
logs: Use resource builder
This commit is contained in:
@@ -19,15 +19,15 @@ Print the logs for a container in a pod. If the pod has only one container, the
|
||||
.SH OPTIONS
|
||||
.PP
|
||||
\fB\-c\fP, \fB\-\-container\fP=""
|
||||
Container name
|
||||
Print the logs of this container
|
||||
|
||||
.PP
|
||||
\fB\-f\fP, \fB\-\-follow\fP=false
|
||||
Specify if the logs should be streamed.
|
||||
|
||||
.PP
|
||||
\fB\-\-interactive\fP=true
|
||||
If true, prompt the user for input when required. Default true.
|
||||
\fB\-\-interactive\fP=false
|
||||
If true, prompt the user for input when required.
|
||||
|
||||
.PP
|
||||
\fB\-\-limit\-bytes\fP=0
|
||||
|
Reference in New Issue
Block a user