From c78ee00e96381f99cd3bdc6419cdc3b13a690fb0 Mon Sep 17 00:00:00 2001 From: Adarsh-verma-14 Date: Thu, 16 Jan 2025 00:00:13 +0530 Subject: [PATCH] add missing KEP link for AuthorizeNodeWithSelectors feature gate --- pkg/features/kube_features.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/features/kube_features.go b/pkg/features/kube_features.go index 35bbd8c2d1a..3b73571a7e8 100644 --- a/pkg/features/kube_features.go +++ b/pkg/features/kube_features.go @@ -68,7 +68,7 @@ const ( AppArmorFields featuregate.Feature = "AppArmorFields" // owner: @liggitt - // kep: + // kep: https://kep.k8s.io/4601 // // Make the Node authorizer use fine-grained selector authorization. // Requires AuthorizeWithSelectors to be enabled.