Move runtimeoptions out of cri package#4963
Conversation
|
Hi @zhsj. 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. |
Since it's a standard set of runtime opts, and used in ctr as well, it could be moved out of cri. Signed-off-by: Shengjing Zhu <[email protected]>
|
Build succeeded.
|
estesp
left a comment
There was a problem hiding this comment.
LGTM; seems reasonable to have this non-specific to CRI
Since it's a standard set of runtime opts, and used in ctr as well,
it could be moved out of cri.