-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Upgrade containerd to 1.4-beta.0 #1599
Upgrade containerd to 1.4-beta.0 #1599
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BenTheElder 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 |
/retest |
/lgtm |
@@ -23,7 +23,7 @@ FROM ubuntu:20.04 | |||
|
|||
# Configure containerd and runc binaries from kind-ci/containerd-nightlies repository | |||
# The repository contains latest stable releases and nightlies built for multiple architectures | |||
ARG CONTAINERD_VERSION="v1.3.3-14-g449e9269" | |||
ARG CONTAINERD_VERSION="v1.4.0-beta.0-2-g6312b52d" |
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.
we can avoid installing socat
, no?
Do you need me to test this out? Or were you able to reproduce? |
I've not tested yet, it'd be great if you could. |
/retest |
/retest |
still looks like the known CI / e2e test issues (kubectl attach, general poor performance doing e.g, builds |
one of the test cases is blocked on kubernetes/kubernetes#91045 :/ |
/retest |
1 similar comment
/retest |
/test all |
1 similar comment
/test all |
1.18 needs kubernetes/kubernetes#91045 |
@BenTheElder: The specified target(s) for
Use In 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. |
/test pull-kind-e2e-kubernetes |
/retest |
I tried running locally but ran into
I don't see this at HEAD |
🤕 #61 |
I see, so if I am reading that correctly its just a warning not an error? In that case here is the full error logs - the cluster doesn't get created
|
can you export the logs, I don't see anything relevant in the snippet 🤔 |
seems containerd is not able to run the containers
do you have cgroupsv2 instead v1? |
I think that means I have cgroup2 - let me know if there is a better command |
Kubernetes doesn't currently support cgroupsv2, when it does I'm not sure
how quickly we'll be able to.
Unfortunately this is a kernel boot option.
…On Thu, May 21, 2020, 09:14 John Howard ***@***.***> wrote:
$ grep cgroup /proc/filesystems
nodev cgroup
nodev cgroup2
I think that means I have cgroup2 - let me know if there is a better
command
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1599 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHADKYP4LZJLZUGHFSP633RSVHODANCNFSM4NBLBUSA>
.
|
/retest |
/hold cancel |
includes potential fix for #1560