Skip to content

Commit

Permalink
Enable evented pleg flag
Browse files Browse the repository at this point in the history
  • Loading branch information
sairameshv committed Jan 24, 2024
1 parent 4cdf627 commit 8b0fb6b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion config/v1/types_feature.go
Expand Up @@ -173,7 +173,7 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{
with(dynamicResourceAllocation).
with(gateGatewayAPI).
with(maxUnavailableStatefulSet).
without(eventedPleg).
with(eventedPleg).
with(sigstoreImageVerification).
with(gcpLabelsTags).
with(gcpClusterHostedDNS).
Expand Down Expand Up @@ -215,6 +215,7 @@ var defaultFeatures = &FeatureGateEnabledDisabled{
privateHostedZoneAWS,
buildCSIVolumes,
kmsv1,
eventedPleg,
},
Disabled: []FeatureGateDescription{
disableKubeletCloudCredentialProviders, // We do not currently ship the correct config to use the external credentials provider.
Expand Down
6 changes: 3 additions & 3 deletions payload-manifests/featuregates/featureGate-Default.yaml
Expand Up @@ -31,9 +31,6 @@
{
"name": "DynamicResourceAllocation"
},
{
"name": "EventedPLEG"
},
{
"name": "GCPClusterHostedDNS"
},
Expand Down Expand Up @@ -120,6 +117,9 @@
{
"name": "CloudDualStackNodeIPs"
},
{
"name": "EventedPLEG"
},
{
"name": "ExternalCloudProvider"
},
Expand Down
Expand Up @@ -33,9 +33,6 @@
{
"name": "DynamicResourceAllocation"
},
{
"name": "EventedPLEG"
},
{
"name": "GCPClusterHostedDNS"
},
Expand Down Expand Up @@ -122,6 +119,9 @@
{
"name": "CloudDualStackNodeIPs"
},
{
"name": "EventedPLEG"
},
{
"name": "ExternalCloudProvider"
},
Expand Down
Expand Up @@ -18,9 +18,6 @@
{
"name": "DisableKubeletCloudCredentialProviders"
},
{
"name": "EventedPLEG"
},
{
"name": "MachineAPIOperatorDisableMachineHealthCheckController"
}
Expand Down Expand Up @@ -53,6 +50,9 @@
{
"name": "DynamicResourceAllocation"
},
{
"name": "EventedPLEG"
},
{
"name": "ExternalCloudProvider"
},
Expand Down

0 comments on commit 8b0fb6b

Please sign in to comment.