ctr: fix label args used in NewContainer#6954
Conversation
Signed-off-by: Iceber Gu <[email protected]>
|
Hi @Iceber. 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. |
estesp
left a comment
There was a problem hiding this comment.
LGTM; good catch. We should backport this fix as well
The
ctr runandctr container createcommands use--labelto specify the labels, not--labels.# ctr containers create --help | grep label --label value specify additional labels (e.g. foo=bar)