[1.21] vendor: bump runc to 1.0.0#103392
[1.21] vendor: bump runc to 1.0.0#103392kolyshkin wants to merge 2 commits intokubernetes:release-1.21from
Conversation
|
@kolyshkin: This cherry pick PR is for a release branch and has not yet been approved by Release Managers. To merge this cherry pick, it must first be approved ( AFTER it has been approved by code owners, please ping the kubernetes/release-managers team in a comment to request a cherry pick review. (For details on the patch release process and schedule, see the Patch Releases page.) 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. |
|
@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. |
|
[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 |
|
the new version of proto libraries brought deprecations with them (see https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/103392/pull-kubernetes-verify/1410422073385291776) see fix in master in ff2c614 |
|
lgtm once CI is clean |
|
is there a CI job demonstrating #102676 we can see turn green with this? |
|
/test pull-kubernetes-verify |
Alas I don't know how to reproduce this. It should happen when kubelet decides to create a pod cgroup twice (IOW create a pod cgroup which already exists), but I don't know kubernetes enough to pinpoint in which exact scenario it's doing this (it might be something like create two containers in a pod, remove one, then create one -- but I'm not sure). There may be no test case that does exactly that. It was a clear regression in runc and a clear fix, so I'm 99% sure it fixes the issue #102676. |
|
/remove-sig api-machinery |
(cherry picked from commit ff2c614) [kolyshkin: run ./hack/update-vendor.sh] Signed-off-by: Kir Kolyshkin <[email protected]>
Signed-off-by: Kir Kolyshkin <[email protected]>
Fixed. |
|
@kolyshkin: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your 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/test-infra repository. I understand the commands that are listed here. |
|
/hold until #102508 (comment) kubernetes/kops#11911 is understood so we know we're not backporting a worse regression than the one this is fixing |
|
/remove-sig api-machinery |
|
Upstream PR was reverted in #103483. This should not be cherry-picked since it introduces an even worse regression.. /close |
|
@odinuge: Closed this PR. 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. |
What type of PR is this?
/kind bug
What this PR does / why we need it:
Bumping runc dependency to 1.0.0, fixing a few issues.
This is a backport of #102508 to release-1.21 branch.
Which issue(s) this PR fixes:
Fixes: #102676
Special notes for your reviewer:
I am not backporting the second commit from PR #102508 as it's not important (a cleanup).
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:
n/a