-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Integrate with CRI package and add CRI client to containerd client #2923
Conversation
Signed-off-by: Qiutong Song <songqt01@gmail.com>
Hi @qiutongs. Thanks for your PR. I'm waiting for a google 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. |
/ok-to-test |
Looks like CI is failing due to
We might need to exclude the directory |
Signed-off-by: Qiutong Song <songqt01@gmail.com>
As discussed, I changed to go module. |
/retest |
Looks like CI is failing, @qiutongs can you please take a look? Looks like you need to run
and there is also some lint errors in github actions jobs.
|
/retest |
Looks like there is still tidy issue,
For reference, make sure you're on go1.17:
|
Signed-off-by: Qiutong Song <songqt01@gmail.com>
fa892ea
to
aac46a6
Compare
/retest |
3 similar comments
/retest |
/retest |
/retest |
Signed-off-by: Qiutong Song songqt01@gmail.com
Overview
Integrating with CRI is ideal in cadvisor. It can get container status, pod metadata, filesystem metrics(#2872) in a more straightforward way. Today, there is a circular dependency issue blocking from integrating the cri module. So this PR is merged to a separate branch from master.
Testing