-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
Issue with k8s.io/docs/tasks/tools/install-minikube/ #20435
Comments
Hi @vetbijaya. I would suggest you move this issue to https://github.com/kubernetes/minikube. Additionally, look at the instructions at https://minikube.sigs.k8s.io/docs/start/ to install minikube. The |
Looks like you are not able to access https://k8s.gcr.io, you will need to configure a proxy mentioned in the output of |
I was able to run minikube using sudo minikube start --driver=virtualbox now but it keeps on crashing the Ubuntu while trying to start. Can you help me how to resolve that? Is there any known issue with minikube configuration hosted on Ubuntu on Virtual Box? |
@vetbijaya Please don't run minikube as root or with 'sudo' privileges. It isn't necessary with virtualbox driver. |
@RA489 I already solved the above issue. Thank you! |
This is a Bug Report
Problem:
user@user-VirtualBox:~$ sudo minikube start --vm-driver=virtualbox
! minikube v1.9.2 on Ubuntu 18.04
! Both driver=none and vm-driver=virtualbox have been set.
Since vm-driver is deprecated, minikube will default to driver=none.
If vm-driver is set in the global config, please run "minikube config unset vm-driver" to resolve this warning.
! This bare metal machine is having trouble accessing https://k8s.gcr.io
Proposed Solution:
Page to Update:
https://kubernetes.io/...
$ minikube version
minikube version: v1.9.2
$ kubectl version --client
Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.2", GitCommit:"52c56ce7a8272c798dbc29846288d7cd9fbae032", GitTreeState:"clean", BuildDate:"2020-04-16T11:56:40Z", GoVersion:"go1.13.9", Compiler:"gc", Platform:"linux/amd64"}
OS: $ uname -a
Linuxuser-VirtualBox 5.3.0-46-generic #38~18.04.1-Ubuntu SMP Tue Mar 31 04:17:56 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
I am trying to install and configure kubectl and Minikube in a VPN and inside company proxy
The text was updated successfully, but these errors were encountered: