Hi there
I have a managed server somewhere with one public IP address: let’s call that address x.
I’ve tried to configure BinderHub
according to 3. Set up BinderHub — BinderHub 0.1.0 documentation. I’ve enable
d metallb
(I believe I have to do this, don’t I? It doesn’t say anywhere in the documentation but I’ve found something along the lines on gitter
) and configured it to use the IP address “range” (x-x).
After doing that proxy-public
is unsurprisingly given the IP address x, however binder
is still stuck at pending
. I imagine this is because there is only one IP address available and there had been kind of a race for it between the two which proxy-public
won?
But how is this setup supposed to work with microk8s
? Isn’t it a quite typical use case to have only one IP address within microk8s
?
Needless to say, I’m quite new to all of this, so I probably got it very wrong.
Thanks for your help,
Damian