File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
keps/sig-node/135-seccomp Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ The current behavior lacks features to facilitate the maintenance of seccomp pro
220
220
Two examples being: 1) the lack of profile synchronization across nodes and 2) how difficult it can be to
221
221
identify that profiles have been changed on disk, after pods started using it.
222
222
However, given its current "pseudo-GA" state, we don't want to change it with this KEP. We will explore
223
- improvements to the behavior through the seccomp -operator and/or a new feature-gated improvement.
223
+ improvements to the behavior through the security-profiles -operator and/or a new feature-gated improvement.
224
224
225
225
###### Profile files managed by the cluster admins
226
226
The current support relies on profiles being saved as files in all cluster nodes where the pods using
@@ -231,7 +231,7 @@ Cluster admins can build their own solutions to keep profiles in sync across nod
231
231
[ using daemonsets] ( https://gardener.cloud/050-tutorials/content/howto/secure-seccomp/ ) ). Or use
232
232
community driven projects (e.g. [ seccomp config] ( https://github.com/UKHomeOffice/seccomp-config ) ,
233
233
[ openshift's machine config operator] ( https://github.com/openshift/machine-config-operator ) ,
234
- [ seccomp operator] ( https://github.com/saschagrunert/seccomp -operator ) ) that focuses on solving similar
234
+ [ security-profiles- operator] ( https://github.com/kubernetes-sigs/security-profiles -operator ) ) that focuses on solving similar
235
235
problems.
236
236
237
237
You can’t perform that action at this time.
0 commit comments