Comment 11 for bug 2030349

Revision history for this message
Szilard Cserey (szilard.cserey) wrote (last edit ):

Following this tutorial
https://microstack.run/docs/single-node

I was executing "sunbeam cluster bootstrap --accept-defaults" in a multipass created VM instance,
got the same error message and was able to resolve it by

CHANGING in /etc/hosts

FROM
127.0.1.1 microstack microstack

TO
127.0.1.1 microstack.multipass microstack

hostname -f
microstack

Szilard