Merge pull request #15232 from deads2k/refactor-logs
refactor kubectl logs to be composeable
This commit is contained in:
@@ -68,7 +68,6 @@ $ kubectl logs --since=1h nginx
|
||||
```
|
||||
-c, --container="": Container name
|
||||
-f, --follow[=false]: Specify if the logs should be streamed.
|
||||
--interactive[=true]: If true, prompt the user for input when required. Default true.
|
||||
--limit-bytes=0: Maximum bytes of logs to return. Defaults to no limit.
|
||||
-p, --previous[=false]: If true, print the logs for the previous instance of the container in a pod if it exists.
|
||||
--since=0: Only return logs newer than a relative duration like 5s, 2m, or 3h. Defaults to all logs. Only one of since-time / since may be used.
|
||||
@@ -109,7 +108,7 @@ $ kubectl logs --since=1h nginx
|
||||
|
||||
* [kubectl](kubectl.md) - kubectl controls the Kubernetes cluster manager
|
||||
|
||||
###### Auto generated by spf13/cobra at 2015-09-22 12:53:42.290730658 +0000 UTC
|
||||
###### Auto generated by spf13/cobra on 14-Oct-2015
|
||||
|
||||
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
|
||||
[]()
|
||||
|
Reference in New Issue
Block a user