File tree 1 file changed +5
-5
lines changed
keps/sig-cli/1441-kubectl-debug
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.
401
401
402
402
#### Profile: netadmin
403
403
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 |
409
409
410
410
This profile offers elevated privileges for network debugging.
411
411
You can’t perform that action at this time.
0 commit comments