File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
keps/sig-cli/1441-kubectl-debug Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -401,11 +401,11 @@ Probes and labels are be stripped from Pod copies.
401401
402402#### Profile: netadmin
403403
404- | Journey | Debug Container Behavior |
405- | ------------------- | -------------------------------------------------------------------------- |
406- | Node | sets ` NET_ADMIN ` and privileged ; uses host namespaces |
407- | Pod Copy | sets ` NET_ADMIN ` on debugging container |
408- | Ephemeral Container | sets ` NET_ADMIN ` on ephemeral container |
404+ | Journey | Debug Container Behavior |
405+ | ------------------- | --------------------------------------------------------------------------------- |
406+ | Node | sets ` NET_ADMIN ` and ` NET_RAW ` ; uses host namespaces |
407+ | Pod Copy | sets ` NET_ADMIN ` and ` NET_RAW ` on debugging container; sets shareProcessNamespace |
408+ | Ephemeral Container | sets ` NET_ADMIN ` and ` NET_RAW ` on ephemeral container |
409409
410410This profile offers elevated privileges for network debugging.
411411
You can’t perform that action at this time.
0 commit comments