Files
kubernetes/test/e2e_node
Ed Bartosh 38c56883f1 e2e: hugepages: delete test pod after the test
Current test assumes that test pod is deleted when the test
namespace is deleted. However, namespace deletion is an asynchronous
operation. The pod may still be running and allocating hugepages
resources when next test case creates another pod that requests
the same hugepages resources. This can cause kubelet to fail the test
pod with this kind of error:
  OutOfhugepages-2Mi: Node didn't have enough resource: hugepages-2Mi
  requested: 6291456, used: 6291456, capacity: 10485760

Explicitly deleting test pod should fix this issue.
2021-05-25 17:09:55 +03:00
..
2021-02-28 15:17:29 -08:00
2020-05-29 09:56:00 +08:00
2021-02-28 15:17:29 -08:00
2021-02-28 15:17:29 -08:00
2020-11-04 15:48:30 -08:00
2021-02-28 15:17:29 -08:00
2021-02-28 15:17:29 -08:00
2021-02-28 15:17:29 -08:00
2021-02-28 15:17:29 -08:00
2020-02-07 18:16:47 -08:00
2019-11-26 16:26:55 +08:00
2020-01-17 21:08:13 -05:00
2021-04-21 15:29:46 +08:00
2020-11-04 15:48:30 -08:00
2020-08-13 16:03:37 -04:00
2021-02-25 17:52:17 +08:00