We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd2f27 commit afca5a2Copy full SHA for afca5a2
docs/source/jupyterhub/installation.md
@@ -129,8 +129,8 @@ can try with `nano config.yaml`.
129
```
130
131
5. Find the IP we can use to access the JupyterHub. Run the following command
132
- until the `EXTERNAL-IP` of the `proxy-public` [service](https://kubernetes.io/docs/concepts/services-networking/service/) is
133
- available like in the example output.
+ until the external IP of the `proxy-public` [service](https://kubernetes.io/docs/concepts/services-networking/service/) is
+ available.
134
135
136
kubectl -n <k8s-namespace> get svc proxy-public -o jsonpath='{.status.loadBalancer.ingress[].ip}'
0 commit comments