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.
2 parents aaf231f + 16158fb commit 7069f74Copy full SHA for 7069f74
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