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
[hostcluster] minikube v1.3.1 on Centos 7.6.1810 (vbox/amd64)
Running on localhost (CPUs=4, Memory=3789MB, Disk=37861MB) ...
Reading certificate data from /root/.minikube/certs/ca.pem
Decoding PEM data...
Parsing certificate...
Reading certificate data from /root/.minikube/certs/cert.pem
Decoding PEM data...
Parsing certificate...
Couldn't set key CPE_NAME, no corresponding struct field found
Couldn't set key , no corresponding struct field found
Couldn't set key CENTOS_MANTISBT_PROJECT, no corresponding struct field found
Couldn't set key CENTOS_MANTISBT_PROJECT_VERSION, no corresponding struct field found
Couldn't set key REDHAT_SUPPORT_PRODUCT, no corresponding struct field found
Couldn't set key REDHAT_SUPPORT_PRODUCT_VERSION, no corresponding struct field found
Couldn't set key , no corresponding struct field found
OS release is CentOS Linux 7 (Core)
Preparing Kubernetes v1.14.0 on Docker 18.09.6 ...
X Failed to setup kubeconfig: writing kubeconfig: Error writing file : open : no such file or directory
*
Sorry that minikube crashed. If this was unexpected, we would love to hear from you:
The operating system version:
Linux localhost.localdomain 3.10.0-957.el7.x86_64 #1 SMP Thu Nov 8 23:39:32 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
the /var/log/message
Sep 5 17:37:44 localhost systemd: Started Kubernetes systemd probe.
Sep 5 17:37:44 localhost kubelet: I0905 17:37:44.834372 8748 server.go:417] Version: v1.14.0
Sep 5 17:37:44 localhost kubelet: I0905 17:37:44.835739 8748 plugins.go:103] No cloud provider specified.
Sep 5 17:37:44 localhost kubelet: F0905 17:37:44.835854 8748 server.go:265] failed to run Kubelet: unable to load bootstrap kubeconfig: stat /etc/kubernetes/bootstrap-kubelet.conf: no such file or directory
Sep 5 17:37:44 localhost systemd: kubelet.service: main process exited, code=exited, status=255/n/a
Sep 5 17:37:44 localhost systemd: Unit kubelet.service entered failed state.
Sep 5 17:37:44 localhost systemd: kubelet.service failed.
The text was updated successfully, but these errors were encountered:
tstromberg
changed the title
minikube always crashed
Failed to setup kubeconfig: writing kubeconfig: Error writing file : open : no such file or directory
Sep 5, 2019
The exact command to reproduce the issue:
minikube start -v 8 -p hostcluster --kubernetes-version='v1.14.0' --vm-driver=none
The full output of the command that failed:
Reading certificate data from /root/.minikube/certs/ca.pem
Decoding PEM data...
Parsing certificate...
Reading certificate data from /root/.minikube/certs/cert.pem
Decoding PEM data...
Parsing certificate...
Couldn't set key CPE_NAME, no corresponding struct field found
Couldn't set key , no corresponding struct field found
Couldn't set key CENTOS_MANTISBT_PROJECT, no corresponding struct field found
Couldn't set key CENTOS_MANTISBT_PROJECT_VERSION, no corresponding struct field found
Couldn't set key REDHAT_SUPPORT_PRODUCT, no corresponding struct field found
Couldn't set key REDHAT_SUPPORT_PRODUCT_VERSION, no corresponding struct field found
Couldn't set key , no corresponding struct field found
X Failed to setup kubeconfig: writing kubeconfig: Error writing file : open : no such file or directory
*
The output of the
minikube logs
command:*
X Error getting config: stat /root/.minikube/profiles/minikube/config.json: no such file or directory
*
The operating system version:
Linux localhost.localdomain 3.10.0-957.el7.x86_64 #1 SMP Thu Nov 8 23:39:32 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
the /var/log/message
Sep 5 17:37:44 localhost systemd: Started Kubernetes systemd probe.
Sep 5 17:37:44 localhost kubelet: I0905 17:37:44.834372 8748 server.go:417] Version: v1.14.0
Sep 5 17:37:44 localhost kubelet: I0905 17:37:44.835739 8748 plugins.go:103] No cloud provider specified.
Sep 5 17:37:44 localhost kubelet: F0905 17:37:44.835854 8748 server.go:265] failed to run Kubelet: unable to load bootstrap kubeconfig: stat /etc/kubernetes/bootstrap-kubelet.conf: no such file or directory
Sep 5 17:37:44 localhost systemd: kubelet.service: main process exited, code=exited, status=255/n/a
Sep 5 17:37:44 localhost systemd: Unit kubelet.service entered failed state.
Sep 5 17:37:44 localhost systemd: kubelet.service failed.
The text was updated successfully, but these errors were encountered: