-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,22 @@ | ||
# firecrestspawner | ||
# f7t4jhub: FirecREST for JupyterHub Helm Chart | ||
|
||
A custom spawner for JupyterHub using FirecREST. | ||
`firecrestspawner` is based on [batchspawner](https://github.com/jupyterhub/batchspawner). | ||
This is a repository for a Helm chart to deploy JupyterHub using the [firecrestspawner]https://github.com/eth-cscs/firecrestspawner). | ||
|
||
### Fetching the repository | ||
|
||
```bash | ||
helm repo add f7t4jhub https://eth-cscs.github.io/firecrestspawner | ||
helm repo update | ||
``` | ||
|
||
The available versions can be listed with | ||
|
||
```bash | ||
helm search repo f7t4jhub/f7t4jhub --versions | ||
``` | ||
|
||
### Deploying the chart | ||
|
||
```bash | ||
helm install --create-namespace <deployment-name> -n<namespace> f7t4jhub/f7t4jhub --values values.yaml | ||
``` |