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