-
Notifications
You must be signed in to change notification settings - Fork 5.1k
ISO: bump to containerd 2 #21368
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
ISO: bump to containerd 2 #21368
Conversation
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: ComradeProgrammer
The full list of commands accepted by this bot can be found here.
The pull request process is described here
(削除) OWNERS (削除ここまで)[ComradeProgrammer]
Approvers can indicate their approval by writing /approve
in a comment
Approvers can cancel approval by writing /approve cancel
in a comment
/ok-to-build-iso
/ok-to-test
This comment has been minimized.
This comment has been minimized.
https://storage.googleapis.com/minikube-builds/logs/21368/040d05d/iso_build.txt
ISO PR push failure was caused by insufficient disk
/ok-to-build-iso
2 similar comments
/ok-to-build-iso
/ok-to-build-iso
@ComradeProgrammer I see the last log for the ISO
19:56:10 29450K .......... .......... .......... .......... .......... 99% 149M 0s
19:56:10 29500K .......... .......... .......... .......... .......... 99% 144M 0s
19:56:10 29550K .......... .......... .......... .......... .......... 99% 130M 0s
19:56:10 29600K .......... .......... .......... .......... .......... 99% 151M 0s
19:56:10 29650K .......... .......... .......... .......... .......... 99% 141M 0s
19:56:10 29700K .......... .......... .......... .......... .......... 99% 154M 0s
19:56:10 29750K .......... .......... .......... .......... ..... 100% 128M=0.3s
19:56:10
19:56:10 2025年08月21日 02:56:10 (109 MB/s) - ‘/home/jenkins/workspace/iso-pr-build/out/buildroot/output-x86_64/build/.containerd-2.1.4-linux-arm64.tar.gz.XaAKiu/output’ saved [30510599/30510599]
19:56:10
19:56:10 ERROR: No hash found for containerd-2.1.4-linux-arm64.tar.gz
19:56:10 make[2]: *** [package/pkg-generic.mk:179: /home/jenkins/workspace/iso-pr-build/out/buildroot/output-x86_64/build/containerd-bin-2.1.4/.stamp_downloaded] Error 1
19:56:10 make[1]: *** [Makefile:83: _all] Error 2
19:56:10 make[1]: Leaving directory '/home/jenkins/workspace/iso-pr-build/out/buildroot'
/ok-to-build-iso
This comment has been minimized.
This comment has been minimized.
Hi @ComradeProgrammer, we have updated your PR with the reference to newly built ISO. Pull the changes locally if you want to test with them or update your PR further.
PR needs rebase.
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-sigs/prow repository.
minikube-pr-bot
commented
Aug 25, 2025
kvm2 driver with docker runtime
┌────────────────┬──────────┬────────────────────────┐
│ COMMAND │ MINIKUBE │ MINIKUBE ( PR 21368 ) │
├────────────────┼──────────┼────────────────────────┤
│ minikube start │ 47.4s │ 49.7s │
│ enable ingress │ 14.9s │ 14.8s │
└────────────────┴──────────┴────────────────────────┘
Times for minikube ingress: 14.5s 14.4s 15.5s 14.9s 15.5s
Times for minikube (PR 21368) ingress: 14.9s 15.0s 14.5s 15.0s 14.6s
Times for minikube start: 48.9s 46.1s 47.8s 46.6s 47.8s
Times for minikube (PR 21368) start: 50.1s 48.0s 47.8s 49.6s 52.9s
docker driver with docker runtime
┌────────────────┬──────────┬────────────────────────┐
│ COMMAND │ MINIKUBE │ MINIKUBE ( PR 21368 ) │
├────────────────┼──────────┼────────────────────────┤
│ minikube start │ 23.2s │ 24.0s │
│ enable ingress │ 13.3s │ 13.3s │
└────────────────┴──────────┴────────────────────────┘
Times for minikube ingress: 13.3s 13.8s 13.8s 13.3s 12.3s
Times for minikube (PR 21368) ingress: 13.8s 13.3s 12.8s 13.8s 12.8s
Times for minikube start: 22.7s 23.4s 24.6s 22.6s 22.9s
Times for minikube (PR 21368) start: 25.0s 24.6s 23.2s 25.6s 21.3s
docker driver with containerd runtime
┌────────────────┬──────────┬────────────────────────┐
│ COMMAND │ MINIKUBE │ MINIKUBE ( PR 21368 ) │
├────────────────┼──────────┼────────────────────────┤
│ minikube start │ 22.7s │ 22.2s │
│ enable ingress │ 26.3s │ 22.8s │
└────────────────┴──────────┴────────────────────────┘
Times for minikube start: 23.8s 23.2s 22.7s 22.2s 21.6s
Times for minikube (PR 21368) start: 20.5s 22.4s 22.5s 22.8s 22.8s
Times for minikube ingress: 23.8s 22.8s 22.8s 39.2s 22.8s
Times for minikube (PR 21368) ingress: 22.8s 22.8s 22.8s 22.8s 22.8s
@ComradeProgrammer: The following tests 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-sigs/prow repository. I understand the commands that are listed here. |
ISO: bump to containerd 2
FIX #20497
CLOSE #20485