Warning: VM is unable to access k8s.gcr.io #7229
Labels
area/dns
DNS issues
kind/documentation
Categorizes issue or PR as related to documentation.
kind/support
Categorizes issue or PR as a support question.
needs-faq-entry
Things that could use documentation in a FAQ
I am trying to install the latest version of minikube (1.8.2) locally on my Windows 10 machine, so that I bring across the cache folder to my corporate network that has no access to the internet, so we can install it there. It appears to have installed correctly but I see the warning message
I have seen a few other open issues regarding this, but they seem to be issues with users running in China (I am in the UK), or using Hyperkit and not Virtualbox like I am. I have tried running
curl https://k8s.gcr.io/
and get back the following response:My main question is has the software downloaded everything it needs to run on an environment with no internet access, even with this error? If not, how can I resolve this issue so that it pulls all the images it needs into the
.minikube\cache
directory?The exact command to reproduce the issue:
minikube start --vm-driver=virtualbox --kubernetes-version=1.16.3
The full output of the command that failed:
! 'virtualbox' driver reported an issue: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe list hostinfo failed:
Suggestion: Install the latest version of VirtualBox
Documentation: https://minikube.sigs.k8s.io/docs/reference/drivers/virtualbox/
Downloading VM boot image ...
Creating virtualbox VM (CPUs=2, Memory=2200MB, Disk=20000MB) ...
! VM is unable to access k8s.gcr.io, you may need to configure a proxy or set --image-repository
Preparing Kubernetes v1.16.3 on Docker 19.03.6 ...
Launching Kubernetes ...
Enabling addons: default-storageclass, storage-provisioner
Waiting for cluster to come online ...
Done! kubectl is now configured to use "minikube"
The output of the
minikube logs
command:The operating system version:
Windows 10 Enterprise
VirtualBox-6.1.4-136177
kubectl 1.16.3
The text was updated successfully, but these errors were encountered: