mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 04:54:54 +00:00
With OrderedNamespaceDeletion enabled by default, the namespace controller now deletes resources before deleting the namespace itself. At the same time, some existing tests create many resources. When those tests finish around the same time, the namespace controller can become overloaded. As a result, it may take longer to start deleting resources created by this test. Initially, this patch increased the test timeout to account for that delay. However, the test still flaked in 1 out of 10 jobs, which suggests increasing the timeouts isn't enough. Once the test was made serial, no flakes were observed.