From f06b29f86b8fbe6acb9824f8f343c98583c707d2 Mon Sep 17 00:00:00 2001 From: ialidzhikov Date: Sun, 23 Oct 2022 17:05:46 +0300 Subject: [PATCH] Update the doc string of the SeccompDefault feature gate --- pkg/features/kube_features.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/features/kube_features.go b/pkg/features/kube_features.go index 4ea2e123dda..5a59978da12 100644 --- a/pkg/features/kube_features.go +++ b/pkg/features/kube_features.go @@ -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"