Skip to content

Commit dfa1914

Browse files
dudoShubham82
andauthored
bad copy pasta
Co-authored-by: Shubham <[email protected]>
1 parent 9d7b655 commit dfa1914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/kubectl/quick-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ kubectl exec my-pod -- ls / # Run command in existing po
372372
kubectl exec --stdin --tty my-pod -- /bin/sh # Interactive shell access to a running pod (1 container case)
373373
kubectl exec my-pod -c my-container -- ls / # Run command in existing pod (multi-container case)
374374
kubectl debug my-pod -it --image=busybox:1.28 # Create an interactive debugging session witin existing pod and immediately attach to it
375-
kubectl debug node/my-node -it --image=busybox1.28 # Create an interactive debugging session on a node and immediately attach to it
375+
kubectl debug node/my-node -it --image=busybox:1.28 # Create an interactive debugging session on a node and immediately attach to it
376376
kubectl top pod # Show metrics for all pods in the default namespace
377377
kubectl top pod POD_NAME --containers # Show metrics for a given pod and its containers
378378
kubectl top pod POD_NAME --sort-by=cpu # Show metrics for a given pod and sort it by 'cpu' or 'memory'

0 commit comments

Comments
 (0)