From d627675bc21f5c5bbd1fabb7d75fc5017a7645a7 Mon Sep 17 00:00:00 2001 From: dluthcke Date: Tue, 25 Feb 2025 13:39:57 -0500 Subject: [PATCH 1/2] Update efs-csi.adoc to include a warning about self-managed CSI Driver addons --- latest/ug/storage/efs-csi.adoc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/latest/ug/storage/efs-csi.adoc b/latest/ug/storage/efs-csi.adoc index fbaf6c54..857dea56 100644 --- a/latest/ug/storage/efs-csi.adoc +++ b/latest/ug/storage/efs-csi.adoc @@ -181,6 +181,13 @@ 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 <>. For more information about add-ons, see <>. 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 a self-managed 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] @@ -191,4 +198,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. \ No newline at end of file +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. From efcb52dcff4d21daedf793ceb88e28dbb535fd16 Mon Sep 17 00:00:00 2001 From: pgasca <87044997+pgasca@users.noreply.github.com> Date: Fri, 28 Feb 2025 10:33:27 -0600 Subject: [PATCH 2/2] Updated cross-reference title to match --- latest/ug/storage/efs-csi.adoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/latest/ug/storage/efs-csi.adoc b/latest/ug/storage/efs-csi.adoc index 857dea56..9db8d875 100644 --- a/latest/ug/storage/efs-csi.adoc +++ b/latest/ug/storage/efs-csi.adoc @@ -183,9 +183,7 @@ We recommend that you install the Amazon EFS CSI driver through the Amazon EKS a [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 a self-managed Amazon EFS CSI driver] on GitHub. - +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.