-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Update containerd vendor #5956
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
Update containerd vendor #5956
Conversation
|
Hi @littlejawa. 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. |
|
@saschagrunert can you have a look? |
|
/ok-to-test |
|
@littlejawa, the code itself seems reasonable, but I really would like to have as much info as possible in the commit message describing why we need this change. You've done an amazing investigative work to figure out which commit, on containerd side, requires us to do such a change; and we'd be better having that as part of the commit message. WDYT? |
Sure, I will add that :-) |
687ad9b to
ff59068
Compare
|
updated the commit message. No code change |
|
Thank you for the PR! The vendor CI check seems to fail, please run |
Updating containerd to 1.6.4. Had to modify the way we call the Command() function from containerd: - use of the CommandConfig structure as parameter - use the actual binary name (no more converting to containerd binary naming pattern) This later change was needed as in Containerd 1.6, the validation of the given binary path is not done in Command() anymore - the path is used as is, allowing custom runtime paths. (see containerd/containerd@6870f3b1) Signed-off-by: Julien Ropé <[email protected]>
Signed-off-by: Julien Ropé <[email protected]>
ff59068 to
67c1810
Compare
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.
/lgtm
/release-note-none
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: littlejawa, 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 |
|
/release-note-none |
|
@littlejawa, could you add the following comment to the commit that's actually doing that? |
@fidencio - I did (I think?). The commit with this comment is updating containerd AND modifying runtim_vm.go to make it compatible with the new API. That what is described here. The other commit is cleanup, that remove the function that is no longer called (because of the change in the first commit). Am I missing something? Or should I rephrase it somehow? |
Oh, no, we're fine. I missed one bit here on my side. :-) |
|
LGTM! |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/test integration_crun |
1 similar comment
|
/test integration_crun |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
2 similar comments
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
@littlejawa: The following test failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/override ci/openshift-jenkins/integration_crun |
|
@saschagrunert: Overrode contexts on behalf of saschagrunert: ci/openshift-jenkins/integration_crun 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. |
What type of PR is this?
/kind dependency-change
What this PR does / why we need it:
Update containerd golang dependency
Which issue(s) this PR fixes:
None
Special notes for your reviewer:
This PR completes the work done on #5917
Does this PR introduce a user-facing change?
None