Skip to content

Commit

Permalink
TechPreviewNoUpgrade: enable MaxUnavailableStatefulSet
Browse files Browse the repository at this point in the history
  • Loading branch information
ingvagabund committed May 21, 2023
1 parent f36cfb9 commit 5ae9b82
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 @@ -182,4 +182,14 @@ var (
ResponsiblePerson: "abutcher",
OwningProduct: ocpSpecific,
}

FeatureGateMaxUnavailableStatefulSet = FeatureGateName("MaxUnavailableStatefulSet")
maxUnavailableStatefulSet = FeatureGateDescription{
FeatureGateAttributes: FeatureGateAttributes{
Name: FeatureGateMaxUnavailableStatefulSet,
},
OwningJiraComponent: "apps",
ResponsiblePerson: "atiratree",
OwningProduct: kubernetes,
}
)
1 change: 1 addition & 0 deletions config/v1/types_feature.go
Expand Up @@ -178,6 +178,7 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{
with(admissionWebhookMatchConditions).
with(azureWorkloadIdentity).
with(gateGatewayAPI).
with(maxUnavailableStatefulSet).
toFeatures(defaultFeatures),
LatencySensitive: newDefaultFeatures().
toFeatures(defaultFeatures),
Expand Down

0 comments on commit 5ae9b82

Please sign in to comment.