mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 22:40:35 +00:00
This used to be an E2E test, but it turned out to be too slow and unreliable and therefore got removed. As an integration test we have a bit better control over the environment, so it should be possible to avoid the same flakes. Some of the slowness comes from pods entering backoff. Maybe this is an opportunity for future improvements. To support this tests, the ResourceClaim controller is needed. The framework can start it on demand now, similar to how the scheduler was handled already.