Skip to content

Commit a7aa924

Browse files
committed
readme updates - new debug command flags
Signed-off-by: Kyle Quest <kcq.public@gmail.com>
1 parent 0b720f1 commit a7aa924

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,12 +551,16 @@ The `--use-local-mounts` option is used to choose how the Slim sensor is added t
551551

552552
### `DEBUG` COMMAND OPTIONS
553553

554+
- `--runtime` - Runtime environment type (values: `docker`, `k8s`; defaults to `docker`)
554555
- `--debug-image` - Debug image to use for the debug side-car container (default value for this flag is `nicolaka/netshoot`).
555556
- `--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.
556557
- `--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]
557560
- `--cmd` - (Optional) custom CMD to use for the debug side-car container (alternatively pass custom CMD params after '--').
558561
- `--entrypoint` - (Optional) custom ENTRYPOINT to use for the debug side-car container.
559562
- `--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.
563+
- `--kubeconfig` - Kubeconfig file location [k8s runtime]
560564
- `--help` show help (default: false)
561565

562566
See the "Debugging Using the `debug` Command" section for more information about this command.

0 commit comments

Comments
 (0)