[release/1.6] Backport LogURIGenerator fixes for Windows. (#7351 and #7569)#7632
[release/1.6] Backport LogURIGenerator fixes for Windows. (#7351 and #7569)#7632aznashwan wants to merge 2 commits intocontainerd:release/1.6from
Conversation
Checking / is not the right way to distinguish an absolute path in Windows. Fixes containerd#5786. Signed-off-by: Kazuyoshi Kato <[email protected]>
Signed-off-by: Nashwan Azhari <[email protected]>
|
Hi @aznashwan. 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. |
|
This was created following a misunderstanding on my end on which containerd tag Sorry for the confusion, closing now... |
#7351 is a minor but important fix to
cio.LogURIGeneratorwhich is needed to enable container logging innerdctlon Windows, while #7569 contains some fixes to unit tests for it.