You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the first start minikube it crashed.
VM was created and remains in a running state.
Minikube was installed with choco tool.
minikube version: v1.6.0
commit: 1163097
It failed with error:
.kube/config: timeout acquiring mutex
The exact command to reproduce the issue:
minikube start --vm-driver=virtualbox
The full output of the command that failed:
minikube start --vm-driver=virtualbox
minikube v1.6.0 on Microsoft Windows 10 Enterprise 2016 LTSB 10.0.14393 Build 14393
Selecting 'virtualbox' driver from user configuration (alternates: [hyperv])
Tip: Use 'minikube start -p ' to create a new cluster, or 'minikube delete' to delete this one.
Starting existing virtualbox VM for "minikube" ...
Waiting for the host to be provisioned ...
Preparing Kubernetes v1.17.0 on Docker '19.03.5' ...
X Failed to setup kubeconfig: writing kubeconfig: Error writing file C:\Users<>/.kube/config: error acquiring lock for C:\Users<>/.kube/config: timeout acquiring mutex
Sorry that minikube crashed. If this was unexpected, we would love to hear from you:
The output of the minikube logs command:folder log is empty.
The operating system version:
Windows 10 Enterprise 2016 LTSB
version 1607
Processor:
Intel(R) Core(TM) m3-7Y30 1GHz 1.61 GHz
RAM: 4 GB
The text was updated successfully, but these errors were encountered:
VovaBobyr
changed the title
Minikube crash on Preparing Kubernetes v1.17.0 on Docker '19.03.5'
Minikube crashes on Preparing Kubernetes v1.17.0 on Docker '19.03.5'
Dec 11, 2019
Be aware that kubernetes v1.17.0 supports up to Docker 18.09.9.
you should downgrade to that version.
On debian/ubuntu (for anyone coming across this): remove docker, use the official repo and execute the following: apt-get install docker-ce*=5:18.09.9~3-0~ubuntu-bionic
During the first start minikube it crashed.
VM was created and remains in a running state.
Minikube was installed with choco tool.
minikube version: v1.6.0
commit: 1163097
It failed with error:
.kube/config: timeout acquiring mutex
The exact command to reproduce the issue:
minikube start --vm-driver=virtualbox
The full output of the command that failed:
minikube start --vm-driver=virtualbox
minikube v1.6.0 on Microsoft Windows 10 Enterprise 2016 LTSB 10.0.14393 Build 14393
Selecting 'virtualbox' driver from user configuration (alternates: [hyperv])
Tip: Use 'minikube start -p ' to create a new cluster, or 'minikube delete' to delete this one.
Starting existing virtualbox VM for "minikube" ...
Waiting for the host to be provisioned ...
Preparing Kubernetes v1.17.0 on Docker '19.03.5' ...
X Failed to setup kubeconfig: writing kubeconfig: Error writing file C:\Users<>/.kube/config: error acquiring lock for C:\Users<>/.kube/config: timeout acquiring mutex
Sorry that minikube crashed. If this was unexpected, we would love to hear from you:
The output of the
minikube logs
command:folder log is empty.The operating system version:
Windows 10 Enterprise 2016 LTSB
version 1607
Processor:
Intel(R) Core(TM) m3-7Y30 1GHz 1.61 GHz
RAM: 4 GB
The text was updated successfully, but these errors were encountered: