-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
update default runc to 1.1.5, add 1.1.6 and 1.1.7 #15358
Conversation
/test pull-kops-e2e-cni-cilium |
/test pull-kops-e2e-cni-cilium-etcd |
/test pull-kops-e2e-cni-kuberouter |
pkg/model/components/containerd.go
Outdated
@@ -49,7 +49,7 @@ func (b *ContainerdOptionsBuilder) BuildOptions(o interface{}) error { | |||
if b.IsKubernetesGTE("1.23") { | |||
containerd.Version = fi.PtrTo("1.6.20") | |||
containerd.Runc = &kops.Runc{ | |||
Version: fi.PtrTo("1.1.4"), | |||
Version: fi.PtrTo("1.1.7"), |
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.
@heybronson Could you try setting the default to 1.1.5?
I think there's something broken with the latest releases of runc. We should probably create an issue with https://github.com/opencontainers/runc.
Version: fi.PtrTo("1.1.7"), | |
Version: fi.PtrTo("1.1.5"), |
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.
Will do, thanks for the response!
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.
Let's wait until Friday to discuss the issue during office hours. It is pretty clear that it only affects GCE and I guess it's the CSI related tests.
#15322 (comment)
/test pull-kops-aws-distro-ubuntu2204 |
/retest |
This looks much better... |
/test pull-kops-e2e-cni-cilium-etcd |
/retest |
@heybronson: 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. 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. I understand the commands that are listed here. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hakman 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 |
Including runc 1.1.7 to resolve GPU issues described in NVIDIA/nvidia-docker#1671 (comment)
Setting default runc version to 1.1.5.