Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport release-1.28] Reclaim GitHub Runner disk space #3575

Merged
merged 2 commits into from
Oct 12, 2023

Conversation

k0s-bot
Copy link

@k0s-bot k0s-bot commented Oct 11, 2023

Automated backport to release-1.28, triggered by a label in #3572.
See #3470.

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)
…est"

This reverts commit 6e16eb8.

Signed-off-by: Tom Wieczorek <[email protected]>
(cherry picked from commit 5660cff)
@k0s-bot k0s-bot requested a review from a team as a code owner October 11, 2023 13:54
@k0s-bot k0s-bot mentioned this pull request Oct 11, 2023
16 tasks
@twz123 twz123 added bug Something isn't working area/ci area/smoke-tests backport/release-1.27 PR that needs to be backported/cherrypicked to release-1.27 branch labels Oct 11, 2023
@twz123 twz123 enabled auto-merge October 11, 2023 15:05
@twz123 twz123 merged commit 806cb56 into release-1.28 Oct 12, 2023
75 checks passed
@twz123 twz123 deleted the backport-3572-to-release-1.28 branch October 12, 2023 09:34
@k0s-bot
Copy link
Author

k0s-bot commented Oct 12, 2023

Backport failed for release-1.27, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin release-1.27
git worktree add -d .worktree/backport-3575-to-release-1.27 origin/release-1.27
cd .worktree/backport-3575-to-release-1.27
git checkout -b backport-3575-to-release-1.27
ancref=$(git merge-base d71cc2f81e058e1301fdb033c4385ba403b922b9 a8bc05268bb3caa59c513b4f2a5cf28c8d419f10)
git cherry-pick -x $ancref..a8bc05268bb3caa59c513b4f2a5cf28c8d419f10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci area/smoke-tests backport/release-1.27 PR that needs to be backported/cherrypicked to release-1.27 branch bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants