Closed zcatbear closed 6 years ago
I am not sure what happens, as this is nothing different from our normal
scenario using m start --iso-url centos
. If you can login during the
start, something else might be happening. Can you provide the libmachine
logs from the start, and also letbus knw the state of the VM from the
hypervisor console?
Correction, I see you use VMware fusion. We do not officially support this. Actually, we are in the process of dropping support for this as we are unable to test.
If issues persist, please consider filing an issue on the Minishift repo as this is not related to the ISO itself. Also, have a look at: https://github.com/minishift/minishift/issues/557 and see if this is similar to what you see...
I am unable to initialize a new openshift cluster with minishift start if I give the iso-url of minishift-centos-iso. It seems to be related to an inability to SSH into the system and set everything up.
The minishift at this point is running and I have confirmed that. I have tried to connect to it via
minishift ssh
but have never been able to.I tried validating that the ssh would even let root in. I found a document on here that the user:pass combination is
root:centos
which I tried to ssh in with:and successfully got in.
From there I copied the id_rsa present in
~/.minishift/machines/minishift/
as for root usingssh-copy-id
After this I tried changing the config file at~/.minishift/machines/minishift/config.json
and changed theSSHUser
to root. but still get the same message as above.Any help on this further would be appreciated.