From 6e38360b75626ceebc1081c395e79655c1daeac4 Mon Sep 17 00:00:00 2001 From: Jack McKew Date: Wed, 14 Aug 2024 15:26:52 +1000 Subject: [PATCH 1/2] Add EFS driver notes --- docs/addons/efs-csi-driver.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/addons/efs-csi-driver.md b/docs/addons/efs-csi-driver.md index d90513d8b..e3a6aecf6 100644 --- a/docs/addons/efs-csi-driver.md +++ b/docs/addons/efs-csi-driver.md @@ -57,3 +57,9 @@ 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 issue: , which will lead you to this workshop, which shows you how to set up KMS keys for EFS and EBS: . From f6c08da53fbb69b3ff8492b7a7606fd4c3e42c14 Mon Sep 17 00:00:00 2001 From: Jack McKew Date: Fri, 16 Aug 2024 14:19:41 +1000 Subject: [PATCH 2/2] Remove reference to github issue --- docs/addons/efs-csi-driver.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/addons/efs-csi-driver.md b/docs/addons/efs-csi-driver.md index e3a6aecf6..7c0ebddcf 100644 --- a/docs/addons/efs-csi-driver.md +++ b/docs/addons/efs-csi-driver.md @@ -62,4 +62,6 @@ Applies the EFS CSI Driver add-on to an Amazon EKS cluster. 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 issue: , which will lead you to this workshop, which shows you how to set up KMS keys for EFS and EBS: . +Take a look at this workshop which shows you how to set up KMS keys for EFS and EBS: . + +Similarly, if you face a mounting issue, take a look at this thread regarding EFS mounting issues: . \ No newline at end of file