-
Notifications
You must be signed in to change notification settings - Fork 349
fix incomplete host device for PrivilegedWithoutHostDevices #1455
Conversation
Hi @thbtcllt. 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. 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. |
This change is linked to kata-containers/documentation#637 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comment.
/ok-to-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
my bad on the first review... can you rebase please? I removed greetings from the test checklist. |
For a privilege pods with PrivilegedWithoutHostDevices set to true host device specified in the config are not provided (whereas it is done for non privilege pods or privilege pods with PrivilegedWithoutHostDevices set to false as all devices are included). Add them in this case. Fixes: 3353ab7 ("Add flag to overload default privileged host device behaviour") Signed-off-by: Thibaut Collet <thibaut.collet@6wind.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
For a privilege pods with PrivilegedWithoutHostDevices set to true
host device specified in the config are not provided (whereas it is done for
non privilege pods or privilege pods with PrivilegedWithoutHostDevices set
to false as all devices are included).
Add them in this case.
Fixes: 3353ab7 ("Add flag to overload default privileged host device behaviour")
Signed-off-by: Thibaut Collet thibaut.collet@6wind.com