-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Disable checkpoint image check as early as possible #6342
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
Disable checkpoint image check as early as possible #6342
Conversation
To see if the specified container image is a checkpoint image, each image is checked, if it is a checkpoint image during container create. If checkpoint support is not enabled in CRI-O return as early as possible from this check without even looking at the image. Signed-off-by: Adrian Reber <[email protected]>
|
Hi @adrianreber. Thanks for your PR. I'm waiting for a cri-o member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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/test-infra repository. |
|
Sorry to reopen this a second time, but GitHub did not accept my force pushed changes to this branch. Let's try it with a new PR. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #6342 +/- ##
==========================================
- Coverage 44.21% 44.06% -0.16%
==========================================
Files 122 122
Lines 13862 13864 +2
==========================================
- Hits 6129 6109 -20
- Misses 7061 7083 +22
Partials 672 672 |
saschagrunert
left a comment
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.
/ok-to-test
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adrianreber, saschagrunert The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest-required |
1 similar comment
|
/retest-required |
|
/retest |
|
/retest-required |
1 similar comment
|
/retest-required |
|
/override ci/prow/ci-critest |
|
@saschagrunert: Overrode contexts on behalf of saschagrunert: ci/prow/ci-critest, ci/prow/ci-integration DetailsIn 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/test-infra repository. |
|
/test ci-e2e-conmonrs |
What type of PR is this?
/kind other
What this PR does / why we need it:
To see if the specified container image is a checkpoint image, each image is checked, if it is a checkpoint image during container create. If checkpoint support is not enabled in CRI-O return as early as possible from this check without even looking at the image.
Which issue(s) this PR fixes:
None
Does this PR introduce a user-facing change?