Skip to content

Commit

Permalink
Update docs/howto/features/storage-quota.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 authored Sep 23, 2024
1 parent 245efa6 commit db8c506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/howto/features/storage-quota.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Nest all config examples under a `basehub` key if deploying this for a daskhub.

The in-cluster NFS server uses a pre-provisioned disk to store the users' home directories. We don't use a dynamically provisioned volume because we want to be able to reuse the same disk even when the Kubernetes cluster is deleted and recreated. So the first step is to create a disk that will be used to store the users' home directories.

For hubs running on AWS, we can create a disk through Terraform by adding a block like the following to the [tfvars file of the hub](https://github.com/2i2c-org/infrastructure/tree/main/terraform/aws/projects):
For infrastructure running on AWS, we can create a disk through Terraform by adding a block like the following to the [tfvars file of the hub](https://github.com/2i2c-org/infrastructure/tree/main/terraform/aws/projects):

```hcl
ebs_volumes = {
Expand Down

0 comments on commit db8c506

Please sign in to comment.