Skip to content

Commit

Permalink
test/e2e: don't use invalid '0' CPU reservation.
Browse files Browse the repository at this point in the history
Don't use invalid 'cpu: 0' CPU reservation (the correct
syntax for picking an exact CPU would be 'cpu: cpuset:0).
Use the same 'CPU: 750m' as we use in the default config.
  • Loading branch information
klihub committed Jun 17, 2022
1 parent 39580d9 commit 352dfab
Showing 1 changed file with 3 additions and 1 deletion.
@@ -1,9 +1,11 @@
policy:
Active: topology-aware
ReservedResources:
cpu: 0
CPU: 750m
topology-aware:
ColocatePods: $(echo ${COLOCATE_PODS:-false})
ColocateNamespaces: $(echo ${COLOCATE_NAMESPACES:-false})
logger:
Debug: cri-resmgr,resource-manager,cache,policy
Klog:
skip_headers: true

0 comments on commit 352dfab

Please sign in to comment.