Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for BestEffort (0.2 sec)

  1. cni/pkg/nodeagent/testdata/cgroupns/1/cgroup

    0::/system.slice/docker-8445c3ca20fac1d8e74854d84a7e6a57297ffb22809098b2816b31a428f2b777.scope/kubelet.slice/kubelet-kubepods.slice/kubelet-kubepods-besteffort.slice/kubelet-kubepods-besteffort-pod863b91d4_4b68_4efa_917f_4b560e3e86aa.slice/cri-containerd-75c7fe7ad0df679971e755bd97b84dd68a32e1eba8e8f99b01ab3c07196a3e4a.scope...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 26 20:34:28 UTC 2024
    - 326 bytes
    - Viewed (0)
  2. pkg/kubelet/cm/topologymanager/topology_manager_test.go

    			hp:       []HintProvider{},
    			expected: true,
    		},
    		{
    			name:     "QOSClass set as BestEffort. single-numa-node Policy. No Hints.",
    			qosClass: v1.PodQOSBestEffort,
    			policy:   singleNumaPolicy,
    			hp: []HintProvider{
    				&mockHintProvider{},
    			},
    			expected: true,
    		},
    		{
    			name:     "QOSClass set as BestEffort. Restricted Policy. No Hints.",
    			qosClass: v1.PodQOSBestEffort,
    			policy:   restrictedPolicy,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 11 13:04:32 UTC 2023
    - 13.8K bytes
    - Viewed (0)
  3. cni/pkg/nodeagent/podcgroupns_test.go

    			cgroupPaths: []string{
    				"/user.slice",
    				"/kubepods/pod2c48913c-b29f-11e7-9350-020968147796/9bca8d63d5fa610783847915bcff0ecac1273e5b4bed3f6fa1b07350e0135961",
    				"/kubepods/kubepods/besteffort/pod2c48913c-b29f-11e7-9350-020968147796/a55d9ac3b312d8a2627824b6d6dd8af66fbec439bf4e0ec22d6d9945ad337a38",
    			},
    			expectPodUID:      "",
    			expectContainerID: "",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 21:47:31 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  4. plugin/pkg/admission/resourcequota/admission_test.go

    							},
    						},
    					},
    				},
    			},
    			expErr: "",
    		},
    		{
    			description: "Two scopes,BestEffort and PriorityClassIN, in two LimitedResources. Only BestEffort scope matches pod. Pod admit fails because covering quota is missing for BestEffort scope",
    			testPod:     validPodWithPriority("allowed-pod", 1, getResourceRequirements(getResourceList("", ""), getResourceList("", "")), "fake-priority"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:28:42 UTC 2024
    - 84.1K bytes
    - Viewed (0)
  5. pkg/kubelet/cm/qos_container_manager_linux.go

    	}
    
    	// Create containers for both qos classes
    	for qosClass, containerName := range qosClasses {
    		resourceParameters := &ResourceConfig{}
    		// the BestEffort QoS class has a statically configured minShares value
    		if qosClass == v1.PodQOSBestEffort {
    			minShares := uint64(MinShares)
    			resourceParameters.CPUShares = &minShares
    		}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 20:42:59 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  6. pkg/kubelet/cm/container_manager_linux_test.go

    				}
    			}
    		})
    	}
    }
    
    func TestNewPodContainerManager(t *testing.T) {
    
    	info := QOSContainersInfo{
    		Guaranteed: CgroupName{"guaranteed"},
    		BestEffort: CgroupName{"besteffort"},
    		Burstable:  CgroupName{"burstable"},
    	}
    	QosEnabled := NodeConfig{
    		CgroupsPerQOS: true,
    	}
    	QosDisabled := NodeConfig{
    		CgroupsPerQOS: false,
    	}
    
    	cases := []struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  7. pkg/apis/core/v1/helper/qos/qos.go

    }
    
    // ComputePodQOS evaluates the list of containers to determine a pod's QoS class. This function is more
    // expensive than GetPodQOS which should be used for pods having a non-empty .Status.QOSClass.
    // A pod is besteffort if none of its containers have specified any requests or limits.
    // A pod is guaranteed only when requests and limits are specified for all the containers and they are equal.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 08 04:01:46 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  8. cni/pkg/nodeagent/podcgroupns.go

    	// - /kubepods.slice/kubepods-burstable.slice/kubepods-burstable-pod2c48913c-b29f-11e7-9350-020968147796.slice/docker-9bca8d63d5fa610783847915bcff0ecac1273e5b4bed3f6fa1b07350e0135961.scope
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 21:47:31 UTC 2024
    - 11K bytes
    - Viewed (0)
  9. pkg/apis/core/helper/qos/qos.go

    }
    
    // ComputePodQOS evaluates the list of containers to determine a pod's QoS class. This function is more
    // expensive than GetPodQOS which should be used for pods having a non-empty .Status.QOSClass.
    // A pod is besteffort if none of its containers have specified any requests or limits.
    // A pod is guaranteed only when requests and limits are specified for all the containers and they are equal.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 08 04:01:46 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  10. pkg/kubelet/cm/helpers_linux_test.go

    	guaranteedMemory := memoryQuantity.Value()
    	testCases := map[string]struct {
    		pod              *v1.Pod
    		expected         *ResourceConfig
    		enforceCPULimits bool
    		quotaPeriod      uint64 // in microseconds
    	}{
    		"besteffort": {
    			pod: &v1.Pod{
    				Spec: v1.PodSpec{
    					Containers: []v1.Container{
    						{
    							Resources: getResourceRequirements(getResourceList("", ""), getResourceList("", "")),
    						},
    					},
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 27.8K bytes
    - Viewed (0)
Back to top