-
Notifications
You must be signed in to change notification settings - Fork 584
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
🐛 [release-2.5] fix: self hosted e2e test caused by disk pressure. #5298
base: release-2.5
Are you sure you want to change the base?
🐛 [release-2.5] fix: self hosted e2e test caused by disk pressure. #5298
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
template: | ||
spec: | ||
rootVolume: | ||
size: 10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The unit for the root volume size is not specified. It should be clarified whether it is in GB, MB, or another unit.
size: 10 | |
size: 10Gi |
Copilot is powered by AI, so mistakes are possible. Review output carefully before use.
/test ? |
@richardcase: The following commands are available to trigger required jobs:
Use In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
7d3c671
to
7ea181e
Compare
Will rebase this when the cherry picks of #5300 have merged. |
The self hosted e2e was failing as the control plane node was encountering disk pressure. This caused CAPA to be evicted and the CAPA images on the original node where deleted to reclaim disk space. When CAPA moved back to the node the image couldn't be found. Signed-off-by: Richard Case <[email protected]>
7ea181e
to
759e715
Compare
/lgtm /hold Feel free to unhold once this is ready (tests needed?). |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: AndiDog The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/unhold |
@AndiDog it looks like your approve didn't stick, maybe because you weren't an approver on release-2.5 |
What type of PR is this?
/kind failing-test
What this PR does / why we need it:
The self hosted e2e was failing as the control plane node was encountering disk pressure. This caused CAPA to be evicted and the CAPA images on the original node where deleted to reclaim disk space. When CAPA moved back to the node the image couldn't be found.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
Checklist:
Release note: