Skip to content

Commit

Permalink
Remove generally available feature gate MinDomainsInPodTopologySpread
Browse files Browse the repository at this point in the history
  • Loading branch information
carlory committed Aug 22, 2024
1 parent 850bfd9 commit 624f739
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
11 changes: 0 additions & 11 deletions pkg/features/kube_features.go
Original file line number Diff line number Diff line change
Expand Up @@ -479,15 +479,6 @@ const (
// Enables kubelet to support memory QoS with cgroups v2.
MemoryQoS featuregate.Feature = "MemoryQoS"

// owner: @sanposhiho
// kep: https://kep.k8s.io/3022
// alpha: v1.24
// beta: v1.25
// GA: v1.30
//
// Enable MinDomains in Pod Topology Spread.
MinDomainsInPodTopologySpread featuregate.Feature = "MinDomainsInPodTopologySpread"

// owner: @aojea
// kep: https://kep.k8s.io/1880
// alpha: v1.27
Expand Down Expand Up @@ -1104,8 +1095,6 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS

MemoryQoS: {Default: false, PreRelease: featuregate.Alpha},

MinDomainsInPodTopologySpread: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.32

MultiCIDRServiceAllocator: {Default: false, PreRelease: featuregate.Beta},

NewVolumeManagerReconstruction: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.32
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -478,12 +478,6 @@
lockToDefault: false
preRelease: Alpha
version: ""
- name: MinDomainsInPodTopologySpread
versionedSpecs:
- default: true
lockToDefault: true
preRelease: GA
version: ""
- name: MultiCIDRServiceAllocator
versionedSpecs:
- default: false
Expand Down

0 comments on commit 624f739

Please sign in to comment.