-
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
Custom ISO: RT_DOCKER_RESTART error on locally built ISO #19322
Comments
your logs show that the docker.server file is not there
you could ssh to the minikube using "minikbue ssh" good luck figuring it out, if that kernel module is something that many users need you could try to make a PR to have it added to minkube you co do a |
I haven't been able to ssh into the minikube because it didn't start properly.
We need the OVS kernel module for what I'm working on. The same build process worked just fine for minikube v1.31.2 but does not work for v1.33.1. I'm working on trying to run the image directly with qemu so I can inspect it some more |
So I managed to SSH into the vm that minikube set up using the raw ssh command from the minikube logs. It looks like the
|
willgarrett610 |
Output of
Looking at the logs with
|
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
What Happened?
I need to build the minikube ISO file locally so I can add a kernel module. The build looks like it runs just fine and it generates the ISO for me.
When I run minikube with that ISO I get the following error:
The command I'm using is:
It does start and work fine when running without the
--iso-url=file...
flagThis is without adding any modules, just checking out v1.33.1 and running
IN_DOCKER=1 make out/minikube-aarch64.iso
I run the ISO build in a podman container which I can provide information about if needed.
Attach the log file
logs.txt
Operating System
macOS (Default)
Driver
QEMU
The text was updated successfully, but these errors were encountered: