Skip to content

Commit 8f9daa2

Browse files
committed
KEP-1441: update sysadmin profile to remove CAP_SYS_ADMIN and add privileged
Signed-off-by: Francis Laniel <[email protected]>
1 parent 2d97fc0 commit 8f9daa2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

keps/sig-cli/1441-kubectl-debug/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -389,11 +389,11 @@ Probes and labels continue to be stripped from Pod copies.
389389

390390
#### Profile: sysadmin
391391

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 |
397397

398398
This profile offers elevated privileges for system debugging.
399399

0 commit comments

Comments
 (0)