-
Notifications
You must be signed in to change notification settings - Fork 40.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vendor: bump runc to 1.1.6 #117241
vendor: bump runc to 1.1.6 #117241
Conversation
Signed-off-by: Peter Hunt <pehunt@redhat.com>
/sig node |
/triage accepted |
/lgtm |
LGTM label has been added. Git tree hash: 6640b3b19de2c3ba7d42036911a828df219159be
|
/cherry-pick release-1.27 |
// TODO: remove this hack. | ||
// This is kubelet making sure a slice exists (see | ||
// https://github.com/opencontainers/runc/pull/1124). | ||
return nil |
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.
is there an issue tracking this TODO? the linked issue is from 2016 and is closed... it's not clear what remaining work is needed in runc or in the kubelet
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.
@kolyshkin Did we have to update any kubelet calls to include the boolean here?
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.
There is no issue created; I am intending to look at it but hasn't yet. For now, nothing needs to be changed, as the old behavior is preserved for kubelet.
TL;DR: systemd driver was modified in opencontainers/runc#1124 to ignore UnitExists error, which is totally wrong (see opencontainers/runc#3780), but since kubelet relies on this behavior, runc 1.1.6 keeps it.
The TODO item needs to be addressed in kubelet first, when runc. There's no rush to do so.
/approve |
/lgtm |
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: haircommander, kolyshkin, liggitt The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
xref: #117647 |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
bumps runc to 1.1.6, which has a number of fixes, including cleaning up of the Misc controller and retrying systemd cgroup creation when the unit partially exists
Which issue(s) this PR fixes:
Fixes #112124
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: