Error creating host: Error executing step: Running precreate checks.



  • The appears during minikube startup.

    $ minikube start --vm-driver=virtualbox
    Starting local Kubernetes v1.8.0 cluster...
    Starting VM...
    Downloading Minikube ISO
     140.01 MB / 140.01 MB [============================================] 100.00% 0s
    E1111 16:11:01.892562    6217 start.go:150] Error starting host: Error creating host: Error executing step: Running precreate checks.
    : VirtualBox is configured with multiple host-only adapters with the same IP "192.168.99.1". Please remove one.
    
     Retrying.
    E1111 16:11:01.892911    6217 start.go:156] Error starting host:  Error creating host: Error executing step: Running precreate checks.
    : VirtualBox is configured with multiple host-only adapters with the same IP "192.168.99.1". Please remove one
    

    To resolve this go to, the Virtualbox GUI
    VirtualBox => Preferences => Network => Host-only networks

    Remove one of the host-only adapters.



© Lightnetics 2024