diff --git a/test/e2e/policies.test-suite/balloons/balloons-configmap.yaml.in b/test/e2e/policies.test-suite/balloons/balloons-configmap.yaml.in index ff9c927cf..68237032a 100644 --- a/test/e2e/policies.test-suite/balloons/balloons-configmap.yaml.in +++ b/test/e2e/policies.test-suite/balloons/balloons-configmap.yaml.in @@ -24,7 +24,7 @@ data: - Name: btype0 MinCPUs: ${BTYPE0_MINCPUS:-2} MaxCPUs: ${BTYPE0_MAXCPUS:-2} - AllocationPriority: ${BTYPE0_ALLOCATIONPRIORITY:-0} + AllocatorPriority: ${BTYPE0_ALLOCATIONPRIORITY:-0} CPUClass: ${BTYPE0_CPUCLASS:-classA} PreferNewBalloons: ${BTYPE0_PREFERNEWBALLOONS:-true} PreferSpreadingPods: ${BTYPE0_PREFERSPREADINGPODS:-false} diff --git a/test/e2e/policies.test-suite/balloons/n4c16/test08-numa/balloons-numa.cfg b/test/e2e/policies.test-suite/balloons/n4c16/test08-numa/balloons-numa.cfg index 4a8cf6b03..80d61534c 100644 --- a/test/e2e/policies.test-suite/balloons/n4c16/test08-numa/balloons-numa.cfg +++ b/test/e2e/policies.test-suite/balloons/n4c16/test08-numa/balloons-numa.cfg @@ -17,7 +17,7 @@ policy: # Prevent a balloon to be inflated larger than a NUMA node MinCPUs: 0 MaxCPUs: 4 - AllocationPriority: 0 + AllocatorPriority: 0 PreferNewBalloons: false instrumentation: HTTPEndpoint: ":8891" diff --git a/test/e2e/policies.test-suite/balloons/nri-resource-policy.cfg b/test/e2e/policies.test-suite/balloons/nri-resource-policy.cfg index 7fa1cb8e1..6d9f0c573 100644 --- a/test/e2e/policies.test-suite/balloons/nri-resource-policy.cfg +++ b/test/e2e/policies.test-suite/balloons/nri-resource-policy.cfg @@ -17,7 +17,7 @@ policy: - Name: two-cpu MinCPUs: 2 MaxCPUs: 2 - AllocationPriority: 0 + AllocatorPriority: 0 CPUClass: class2 PreferNewBalloons: true