Skip to content

Commit

Permalink
address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
edibble21 committed Jan 24, 2025
1 parent 3bde741 commit 1cf83ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/test/environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ func NewEnvironment(options ...option.Function[EnvironmentOptions]) *Environment
// https://github.com/kubernetes/enhancements/issues/2249 for more info.
environment.ControlPlane.GetAPIServer().Configure().Set("feature-gates", "PodAffinityNamespaceSelector=true")
}
//MinDomains got promoted to stable in 1.32
if version.Minor() >= 24 && version.Minor() < 32 {
// MinDomainsInPodTopologySpread enforces a minimum number of eligible node domains for pod scheduling
// See https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/#spread-constraint-definition
Expand Down

0 comments on commit 1cf83ac

Please sign in to comment.