我正试图通过Virtualbox 5.1.24在我的机器(Windows 10)上获得微小的运行速度。
迷你版: 1.0.0+4f8cb6d
CDK版本: 3.0.0-2
从小位移开始,我可以看到以下几点:
C:\>minishift start --vm-driver virtualbox
Starting local OpenShift cluster using 'virtualbox' hypervisor...
E0727 18:34:21.682796 17204 start.go:176] Error starting the VM: Error
creating new host: Error attempting to get plugin server address for RPC:
Failed to dial the plugin server in 10s. Retrying.
E0727 18:34:31.740746 17204 start.go:176] Error starting the VM: Error
creating new host: Error attempting to get plugin server address for RPC:
Failed to dial the plugin server in 10s. Retrying.
E0727 18:34:41.770667 17204 start.go:176] Error starting the VM: Error
creating new host: Error attempting to get plugin server address for RPC:
Failed to dial the plugin server in 10s. Retrying.
Error starting the VM: Error creating new host: Error attempting to get
plugin server address for RPC: Failed to dial the plugin server in 10s
Error creating new host: Error attempting to get plugin server address for
RPC: Failed to dial the plugin server in 10s
Error creating new host: Error attempting to get plugin server address for
RPC: Failed to dial the plugin server in 10s我读到了C:\drive需要运行的注释,但是看起来这并没有解决问题。我很高兴有任何提示如何解决这个问题。如果你需要更多的信息,请告诉我。
发布于 2018-04-10 00:16:46
听起来你做得很好。
我通常鼓励那些在启动小型VM时遇到困难的人尝试以下几种方法:
minishift config set vm-driver virualboxhttps://stackoverflow.com/questions/45356681
复制相似问题