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

View File

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