Skip to content

Commit 5a7c1f3

Browse files
authored
Merge pull request kubernetes#4520 from tallclair/apparmor
KEP-24: AppArmor - add missing PRR section
2 parents 07a1d05 + 0fe808e commit 5a7c1f3

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

keps/sig-node/24-apparmor/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,12 @@ No
616616

617617
No
618618

619+
###### Can enabling / using this feature result in resource exhaustion of some node resources (PIDs, sockets, inodes, etc.)?
620+
621+
No. AppArmor profiles are managed outside of Kubernetes, and without this feature enabled the
622+
runtime default AppArmor profile is still enforced on non-privileged containers (for AppArmor
623+
enabled hosts).
624+
619625
### Troubleshooting
620626

621627
###### How does this feature react if the API server and/or etcd is unavailable?

keps/sig-node/24-apparmor/kep.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ creation-date: 2020-01-10
1515
reviewers:
1616
- "@liggitt"
1717
- "@pjbgf"
18-
- "@dchen1107"
18+
- "@sftim"
19+
- "@SergeyKanzhelev"
1920
approvers:
20-
- "@liggitt"
2121
- "@dchen1107"
2222
see-also:
2323
- "/keps/sig-node/135-seccomp/README.md"

0 commit comments

Comments
 (0)