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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -587,7 +587,7 @@ Debug minimal or regular container images running in Docker, Podman, Kubernetes
587
587
-`--gid` - GID to use for the debugging sidecar container.
588
588
-`--run-privileged` - Run the debug sidecar as a privileged container (true by default).
589
589
-`--security-context-from-target` - Use the security context params from the target container with the debug sidecar container.
590
-
-`--auto-run-as-non-root` - Auto-adjust the config to run as non-root (true by default; set it to false to disable this behavior).
590
+
-`--fallback-to-target-user` - Fallback to using target container user if it's non-root (true by default; set it to false to disable this behavior).
591
591
-`--run-as-target-shell` - Attach an interactive terminal to the debug container and run shell as if it's running in the target container environment (true by default).
592
592
-`--list-sessions` - List all debug sessions for the selected target (pod and optionally selected container for k8s or container for other runtimes).
593
593
-`--show-session-logs` - Show logs for the selected debug session (using namespace, pod, target container or debug session container name for k8s or debug session container name for other runtimes).
0 commit comments