• k8s-merge-robot's avatar
    Merge pull request #27900 from derekwaynecarr/test_defaults_qos · 793b4fea
    k8s-merge-robot authored
    Automatic merge from submit-queue
    
    Add additional testing scenarios for compute resource requests=0
    
    I was asked about the qos tier of a pod that specified 
    
    `--requests=cpu=0,memory=0 --limits=cpu=100m,memory=1Gi`
    
    and in just investigating current behavior, realized we should have an explicit test case to ensure that 0 values are preserved in defaulting passes, and that this is still a burstable pod (but the lowest for that tier as it related to eviction)
    
    /cc @vishh 
    793b4fea
Name
Last commit
Last update
..
doc.go Loading commit data...
policy.go Loading commit data...
policy_test.go Loading commit data...
qos.go Loading commit data...
qos_test.go Loading commit data...
types.go Loading commit data...