-
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
Cannot start Minikube on Ubuntu using docker desktop vm #14402
Comments
Hi @AmanSarraf, thanks for reporting your issue with minikube. I see that you're restarting an existing instance, if you clean out the existing instance ( |
I tried |
when I try running the docker kicbase image aman@aman-HP-Laptop-15g-br0xx:~$ docker run docker.io/kicbase/stable:v0.0.32
+ userns=
+ grep -Eqv '0[[:space:]]+0[[:space:]]+4294967295' /proc/self/uid_map
+ validate_userns
+ [[ -z '' ]]
+ return
+ configure_containerd
+ local snapshotter=
+ [[ -n '' ]]
+ [[ -z '' ]]
++ stat -f -c %T /kind
+ '[[overlayfs' == zfs ']]'
/usr/local/bin/entrypoint: line 112: [[overlayfs: command not found
+ [[ -n '' ]]
+ configure_proxy
+ mkdir -p /etc/systemd/system.conf.d/
+ [[ ! -z '' ]]
+ cat
INFO: ensuring we can execute mount/umount even with userns-remap
+ fix_kmsg
+ [[ ! -e /dev/kmsg ]]
+ [[ -e /dev/console ]]
+ echo 'WARN: /dev/kmsg does not exist, nor does /dev/console!'
WARN: /dev/kmsg does not exist, nor does /dev/console!
+ fix_mount
+ echo 'INFO: ensuring we can execute mount/umount even with userns-remap'
++ which mount
++ which umount
+ chown root:root /usr/bin/mount /usr/bin/umount
++ which mount
++ which umount
+ chmod -s /usr/bin/mount /usr/bin/umount
INFO: remounting /sys read-only
+++ which mount
++ stat -f -c %T /usr/bin/mount
+ [[ overlayfs == \a\u\f\s ]]
+ echo 'INFO: remounting /sys read-only'
+ mount -o remount,ro /sys
mount: /sys: permission denied.
+ [[ -n '' ]]
+ exit 1 |
Same issue as #14202
|
Hi @AmanSarraf, since this is a duplicate of #14202 I'm going to close this issue to centralize discussion, feel free to ask any follow up questions in #14202, thanks! |
What Happened?
When I do minikube start
Although the Kicbase image is running fine
Attach the log file
The corresponding log file:
logs.txt
Operating System
Ubuntu
Driver
Docker
The text was updated successfully, but these errors were encountered: