Update the doc string of the SeccompDefault feature gate

This commit is contained in:
ialidzhikov 2022-10-23 17:05:46 +03:00
parent 641197dc95
commit f06b29f86b

View File

@ -689,7 +689,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"