Skip to content

Commit 598a418

Browse files
SergeyKanzhelevTim Bannister
andauthored
Update content/en/docs/reference/node/kubelet-files.md
Co-authored-by: Tim Bannister <[email protected]>
1 parent afbee97 commit 598a418

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

content/en/docs/reference/node/kubelet-files.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,17 @@ The types of plugins that can place socket files into that directory are:
141141

142142
(typically `/var/lib/kubelet/plugins_registry`).
143143

144-
## Seccomp
144+
## Security profiles & configuration
145145

146-
Seccomp profile files referenced from Pods should be placed in `/docs/reference/node/seccomp/`.
147-
See [seccomp documentation](/docs/reference/node/seccomp/) for details.
146+
### Seccomp
148147

149-
Note, apparmor profiles are being loaded via operating system rather then referenced by the path.
150-
See [apparmor documentation](https://kubernetes.io/docs/tutorials/security/apparmor/#specifying-apparmor-confinement).
148+
Seccomp profile files referenced from Pods should be placed in `/var/lib/kubelet/seccomp`.
149+
See the [seccomp reference](/docs/reference/node/seccomp/) for details.
150+
151+
### AppArmor
152+
153+
The kubelet does not load or refer to AppArmor profiles by a Kubernetes-specific path.
154+
AppArmor profiles are loaded via the node operating system rather then referenced by their path.
151155

152156
## Locking
153157

0 commit comments

Comments
 (0)