Skip to content

Commit 4593821

Browse files
authored
Merge pull request kubernetes#2084 from saschagrunert/seccomp-operator-rename
Rename seccomp-operator to security-profiles-operator
2 parents acf7664 + 7637120 commit 4593821

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
@@ -218,7 +218,7 @@ The current behavior lacks features to facilitate the maintenance of seccomp pro
218218
Two examples being: 1) the lack of profile synchronization across nodes and 2) how difficult it can be to
219219
identify that profiles have been changed on disk, after pods started using it.
220220
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.
222222

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

235235

0 commit comments

Comments
 (0)