I have a MAAS cloud and 2 juju controllers in HA.
I would like to add another controller, so I created a lxd container and added it manually as a juju machine but I can’t manage to enable ha with it.
This is my error:
juju enable-ha --to 48
ERROR machine “48” has no addresses in space “op-cluster-space”
even
juju show-machine 48
shows that machine 48 has a network interface in op-cluster-space
What juju version are you on? Also, could we get the outputs of juju spaces, juju subnets? I see that the nic in the machine indicates the correct space, but there might be some inconsistency maybe.