Skip to content
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

Unable to run minikube start with docker driver on ChromeOS #9472

Closed
pushp1997 opened this issue Oct 15, 2020 · 4 comments
Closed

Unable to run minikube start with docker driver on ChromeOS #9472

pushp1997 opened this issue Oct 15, 2020 · 4 comments
Labels
co/docker-driver Issues related to kubernetes in container kind/support Categorizes issue or PR as a support question. os/linux triage/duplicate Indicates an issue is a duplicate of other open issue.

Comments

@pushp1997
Copy link

Steps to reproduce the issue:

  1. minikube start --driver=docker

Full output of failed command:

pushp.vashisht@penguin$ minikube start
😄 minikube v1.13.1 on Debian 10.6
✨ Using the docker driver based on user configuration
💨 For improved Docker performance, enable the overlay Linux kernel module using 'modprobe overlay'
❗ docker is currently using the btrfs storage driver, consider switching to overlay2 for better performance
👍 Starting control plane node minikube in cluster minikube
🎉 minikube 1.14.0 is available! Download it: https://github.com/kubernetes/minikube/releases/tag/v1.14.0
💡 To disable this notice, run: 'minikube config set WantUpdateNotification false'

🚜 Pulling base image ...
🔥 Creating docker container (CPUs=2, Memory=3600MB) ...
✋ Stopping node "minikube" ...
🔥 Deleting "minikube" in docker ...
🤦 StartHost failed, but will try again: creating host: create: creating: create kic node: container name "minikube": log: 2020-10-15T09:39:42.381192803Z + echo 'INFO: remounting /sys read-only'
2020-10-15T09:39:42.381200274Z INFO: remounting /sys read-only
2020-10-15T09:39:42.381206183Z + mount -o remount,ro /sys
2020-10-15T09:39:42.388276825Z mount: /sys: permission denied.: container exited unexpectedly

Optional: Full output of minikube logs command:

pushp.vashisht@penguin$ minikube logs
🤷 The control plane node must be running for this command
👉 To fix this, run: "minikube start"

@pushp1997
Copy link
Author

I tried to run it after installing v1.14.0 as well and got the same error.

@RA489
Copy link

RA489 commented Oct 15, 2020

/kind support

@k8s-ci-robot k8s-ci-robot added the kind/support Categorizes issue or PR as a support question. label Oct 15, 2020
@RA489 RA489 added the co/docker-driver Issues related to kubernetes in container label Oct 15, 2020
@afbjorklund
Copy link
Collaborator

afbjorklund commented Oct 17, 2020

Which docker version and platform is this ? We know that we have this issue on ChromeOS: #6411

@pushp1997
Copy link
Author

Yes, I am on ChromeOS. Sorry I didnt know that its a known issue. Thanks @afbjorklund

@afbjorklund afbjorklund added the triage/duplicate Indicates an issue is a duplicate of other open issue. label Oct 22, 2020
@afbjorklund afbjorklund changed the title Unable to run minikube start with docker driver Unable to run minikube start with docker driver on ChromeOS Oct 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/docker-driver Issues related to kubernetes in container kind/support Categorizes issue or PR as a support question. os/linux triage/duplicate Indicates an issue is a duplicate of other open issue.
Projects
None yet
Development

No branches or pull requests

5 participants