Skip to content

Commit 3e3f07a

Browse files
Merge pull request #1552 from atiratree/pdbUnhealthyPodEvictionPolicy.beta
[WRKLDS-707] remove PDBUnhealthyPodEvictionPolicy feature gate from TechPreviewNoUpgrade
2 parents fd420c2 + 09ea1a8 commit 3e3f07a

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

config/v1/feature_gates.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -143,16 +143,6 @@ var (
143143
OwningProduct: ocpSpecific,
144144
}
145145

146-
FeatureGatePDBUnhealthyPodEvictionPolicy = FeatureGateName("PDBUnhealthyPodEvictionPolicy")
147-
pdbUnhealthyPodEvictionPolicy = FeatureGateDescription{
148-
FeatureGateAttributes: FeatureGateAttributes{
149-
Name: FeatureGatePDBUnhealthyPodEvictionPolicy,
150-
},
151-
OwningJiraComponent: "apps",
152-
ResponsiblePerson: "atiratree",
153-
OwningProduct: kubernetes,
154-
}
155-
156146
FeatureGateDynamicResourceAllocation = FeatureGateName("DynamicResourceAllocation")
157147
dynamicResourceAllocation = FeatureGateDescription{
158148
FeatureGateAttributes: FeatureGateAttributes{

config/v1/types_feature.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{
171171
with(machineAPIProviderOpenStack).
172172
with(insightsConfigAPI).
173173
with(retroactiveDefaultStorageClass).
174-
with(pdbUnhealthyPodEvictionPolicy).
175174
with(dynamicResourceAllocation).
176175
with(admissionWebhookMatchConditions).
177176
with(azureWorkloadIdentity).

0 commit comments

Comments
 (0)