mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-21 18:30:27 +00:00
These tests were not performing evictions because: - Test pods were not on the test node (fixed with spec.nodeName) - The test pods are unmanaged and require the --force flag to be evicted (added the flag) - The test node does not run pods, which prevents pod deletion from finalizing (worked around with --skip-wait-for-delete-timeout)