Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sunu committed Sep 20, 2024
1 parent dd068e5 commit c2eb7ac
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions docs/howto/features/storage-quota.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,19 @@ basehub:
volumeId: projects/jupyter-nfs/zones/us-central1-f/disks/jupyter-nfs-home-directories
```
Once these changes are deployed, we should have a new NFS server running in our cluster through the `jupyter-home-nfs` Helm chart.
This changes can be deployed by running the following command:
```bash
deployer deploy <cluster_name> <hub_name>
```

Once these changes are deployed, we should have a new NFS server running in our cluster through the `jupyter-home-nfs` Helm chart. We can get the IP address of the NFS server by running the following command:

```bash
kubectl -n <hub_name> get svc <hub_name>-nfs-service
```

To check whether the NFS server is running properly, see the [Troubleshooting](#troubleshooting) section.

## Migrating existing home directories

Expand Down Expand Up @@ -101,7 +113,7 @@ Once this is deployed, the hub will automatically enforce the storage quota for

## Troubleshooting

### Checking the NFS server
### Checking the NFS server is running properly
To check whether the NFS server is running properly, we can run the following command in the NFS server pod in the nfs-server container:

```bash
Expand Down

0 comments on commit c2eb7ac

Please sign in to comment.