shim: fix debug flag not working#6910
Conversation
|
Hi @wllenyj. 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. |
|
LGTM. Looks like it is plumbed through - just curious how did you test it? |
When I run contained with and without the |
|
Can you rebase on latest main commit to pick up a CI fix for Vagrant? |
59970d1 to
9bd5134
Compare
As we know, shim starts twice. The first time we execute the shim with the `start` arguments, the `-debug` argument is passed to the shim process correctly. But the second time we execute shim, the debug flag is ignored. Signed-off-by: wllenyj <[email protected]>
rebased. |
|
Opened backport to 1.6 here: #8288 |
As we know, shim starts twice. The first time we execute the shim with the
startarguments, the-debugargument is passed to the shimprocess correctly. But the second time we execute shim, the debug flag
is ignored.
Signed-off-by: wllenyj [email protected]