[DNM] kubelet/cm: don't set Devices#103163
[DNM] kubelet/cm: don't set Devices#103163kolyshkin wants to merge 1 commit intokubernetes:masterfrom
Conversation
Since runc 1.0.0 it is now sufficient to have SkipDevices: true. Signed-off-by: Kir Kolyshkin <[email protected]>
|
@kolyshkin: This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The 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. |
|
Hi @kolyshkin. Thanks for your PR. I'm waiting for a kubernetes 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. |
|
Draft/DNM until #102508 is merged /hold |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: kolyshkin The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Merging it back in #102508 |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Since runc 1.0.0 it is now sufficient to have SkipDevices: true, i.e.
setting "allow everything" device rule is no longer required
(and has no effect).
Which issue(s) this PR fixes:
none
Special notes for your reviewer:
This was originally part of #102508; now it's separate and thus depends on it.
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:
none