mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-12 13:18:51 +00:00
With the memory manager static policy: - start multiple guaranteed pods and verify that pods succeeded to start - start workload pod on each NUMA node to load the memory and start the pod that requested more memory than each NUMA node have, the pod should fail to start with the admission error, because no single NUMA node has enough memory to start the pod and also each NUMA node already used for single NUMA node allocation The test requires at least two NUMA nodes Signed-off-by: Artyom Lukianov <alukiano@redhat.com>