mattkasun / netmaker-gui

An alternate UI for Netmaker (https://github.com/gravitl/netmaker)
Apache License 2.0
38 stars 4 forks source link

Create Network fails if Client-Mode is on #33

Closed mattkasun closed 2 years ago

mattkasun commented 2 years ago

With netmaker switching to container based clients; create network will fail as it tries to create a client in the netmaker-gui container. Workaround: Set env CLIENT_MODE="off"

mattkasun commented 2 years ago

If CLIENT_MODE is set to off for netmaker-gui, everything functions properly even if CLIENT_MODE is on in the netmaker container. It justs takes a little longer for the client to be created in this case.