Hi all,
I’m trying to set up binderhub following instructions at https://binderhub.readthedocs.io/en/latest/index.html. Now I’m stuck at point 3.5 (connect binderhub and jupyterhub), in fact I get no external IPs:
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
binder LoadBalancer 10.103.114.129 <pending> 80:30968/TCP 3d4h
hub ClusterIP 10.106.220.154 <none> 8081/TCP 3d4h
proxy-api ClusterIP 10.97.84.94 <none> 8001/TCP 3d4h
proxy-public LoadBalancer 10.97.128.123 <pending> 80:31372/TCP,443:31029/TCP 3d4h
My best guess is that the issue is due to the fact that opennebula is not one of the listed supported cloud provider and therefore the LoadBalancer type won’t work.
Is there anybody who have already experience this issue or that could point at how to modify the binder type to, perhaps, NodePort?