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 @@ -389,11 +389,11 @@ Probes and labels continue to be stripped from Pod copies.
389
389
390
390
#### Profile: sysadmin
391
391
392
- | Journey | Debug Container Behavior |
393
- | ------------------- | -------------------------------------------------------------------------- |
394
- | Node | sets ` SYS_ADMIN ` and privileged; uses host namespaces |
395
- | Pod Copy | sets ` SYS_ADMIN ` on debugging container |
396
- | Ephemeral Container | sets ` SYS_ADMIN ` on ephemeral container |
392
+ | Journey | Debug Container Behavior |
393
+ | ------------------- | -------------------------------------- |
394
+ | Node | sets privileged; uses host namespaces |
395
+ | Pod Copy | sets privileged on debugging container |
396
+ | Ephemeral Container | sets privileged on ephemeral container |
397
397
398
398
This profile offers elevated privileges for system debugging.
399
399
You can’t perform that action at this time.
0 commit comments