Skip to content

Commit 621b913

Browse files
committed
TechPreview: enable DynamicResourceAllocation feature gate
1 parent ab002e9 commit 621b913

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)