[release/1.6] update runc binary to 1.1.15#10795
[release/1.6] update runc binary to 1.1.15#10795k8s-infra-cherrypick-robot wants to merge 1 commit intocontainerd:release/1.6from
Conversation
diff: opencontainers/runc@v1.1.14...v1.1.15 Release notes: - The -ENOSYS seccomp stub is now always generated for the native architecture that runc is running on. This is needed to work around some arguably specification-incompliant behaviour from Docker on architectures such as ppc64le, where the allowed architecture list is set to null. This ensures that we always generate at least one -ENOSYS stub for the native architecture even with these weird configs. (containerd#4391) - On a system with older kernel, reading /proc/self/mountinfo may skip some entries, as a consequence runc may not properly set mount propagation, causing container mounts leak onto the host mount namespace. (containerd#2404, containerd#4425) - In order to fix performance issues in the "lightweight" bindfd protection against [CVE-2019-5736], the temporary ro bind-mount of /proc/self/exe has been removed. runc now creates a binary copy in all cases. (containerd#4392, containerd#2532) Signed-off-by: Samuel Karp <[email protected]>
|
Hi @k8s-infra-cherrypick-robot. 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. 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. |
|
/ok-to-test |
|
/test pull-containerd-node-e2e-1-6 |
|
/test pull-containerd-node-e2e-1-6 |
|
/retest |
|
@k8s-infra-cherrypick-robot: 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-sigs/prow repository. I understand the commands that are listed here. |
|
The node-e2e failure does not seem to be flaky, while reverting to runc 1.1.14, the node-e2e presubmit is passing. |
|
runc 1.1.15 contains opencontainers/runc#4392; I'm wondering if we're seeing failures in e2e because of that. There were notes in opencontainers/runc#3973 related to OOMs and 1.2.0-rcs use opencontainers/runc#3987 to mitigate this but that change is not present in 1.1.15. |
|
Also curious why we are seeing this only in 1.6 branch and not on the 1.7 releases. |
|
I can't tell from the log whether cgroup v1 or v2 is in use. |
|
It looks like the prow jobs for 1.7 and main are setting But the job for 1.6 does not set the same value. |
|
This is where the cgroup settings get applied to the cos machine. https://github.com/containerd/containerd/blob/release/1.6/test/e2e_node/gci-init.sh#L27 via this env file |
|
I don't see |
from the kubelet log, cgroupfs is being used |
|
Confirmed COS M117 defaults to cgroup v2.
Yep, this makes sense because of the absence of Kubelet log also says |
|
/test pull-containerd-node-e2e-1-6-systemd-cgroup |
|
reverted in main; closing and will update when the runc issue is solved |
This is an automated cherry-pick of #10787
/assign samuelkarp