Skip to content

Commit 66f627b

Browse files
authored
Merge pull request #44199 from Omjoa001/patch-1
Update cheatsheet.md
2 parents 2bb38cb + e0e752e commit 66f627b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/kubectl/cheatsheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ kubectl logs my-pod # dump pod logs (stdout)
350350
kubectl logs -l name=myLabel # dump pod logs, with label name=myLabel (stdout)
351351
kubectl logs my-pod --previous # dump pod logs (stdout) for a previous instantiation of a container
352352
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)
354354
kubectl logs my-pod -c my-container --previous # dump pod container logs (stdout, multi-container case) for a previous instantiation of a container
355355
kubectl logs -f my-pod # stream pod logs (stdout)
356356
kubectl logs -f my-pod -c my-container # stream pod container logs (stdout, multi-container case)

0 commit comments

Comments
 (0)