Skip to content

Commit ba9928e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7ff31fd commit ba9928e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/source/jupyterhub/installation.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ can try with `nano config.yaml`.
128128
proxy-7cb9bc4cc-9bdlp 1/1 Running 0 37s
129129
```
130130

131-
5. Find the IP we can use to access the JupyterHub. Run the following
131+
5. Find the IP we can use to access the JupyterHub. Run the following
132132
command until the `EXTERNAL-IP` of the `proxy-public` [service](https://kubernetes.io/docs/concepts/services-networking/service/)
133133
is available like in the example output.
134134

@@ -140,8 +140,9 @@ can try with `nano config.yaml`.
140140
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
141141
proxy-public LoadBalancer 10.51.248.230 104.196.41.97 80:31916/TCP 1m
142142
```
143-
143+
144144
Or, use the short form:
145+
145146
```
146147
kubectl -n <k8s-namespace> get svc proxy-public -o jsonpath='{.status.loadBalancer.ingress[].ip}'
147148
```

0 commit comments

Comments
 (0)