image ID consistency test#2004
Conversation
092fbfd to
15586e8
Compare
|
this is OK to merge, we will need to follow up with more later once containerd is updated |
stlaz
left a comment
There was a problem hiding this comment.
I don't think we realized how flexible the CRI API was and that we can enforce what we intended for the PullImageResponse.image_id way, and so these changes LGTM.
| imageName := testImageWithTag | ||
|
|
||
| By("Pulling image: " + imageName) | ||
| imageRef := framework.PullPublicImage(ic, imageName, testImagePodSandbox) |
There was a problem hiding this comment.
nit: while the underlying implementation will only hardly change, it would make sense to show that the results come directly from the ic methods rather than from the framework wrappers.
There was a problem hiding this comment.
hm, I can add a comment. But I don't want to change how we write tests
|
We will have to document in k8s docs which versions of container runtimes are compatible with the feature, and how to onboard from an incompatible version to a compatible one. What is the plan with this new test - is it aiming for k8s 1.36.0 or will it be tagged for 1.35.x version, too? |
15586e8 to
798bbba
Compare
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: haircommander, SergeyKanzhelev, stlaz 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 |
What type of PR is this?
/kind cleanup
/kind feature
What this PR does / why we need it:
Confirming what is imlpemented out of kubernetes/kubernetes#137574
Special notes for your reviewer:
On containerd locally:
Does this PR introduce a user-facing change?