You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -551,12 +551,16 @@ The `--use-local-mounts` option is used to choose how the Slim sensor is added t
551
551
552
552
### `DEBUG` COMMAND OPTIONS
553
553
554
+
-`--runtime` - Runtime environment type (values: `docker`, `k8s`; defaults to `docker`)
554
555
-`--debug-image` - Debug image to use for the debug side-car container (default value for this flag is `nicolaka/netshoot`).
555
556
-`--list-debug-images` - List possible debug images to use for the debug side-car container (for the `--debug-image` flag). This list is a ready to use set of debug images. You can use other images too.
556
557
-`--target` - Target container name or ID (this can also be provided as the last param in the command line invocation of the `debug` command). Note that the target container must be running. You can use the `docker run` command to start the target container.
558
+
-`--namespace` - Namespace to target [k8s runtime] (defaults to `default`)
559
+
-`--pod` - Pod to target [k8s runtime]
557
560
-`--cmd` - (Optional) custom CMD to use for the debug side-car container (alternatively pass custom CMD params after '--').
558
561
-`--entrypoint` - (Optional) custom ENTRYPOINT to use for the debug side-car container.
559
562
-`--terminal` - Attach interactive terminal to the debug container (default: true). When the interactive terminal is not enabled the debug container output will be printed out to the screen when the `debug` command exits.
0 commit comments