-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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/1.6] cherry-pick: ContainerStatus to return container resources #7410
[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. 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. |
Signed-off-by: ruiwen-zhao <ruiwen@google.com>
Signed-off-by: ruiwen-zhao <ruiwen@google.com>
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 <zouyee1989@gmail.com>
Signed-off-by: zounengren <zouyee1989@gmail.com>
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
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 tidy
andgo mod vendor
under root dir.go mod tidy
under 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: