Difference between revisions of "Kubectl logs"

From wikieduonline
Jump to navigation Jump to search
Line 8: Line 8:
 
  See 'kubectl logs -h' for help and examples
 
  See 'kubectl logs -h' for help and examples
  
* <code>[[kubectl]] logs my-pod</code>
+
* <code>[[kubectl]] logs [[my-pod]]</code>
 
* <code>[[kubectl]] logs my-pod [[--tail]]=25</code>
 
* <code>[[kubectl]] logs my-pod [[--tail]]=25</code>
 
* <code>kubectl logs my-pod -p</code>
 
* <code>kubectl logs my-pod -p</code>

Revision as of 17:33, 25 May 2022

kubectl logs --help
kubectl logs
error: expected 'logs [-f] [-p] (POD | TYPE/NAME) [-c CONTAINER]'.
POD or TYPE/NAME is a required argument for the logs command
See 'kubectl logs -h' for help and examples
kubectl logs --previous

Labels:

kubectl logs -l app=elasticsearch

kubectl logs your_container -c count


Related

See also

Advertising: