Skip to content

Commit

Permalink
Add evented pleg as a tech preview feature in OCP
Browse files Browse the repository at this point in the history
Signed-off-by: Sai Ramesh Vanka <svanka@redhat.com>
  • Loading branch information
sairameshv committed May 24, 2023
1 parent 40bdeef commit adcc1b2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/v1/feature_gates.go
Expand Up @@ -202,4 +202,14 @@ var (
ResponsiblePerson: "miciah",
OwningProduct: ocpSpecific,
}

FeatureGateEventedPLEG = FeatureGateName("EventedPLEG")
eventedPleg = FeatureGateDescription{
FeatureGateAttributes: FeatureGateAttributes{
Name: FeatureGateEventedPLEG,
},
OwningJiraComponent: "node",
ResponsiblePerson: "sairameshv",
OwningProduct: kubernetes,
}
)
1 change: 1 addition & 0 deletions config/v1/types_feature.go
Expand Up @@ -180,6 +180,7 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{
with(gateGatewayAPI).
with(maxUnavailableStatefulSet).
with(privateHostedZoneAWS).
with(eventedPleg).
toFeatures(defaultFeatures),
LatencySensitive: newDefaultFeatures().
toFeatures(defaultFeatures),
Expand Down

0 comments on commit adcc1b2

Please sign in to comment.