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

Don't work sudo minikube dashboard #4411

Closed
ESSch opened this issue Jun 3, 2019 · 2 comments
Closed

Don't work sudo minikube dashboard #4411

ESSch opened this issue Jun 3, 2019 · 2 comments
Labels
triage/needs-information Indicates an issue needs more information in order to work on it.

Comments

@ESSch
Copy link

ESSch commented Jun 3, 2019

The exact command to reproduce the issue:
$ sudo minikube dashboard

The full output of the command that failed:
[sudo] password for essh:
E0603 05:10:49.639623 18907 dashboard.go:64] Error excluding IP from proxy: IP is blank.

💣 Error getting machine status: state: getting connection: looking up domain: virError(Code=42, Domain=10, Message='Domain not found: no domain with matching name 'minikube'')

😿 Sorry that minikube crashed. If this was unexpected, we would love to hear from you:
👉 https://github.com/kubernetes/minikube/issues/new

The output of the minikube logs command:
$ sudo minikube logs

💣 command runner: getting ssh client for bootstrapper: Error creating new ssh host from driver: Error getting ssh host name for driver: machine in unknown state: getting connection: looking up domain: virError(Code=42, Domain=10, Message='Domain not found: no domain with matching name 'minikube'')

😿 Sorry that minikube crashed. If this was unexpected, we would love to hear from you:
👉 https://github.com/kubernetes/minikube/issues/new

The operating system version:
$ cat /etc/os-release
NAME="Ubuntu"
VERSION="18.04.2 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.2 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic

@medyagh
Copy link
Member

medyagh commented Jun 4, 2019

Thank you for sharing your experience! If you don't mind, could you please provide the vm-driver you are using ? (KVM or virtualbox or none)

I suspect you won't have the problem without sudo could you please try it without sudo ?

@medyagh medyagh added the triage/needs-information Indicates an issue needs more information in order to work on it. label Jun 4, 2019
@ESSch
Copy link
Author

ESSch commented Jun 5, 2019

Hello. Thank you for conversation.

I fix:

  1. set 8.8.8.8
  2. replace 20G (default) to 5G of disk
    3(!). minikube delete
  3. miinikube start
  4. The minikube is working.

Also, I have a problem: ImagePullBackOff

  1. I run: docker login
  2. I add version to image
  3. docker pull nginx:1.15
    4(!). minikube delete
  4. minikube start

@ESSch ESSch closed this as completed Jun 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage/needs-information Indicates an issue needs more information in order to work on it.
Projects
None yet
Development

No branches or pull requests

2 participants