Skip to content

Commit 6913000

Browse files
Merge pull request #1411 from ingvagabund/enable-DynamicResourceAllocation-feature-gate-for-tech-preview
TechPreview: enable DynamicResourceAllocation feature gate
2 parents ab002e9 + 621b913 commit 6913000

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/v1/types_feature.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{
119119
with("MatchLabelKeysInPodTopologySpread"). // sig-scheduling, ingvagabund (#forum-workloads), Kubernetes feature gate
120120
with("RetroactiveDefaultStorageClass"). // sig-storage, RomanBednar, Kubernetes feature gate
121121
with("PDBUnhealthyPodEvictionPolicy"). // sig-apps, atiratree (#forum-workloads), Kubernetes feature gate
122+
with("DynamicResourceAllocation"). // sig-scheduling, jchaloup (#forum-workloads), Kubernetes feature gate
122123
toFeatures(),
123124
LatencySensitive: newDefaultFeatures().
124125
with(

0 commit comments

Comments
 (0)