Add flag to allow oci.WithAllDevicesAllowed on PrivilegedWithoutHostDevices#5686
Add flag to allow oci.WithAllDevicesAllowed on PrivilegedWithoutHostDevices#5686kzys merged 1 commit intocontainerd:mainfrom
Conversation
|
Hi @dtnyn. 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. |
|
Build succeeded.
|
|
Build succeeded.
|
|
/ok-to-test |
|
Build succeeded.
|
|
Build succeeded.
|
|
/retest |
|
/retest doesn't re-run failed github actions it seems |
|
@dtnyn: The
Use DetailsIn response to this:
Instructions 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. |
|
/test all |
|
Build succeeded.
|
|
Build succeeded.
|
|
Build succeeded.
|
|
Build succeeded.
|
This commit adds a flag that enable all devices whitelisting when privileged_without_host_devices is already enabled. Fixes containerd#5679 Signed-off-by: Dat Nguyen <[email protected]>
|
Build succeeded.
|
|
/test pull-containerd-node-e2e |
mikebrow
left a comment
There was a problem hiding this comment.
LGTM
still a tricky topic.. might add a diagram later on..
|
This PR is effectively approved but never merged; is there any new thoughts/concerns on this method @mikebrow or @AkihiroSuda? If not, we should merge. |
|
Sorry to disturb, do we need to backport the pr to release/1.6 or release/1.5? @dtnyn @kzys @AkihiroSuda |
|
Usually we only backport bug fixes, not new features |
Got it, thanks a lot. |
This commit adds a flag that enable all devices whitelisting when privileged_without_host_devices is already enabled.
Fixes #5679
Signed-off-by: Dat Nguyen [email protected]