Skip to content

Commit

Permalink
Enable evented pleg feature to debug the e2e test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
sairameshv committed Jun 15, 2023
1 parent 2d36f53 commit 8bcd8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/v1/types_feature.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{
with(azureWorkloadIdentity).
with(gateGatewayAPI).
with(maxUnavailableStatefulSet).
without(eventedPleg).
with(privateHostedZoneAWS).
with(sigstoreImageVerification).
with(gcpLabelsTags).
Expand All @@ -195,6 +194,7 @@ var defaultFeatures = &FeatureGateEnabledDisabled{
openShiftPodSecurityAdmission,
alibabaPlatform, // This is a bug, it should be TechPreviewNoUpgrade. This must be downgraded before 4.14 is shipped.
cloudDualStackNodeIPs,
eventedPleg,
},
Disabled: []FeatureGateDescription{
retroactiveDefaultStorageClass,
Expand Down

0 comments on commit 8bcd8cd

Please sign in to comment.