-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
KIC rootless: drop fuse-overlayfs; bump kernel requirement to 5.11 #13828
Conversation
Can one of the admins verify this patch? |
minikube 1.23 (PR 12359) added fuse-overlayfs snapshotter for rootless Docker driver, but got broken in minikube 1.25 (issue 13534). We can drop fuse-overlayfs for kernel >= 5.11. Fix issue 13534 We may add back fuse-overlayfs later if there is a huge demand to support kernel < 5.11. That will require packing preloadable tarballs for fuse-overlayfs snapshotter. Signed-off-by: Akihiro Suda <[email protected]>
b49f304
to
7204b1d
Compare
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.
LGTM
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: AkihiroSuda, klaases The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
ok-to-build-image |
Normally minikube tries to support "LTS" releases, and most of those are using 5.10 (or 5.4) |
Hi @AkihiroSuda, we have updated your PR with the reference to newly built kicbase image. Pull the changes locally if you want to test with them or update your PR further. |
Rootless minikube does not work on 20.04 LTS by default in the first place because they do not use cgroup v2. Ubuntu 22.04 LTS is planned to be shipped with cgroup v2 by default and with kernel 5.15. |
/ok-to-test |
kvm2 driver with docker runtime
Times for minikube ingress: 26.0s 25.5s 27.0s 28.5s 29.6s Times for minikube start: 54.1s 52.9s 52.7s 52.9s 51.6s docker driver with docker runtime |
These are the flake rates of all failed tests.
Too many tests failed - See test logs for more details. To see the flake rates of all tests by environment, click here. |
minikube 1.23 (PR #12359) added fuse-overlayfs snapshotter for rootless Docker driver, but got broken in minikube 1.25 (issue #13534).
We can drop fuse-overlayfs for kernel >= 5.11.
Fixes #13534
We may add back fuse-overlayfs later if there is a huge demand to support kernel < 5.11.
That will require packing preloadable tarballs for fuse-overlayfs snapshotter.