Skip to content

Commit 7069f74

Browse files
authored
Merge pull request kubernetes#2444 from oke-py/container-option
chore(KEP-1441): fix a wrong command line option
2 parents aaf231f + 16158fb commit 7069f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keps/sig-cli/1441-kubectl-debug/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ container.
255255
```
256256
Examples:
257257
# Create a debug container as a copy of the original Pod and attach to it
258-
kubectl debug mypod -it -container=debug --image=busybox --copy-to=my-debugger
258+
kubectl debug mypod -it --container=debug --image=busybox --copy-to=my-debugger
259259
```
260260

261261
#### Modify Application Image by Copy

0 commit comments

Comments
 (0)