Open fitsegreat opened 4 years ago
have the same issue with the example in the docu: "Run a set of Ignite VMs with footloose" footloose version: version: 0.6.3 ignite version: GitVersion:"v0.10.0" Firecracker version: v0.22.4
just reading further: it might be connected to issue 243 , since ignite/firecracker runs in a KVM, which I access via ssh…
did some testing via a sdl-console-window (not via ssh access), same result:
using ignite backend:
footloose ssh vm0
FATA[0000] hostport: failed to inspect container: [ Error: No such object: cluster-vm0]: exit status 1
using the docker backend
$ footloose ssh vm0
kex_exchange_identification: Connection closed by remote host
Connection closed by ::1 port 49153
FATA[0000] exit status 255
the error are the same on both session-types: the sdl-console or via ssh-byobu(termux) session.
Currently while trying
footloose ssh vm2
in ignite backend the output shows:The expected behavior is to directly login to the VM.