Add copts.defaultRuntime to NewWithConn() when it is specify the ops.#9703
Add copts.defaultRuntime to NewWithConn() when it is specify the ops.#9703yanggangtony wants to merge 1 commit intocontainerd:mainfrom
Conversation
|
Hi @yanggangtony. 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: yanggang <[email protected]>
5a64a0b to
889b356
Compare
|
Hey, friendly ping . |
/kind cleanup
/kind bug
We should not omit the
copts.defaultRuntimewhen it is actually passd in from the Outer of Methodfunc NewWithConn(Demo code:
If before conn has set the runtime , when use the containerd.NewWithConn() , will drop the before runtime set , and use default set .