Merge pull request #113281 from ialidzhikov/seccomp-default-fg

Update the doc string of the SeccompDefault feature gate
This commit is contained in:
Kubernetes Prow Robot 2022-10-31 11:50:56 -07:00 committed by GitHub
commit 4a3bac5eae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -696,7 +696,9 @@ const (
RotateKubeletServerCertificate featuregate.Feature = "RotateKubeletServerCertificate" RotateKubeletServerCertificate featuregate.Feature = "RotateKubeletServerCertificate"
// owner: @saschagrunert // owner: @saschagrunert
// kep: https://kep.k8s.io/2413
// alpha: v1.22 // alpha: v1.22
// beta: v1.25
// //
// Enables the use of `RuntimeDefault` as the default seccomp profile for all workloads. // Enables the use of `RuntimeDefault` as the default seccomp profile for all workloads.
SeccompDefault featuregate.Feature = "SeccompDefault" SeccompDefault featuregate.Feature = "SeccompDefault"