Skip to content

Commit

Permalink
docs: fix CreateEfsFileSystemProvider args
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienbrault authored and shapirov103 committed Oct 21, 2024
1 parent 89e5e88 commit 24f468e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/addons/efs-csi-driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For more information on the driver, please review the [user guide](https://docs.

## Prerequisites

- The EFS file system itself must be created in AWS separately as the driver uses the EFS for storage, but it does not create it. You can create an EFS file system using the `CreateEfsFileSystemProvider`, e.g.: `.resourceProvider("efs-file-system", new CreateEfsFileSystemProvider('efs-file-system'))`
- The EFS file system itself must be created in AWS separately as the driver uses the EFS for storage, but it does not create it. You can create an EFS file system using the `CreateEfsFileSystemProvider`, e.g.: `.resourceProvider("efs-file-system", new CreateEfsFileSystemProvider({name: 'efs-file-system'}))`

## Usage

Expand Down Expand Up @@ -64,4 +64,4 @@ If you run into this error: `Output: Could not start amazon-efs-mount-watchdog,

Take a look at this workshop which shows you how to set up KMS keys for EFS and EBS: <https://catalog.us-east-1.prod.workshops.aws/workshops/90c9d1eb-71a1-4e0e-b850-dba04ae92887/en-US/security/065-data-encryption/1-stack-setup>.

Similarly, if you face a mounting issue, take a look at this thread regarding EFS mounting issues: <https://repost.aws/knowledge-center/eks-troubleshoot-efs-volume-mount-issues>.
Similarly, if you face a mounting issue, take a look at this thread regarding EFS mounting issues: <https://repost.aws/knowledge-center/eks-troubleshoot-efs-volume-mount-issues>.

0 comments on commit 24f468e

Please sign in to comment.