We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1044e6 commit 16158fbCopy full SHA for 16158fb
keps/sig-cli/1441-kubectl-debug/README.md
@@ -255,7 +255,7 @@ container.
255
```
256
Examples:
257
# 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
+ kubectl debug mypod -it --container=debug --image=busybox --copy-to=my-debugger
259
260
261
#### Modify Application Image by Copy
0 commit comments