Skip to content

Commit 7637120

Browse files
committed
Rename seccomp-operator to security-profiles-operator
Signed-off-by: Sascha Grunert <[email protected]>
1 parent 8c0c24e commit 7637120

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

keps/sig-node/135-seccomp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ The current behavior lacks features to facilitate the maintenance of seccomp pro
220220
Two examples being: 1) the lack of profile synchronization across nodes and 2) how difficult it can be to
221221
identify that profiles have been changed on disk, after pods started using it.
222222
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.
224224

225225
###### Profile files managed by the cluster admins
226226
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
231231
[using daemonsets](https://gardener.cloud/050-tutorials/content/howto/secure-seccomp/)). Or use
232232
community driven projects (e.g. [seccomp config](https://github.com/UKHomeOffice/seccomp-config),
233233
[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
235235
problems.
236236

237237

0 commit comments

Comments
 (0)