pkg/kubelet/userns/inuserns: use moby/sys/userns#128237
pkg/kubelet/userns/inuserns: use moby/sys/userns#128237k8s-ci-robot merged 2 commits intokubernetes:masterfrom
Conversation
|
Adding the "do-not-merge/release-note-label-needed" label and removing any existing "release-note-none" label because there is a "kind/deprecation" label on the PR. 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-sigs/prow repository. |
|
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-sigs/prow repository. |
|
/release-note-none |
|
@dims: you can not set the release note label to "release-note-none" because the PR has the label "kind/deprecation". 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-sigs/prow repository. |
|
@kolyshkin looks like one folder wasn't added to the PR |
|
/release-note-none |
The code from github.com/opencontainers/runc/libcontainer/userns package was moved into github.com/moby/sys/user and github.com/moby/sys/userns (see [1]), and the runc package is now deprecated in favor of moby/sys (see [2]). In addition, moby/sys/userns now has a non-Linux implementation, so pkg/kubelet/user/userns package (introduced in commit 2e999ff to make a non-Linux implementation) is not really needed anymore. Let's switch to moby/sys/userns, and remove the package. [1]: https://github.com/moby/sys/releases/tag/userns%2Fv0.1.0 [2]: opencontainers/runc#4350 Signed-off-by: Kir Kolyshkin <[email protected]>
|
As expected adding one dependency |
This package was moved out from runc/libcontainer and it will be made deprecated. Signed-off-by: Kir Kolyshkin <[email protected]>
|
/approve straight forward replace |
|
LGTM label has been added. DetailsGit tree hash: 7c2dd8a666cd3c91c39b9e0b51e33a22e98e4bfb |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: AkihiroSuda, dims, kolyshkin, mrunalp The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The code from github.com/opencontainers/runc/libcontainer/userns package was moved into github.com/moby/sys/user and github.com/moby/sys/userns (see 1), and the runc package is now deprecated in favor of moby/sys (see 2).
Let's switch to moby/sys/userns.
What type of PR is this?
/kind deprecation
What this PR does / why we need it:
Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: