Skip to content

Commit

Permalink
e2e: hack: add memory manager config
Browse files Browse the repository at this point in the history
Complete the kubelet configuration with the memory manager
parameters; makes the config more correct and should also
let the deployer validation pass.

Signed-off-by: Francesco Romani <[email protected]>
  • Loading branch information
ffromani committed Feb 13, 2022
1 parent 1e549a9 commit 5552607
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions hack/kind-config-e2e-positive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ kubeadmConfigPatches:
cpuManagerPolicy: "static"
topologyManagerPolicy: "single-numa-node"
reservedSystemCPUs: "0"
memoryManagerPolicy: "Static"
evictionHard:
memory.available: "100Mi"
kubeReserved:
memory: "256Mi"
reservedMemory:
- numaNode: 0
limits:
memory: "612Mi"
systemReserved:
memory: "256Mi"
featureGates:
KubeletPodResourcesGetAllocatable: true
nodes:
Expand Down

0 comments on commit 5552607

Please sign in to comment.