Skip to content

Commit e56aa61

Browse files
committed
consistent caps II
1 parent ad4b066 commit e56aa61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/tutorials/pages/jupyterhub.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:keywords: notebook, JupyterHub, Kubernetes, k8s, Apache Spark, HDFS, S3
44

55
This tutorial illustrates various scenarios and configuration options when using JupyterHub on Kubernetes.
6-
The custom Resources and configuration settings that are discussed here are based on the xref:demos:jupyterhub-keycloak.adoc[JupyterHub-Keycloak demo], so you may find it helpful to have that demo running to reference the various https://github.com/stackabletech/demos/blob/main/stacks/jupyterhub-keycloak[resources] as you read through this tutorial.
6+
The Custom Resources and configuration settings that are discussed here are based on the xref:demos:jupyterhub-keycloak.adoc[JupyterHub-Keycloak demo], so you may find it helpful to have that demo running to reference the various https://github.com/stackabletech/demos/blob/main/stacks/jupyterhub-keycloak[Resource definitions] as you read through this tutorial.
77
The example notebook is used to demonstrate simple read/write interactions with an S3 storage backend using Apache Spark.
88

99
== Keycloak
@@ -34,12 +34,12 @@ spec:
3434
nodePort: 31093 # <1>
3535
----
3636
37-
<1> Static value for the purposed of the demo.
37+
<1> Static value for the purposes of the demo.
3838
3939
They are:
4040
4141
- `31093` for Keycloak
42-
- `31095` for jupyterhub/proxy-public
42+
- `31095` for JupyterHub/proxy-public
4343
4444
The Keycloak and JupyterHub endpoints are defined in the JupyterHub chart values i.e. for the purposes of the demo (that does not use any pre-defined DNS settings), the ports have to be known before the JupyterHub components are deployed.
4545

0 commit comments

Comments
 (0)