[release/1.6] cherry-pick: ContainerStatus to return container resources#7410
Conversation
|
Hi @ruiwen-zhao. Thanks for your PR. I'm waiting for a containerd 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. |
Signed-off-by: ruiwen-zhao <[email protected]>
Signed-off-by: ruiwen-zhao <[email protected]>
7296ce1 to
ae85986
Compare
|
nod let's do the full cherry pick of v25 to have a supportable release baseline for the cri api |
|
/ok-to-test |
Signed-off-by: zounengren <[email protected]>
Signed-off-by: zounengren <[email protected]>
|
Since this a backport, not a blocking question, but why is |
Good point. I guess I just missed setting the grpc code here. I should have used Since this is a backport PR so I will not change the code here. I guess I can create another PR to update the code and maybe backport that as well? Update: Created #7417 |
As discussed in community meeting, this PR backports #6517 to release 1.6.
When cherry-picking commit Update CRI-API, I
go mod tidyandgo mod vendorunder root dir.go mod tidyunder integration/client/.Note that the cri-api version used in this PR is not a released version
k8s.io/cri-api v0.25.0-alpha.3.0.20220803042751-33bb7ae0d927. If this is not allowed in release branch, I will go cherry-pick #7287 in this PR as well.Two integration tests covering this change both pass: