File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/en/docs/reference/kubectl Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ kubectl logs my-pod # dump pod logs (stdout)
350
350
kubectl logs -l name=myLabel # dump pod logs, with label name=myLabel (stdout)
351
351
kubectl logs my-pod --previous # dump pod logs (stdout) for a previous instantiation of a container
352
352
kubectl logs my-pod -c my-container # dump pod container logs (stdout, multi-container case)
353
- kubectl logs -l name=myLabel -c my-container # dump pod logs, with label name=myLabel (stdout)
353
+ kubectl logs -l name=myLabel -c my-container # dump pod container logs, with label name=myLabel (stdout)
354
354
kubectl logs my-pod -c my-container --previous # dump pod container logs (stdout, multi-container case) for a previous instantiation of a container
355
355
kubectl logs -f my-pod # stream pod logs (stdout)
356
356
kubectl logs -f my-pod -c my-container # stream pod container logs (stdout, multi-container case)
You can’t perform that action at this time.
0 commit comments