From 2f2626ed7243f3c362c0317970c84347e7aaeccc Mon Sep 17 00:00:00 2001 From: Sai Ramesh Vanka Date: Thu, 25 May 2023 21:17:30 +0530 Subject: [PATCH] Add Evented Pleg as a Tech-Preview feature in the Openshift KEP Reference: https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/3386-kubelet-evented-pleg/README.md Enhancement PR: https://github.com/openshift/enhancements/pull/1368 Signed-off-by: Sai Ramesh Vanka --- config/v1/feature_gates.go | 10 ++++++++++ config/v1/types_feature.go | 1 + 2 files changed, 11 insertions(+) diff --git a/config/v1/feature_gates.go b/config/v1/feature_gates.go index 8d48cd8688b..d246b5be418 100644 --- a/config/v1/feature_gates.go +++ b/config/v1/feature_gates.go @@ -193,6 +193,16 @@ var ( OwningProduct: kubernetes, } + FeatureGateEventedPLEG = FeatureGateName("EventedPLEG") + eventedPleg = FeatureGateDescription{ + FeatureGateAttributes: FeatureGateAttributes{ + Name: FeatureGateEventedPLEG, + }, + OwningJiraComponent: "node", + ResponsiblePerson: "sairameshv", + OwningProduct: kubernetes, + } + FeatureGatePrivateHostedZoneAWS = FeatureGateName("PrivateHostedZoneAWS") privateHostedZoneAWS = FeatureGateDescription{ FeatureGateAttributes: FeatureGateAttributes{ diff --git a/config/v1/types_feature.go b/config/v1/types_feature.go index 488ed3e12fc..d9045a56b76 100644 --- a/config/v1/types_feature.go +++ b/config/v1/types_feature.go @@ -179,6 +179,7 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{ with(azureWorkloadIdentity). with(gateGatewayAPI). with(maxUnavailableStatefulSet). + with(eventedPleg). with(privateHostedZoneAWS). toFeatures(defaultFeatures), LatencySensitive: newDefaultFeatures().