-
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
minikube start --driver=docker failed on raspberry pi 4 #14655
Comments
/kind support |
Something seems wrong with the |
Yes it seems to, I changed the default path of docker root directory as you can see. Part of dirs are owned by root and other parts owned by regular user (since, i think, i added pi user to docker group).
Maybe user and rights are not correct for minikube ? |
I don't think it is the ownership as such, it looks more like you mounted it
What was the reason for moving away from |
Correct. Thanks for help |
Yes, that was the reason. |
There was a backlog item of adding more helpful instructions for the Raspberry Pi. When running with arm64 and 4 GiB of RAM, I don't think there's that much left ? https://www.raspberrypi.com/software/operating-systems/#raspberry-pi-os-64-bit |
Hi @f0xMccloud, was your question resolved? Is it okay if I close this issue? |
Hi @spowelljr , yes it is. Sorry I completely forget to close it. |
What Happened?
minikube start --driver=docker failed with multiple errors:
command error: command : sudo hostname minikube && echo "minikube" | sudo tee /etc/hostname err : Process exited with status 1 output : sudo: effective uid is not 0, is /usr/bin/sudo on a file system with the 'nosuid' option set or an NFS file system without root privileges?
docker version:
` Client: Docker Engine - Community
Version: 20.10.17
API version: 1.41
Go version: go1.17.11
Git commit: 100c701
Built: Mon Jun 6 23:02:34 2022
OS/Arch: linux/arm64
Context: default
Experimental: true
Server: Docker Engine - Community
Engine:
Version: 20.10.17
API version: 1.41 (minimum version 1.12)
Go version: go1.17.11
Git commit: a89b842
Built: Mon Jun 6 23:01:01 2022
OS/Arch: linux/arm64
Experimental: false
containerd:
Version: 1.6.6
GitCommit: 10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1
runc:
Version: 1.1.2
GitCommit: v1.1.2-0-ga916309
docker-init:
Version: 0.19.0
GitCommit: de40ad0`
minikube verison:
minikube version: v1.26.0 commit: f4b412861bb746be73053c9f6d2895f12cf78565
Attach the log file
logs.txt
Operating System
Other
Driver
Docker
The text was updated successfully, but these errors were encountered: