Skip to content

Commit 4316554

Browse files
authored
Merge pull request #47699 from Arhell/zh-typo
[zh] fix typo in quick-reference.md
2 parents 8f4d377 + 59e4502 commit 4316554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh-cn/docs/reference/kubectl/quick-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ kubectl port-forward my-pod 5000:6000 # Listen on port 5000 on the
729729
kubectl exec my-pod -- ls / # Run command in existing pod (1 container case)
730730
kubectl exec --stdin --tty my-pod -- /bin/sh # Interactive shell access to a running pod (1 container case)
731731
kubectl exec my-pod -c my-container -- ls / # Run command in existing pod (multi-container case)
732-
kubectl debug my-pod -it --image=busybox:1.28 # Create an interactive debugging session witin existing pod and immediately attach to it
732+
kubectl debug my-pod -it --image=busybox:1.28 # Create an interactive debugging session within existing pod and immediately attach to it
733733
kubectl debug node/my-node -it --image=busybox:1.28 # Create an interactive debugging session on a node and immediately attach to it
734734
kubectl top pod # Show metrics for all pods in the default namespace
735735
kubectl top pod POD_NAME --containers # Show metrics for a given pod and its containers

0 commit comments

Comments
 (0)