Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for MinDomainsInPodTopologySpread (0.56 sec)

  1. pkg/features/kube_features.go

    	// 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
    	//
    	// Enables the dynamic configuration of Service IP ranges
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 22:51:23 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.30.md

    - Graduated support for `minDomains` in pod topology spread constraints, to general availability.
      The `MinDomainsInPodTopologySpread` feature gate no longer has any effect, and the field is
      always available within the Pod and PodTemplate APIs. ([#123481](https://github.com/kubernetes/kubernetes/pull/123481), [@sanposhiho](https://github.com/sanposhiho))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.27.md

    - `MinDomainsInPodTopologySpread` feature gate is enabled by default as a
      Beta feature in 1.27. ([#114445](https://github.com/kubernetes/kubernetes/pull/114445), [@mengjiao-liu](https://github.com/mengjiao-liu))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
Back to top