Skip to content

Commit

Permalink
Merge pull request #896 from dluthcke/patch-1
Browse files Browse the repository at this point in the history
Update efs-csi.adoc to include a warning about self-managed CSI Drive…
  • Loading branch information
pgasca authored Feb 28, 2025
2 parents 7899807 + efcb52d commit 1597ecc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion latest/ug/storage/efs-csi.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,11 @@ aws iam attach-role-policy \

We recommend that you install the Amazon EFS CSI driver through the Amazon EKS add-on. To add an Amazon EKS add-on to your cluster, see <<creating-an-add-on>>. For more information about add-ons, see <<eks-add-ons>>. If you're unable to use the Amazon EKS add-on, we encourage you to submit an issue about why you can't to the https://github.com/aws/containers-roadmap/issues[Containers roadmap GitHub repository].

[IMPORTANT]
====
Before adding the Amazon EFS driver as an Amazon EKS add-on, confirm that you don't have a self-managed version of the driver installed on your cluster. If so, see https://github.com/kubernetes-sigs/aws-efs-csi-driver/blob/master/docs/README.md#uninstalling-the-amazon-efs-csi-driver[Uninstalling the Amazon EFS CSI Driver] on GitHub.
====

Alternatively, if you want a self-managed installation of the Amazon EFS CSI driver, see https://github.com/kubernetes-sigs/aws-efs-csi-driver/blob/master/docs/README.md#installation[Installation] on GitHub.

[#efs-create-filesystem]
Expand All @@ -191,4 +196,4 @@ To create an Amazon EFS file system, see https://github.com/kubernetes-sigs/aws-
[#efs-sample-app]
== Step 4: Deploy a sample application

You can deploy a variety of sample apps and modify them as needed. For more information, see https://github.com/kubernetes-sigs/aws-efs-csi-driver/blob/master/docs/README.md#examples[Examples] on GitHub.
You can deploy a variety of sample apps and modify them as needed. For more information, see https://github.com/kubernetes-sigs/aws-efs-csi-driver/blob/master/docs/README.md#examples[Examples] on GitHub.

0 comments on commit 1597ecc

Please sign in to comment.