CDI: Use CRI Config.CDIDevices field for CDI injection#8252
CDI: Use CRI Config.CDIDevices field for CDI injection#8252fuweid merged 1 commit intocontainerd:mainfrom
Conversation
|
Hi @bart0sh. 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. |
|
/assign @mikebrow @AkihiroSuda @fuweid |
|
/retest |
|
@bart0sh: Cannot trigger testing until a trusted user reviews the PR and leaves an 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. |
|
@mikebrow @AkihiroSuda @fuweid friendly ping: PTAL |
3bfdf7d to
033a647
Compare
20bee39 to
8e7e8aa
Compare
|
/lgtm |
|
/ok-to-test |
mikebrow
left a comment
There was a problem hiding this comment.
some requested small changes
8e7e8aa to
dab762b
Compare
Updated the code according to your comments. PTAL. |
b6fe714 to
8ef74d4
Compare
8ef74d4 to
1e43e36
Compare
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
1e43e36 to
cd16b31
Compare
|
@AkihiroSuda @fuweid friendly ping for a second review & possible approval. |
|
@AkihiroSuda @fuweid @mikebrow Can you point me out what's needed to merge this PR? |
|
@bart0sh Sorry for taking it so long. Merged. |
|
@fuweid Thank you! |
This PR updates CRI and makes use of new CRI fields Config.CDIDevices to perform CDI injection.
Previously CDI device names were passed through annotations.
We don't remove annotation support just yet as we want to maintain compatibility with Containerd versions that only support CDI annotations.