Skip to content

Commit

Permalink
Add EFS driver notes (#1060)
Browse files Browse the repository at this point in the history
* Add EFS driver notes

* Remove reference to github issue
  • Loading branch information
JackMcKew authored Aug 16, 2024
1 parent 372cfa1 commit 0d46b45
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/addons/efs-csi-driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,11 @@ Additionally, the [driver documentation](https://docs.aws.amazon.com/eks/latest/
## Functionality

Applies the EFS CSI Driver add-on to an Amazon EKS cluster.

## Notes

If you run into this error: `Output: Could not start amazon-efs-mount-watchdog, unrecognized init system "aws-efs-csi-dri" b'mount.nfs4: access denied by server while mounting 127.0.0.1:/'`

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>.

0 comments on commit 0d46b45

Please sign in to comment.