You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update docs to get public IP of proxy, based on kubectl recommendation
After installing a helm chart, kubectl outputs the command to get the public IP of the proxy. This should be used as a default in the docs:
You can find the public (load-balancer) IP of JupyterHub by running:
> kubectl -n ... get svc proxy-public -o jsonpath='{.status.loadBalancer.ingress[].ip}'
>
> It might take a few minutes for it to appear\!
0 commit comments