diff --git a/pkg/features/kube_features.go b/pkg/features/kube_features.go index c2190fd2193..171192eb34b 100644 --- a/pkg/features/kube_features.go +++ b/pkg/features/kube_features.go @@ -610,7 +610,7 @@ const ( // kep: https://kep.k8s.io/4017 // beta: v1.28 // - // Set pod completion index as a pod label for Indexed Jobs and StatefulSets. + // Set pod completion index as a pod label for Indexed Jobs. PodIndexLabel featuregate.Feature = "PodIndexLabel" // owner: @ddebroy