Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for AffinityTerms (0.37 sec)

  1. pkg/scheduler/framework/plugins/interpodaffinity/filtering_test.go

    				framework.Unschedulable,
    				ErrReasonAntiAffinityRulesNotMatch,
    			),
    		},
    		{
    			name: "PodAntiAffinity symmetry check a1: incoming pod and existing pod partially match each other on AffinityTerms",
    			pod: st.MakePod().Namespace(defaultNamespace).Labels(podLabel).
    				PodAntiAffinityExists("service", "zone", st.PodAntiAffinityWithRequiredReq).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 01 10:24:54 UTC 2023
    - 58.2K bytes
    - Viewed (0)
  2. pkg/api/pod/util.go

    	for i := range terms {
    		terms[i].MatchLabelKeys = nil
    		terms[i].MismatchLabelKeys = nil
    	}
    }
    
    // matchLabelKeysFieldInPodAffinityInUse returns true if given affinityTerms have MatchLabelKeys field set.
    func matchLabelKeysFieldInPodAffinityInUse(podSpec *api.PodSpec) bool {
    	if podSpec == nil || podSpec.Affinity == nil {
    		return false
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 41.3K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.12.md

    * Fix PodAntiAffinity issues in case of multiple affinityTerms. ([#68173](https://github.com/kubernetes/kubernetes/pull/68173), [@Huang-Wei](https://github.com/Huang-Wei))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
Back to top