Skip to content

Commit 087474d

Browse files
committed
2579: subresources
1 parent e657e28 commit 087474d

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

keps/sig-auth/2579-psp-replacement/README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -426,11 +426,18 @@ This means that an existing pod which is not valid according to the current
426426

427427
#### Other Pod Subresources
428428

429-
Aside from ephemeral containers, the policy is not checked for any other Pod subresources (status,
430-
bind, logs, exec, attach, port-forward).
429+
The policy is not checked for the following Pod subresources:
430+
- attach
431+
- binding
432+
- eviction
433+
- exec
434+
- log
435+
- portforward
436+
- proxy
437+
- status
431438

432439
Although annotations can be updated through the status subresource, the apparmor annotations are
433-
immutable and the seccomp annotations are deprecated and slated for removal in v1.23.
440+
immutable and the seccomp annotations are validated to match the `seccompProfile` field present in the pod spec.
434441

435442
### Pod Security Standards
436443

0 commit comments

Comments
 (0)