Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GitHub runners provide 14GB of guaranteed available disk space, which is typically sufficient for running k0s's integration tests. However, when free space drops below 15%, Kubernetes initiates pod eviction, leaving only 5GB left on an 84GB disk until it kicks in. In response, streamline disk space usage and remove non-essential data. That's easier than globally overriding Kubernetes eviction defaults for all integration tests. Signed-off-by: Tom Wieczorek <[email protected]> (cherry picked from commit b057923) (cherry picked from commit 603e695) (cherry picked from commit be6211f)
- Loading branch information