From 03314e59c148b093137e6ebca2dd730121f4b2ad Mon Sep 17 00:00:00 2001 From: Steven <143614555+nisi0495@users.noreply.github.com> Date: Wed, 22 Jan 2025 09:24:59 +1100 Subject: [PATCH] Update efs-csi.adoc There was a typo on the documentation where Step 3 provided a Note stating that Fargate does not require the creation of the EFS CSI Driver where it should listed under Step 2 --- latest/ug/storage/efs-csi.adoc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/latest/ug/storage/efs-csi.adoc b/latest/ug/storage/efs-csi.adoc index 50dcbd07..63078bb6 100644 --- a/latest/ug/storage/efs-csi.adoc +++ b/latest/ug/storage/efs-csi.adoc @@ -179,13 +179,6 @@ aws iam attach-role-policy \ [[efs-install-driver,efs-install-driver.title]] == Step 2: Get the Amazon EFS CSI driver -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]. - -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 [.noloc]`GitHub`. - -[[efs-create-filesystem,efs-create-filesystem.title]] -== Step 3: Create an Amazon EFS file system - [NOTE] ==== @@ -193,6 +186,13 @@ This step isn't needed for {aws} Fargate. A [.noloc]`Pod` running on Fargate aut ==== +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]. + +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 [.noloc]`GitHub`. + +[[efs-create-filesystem,efs-create-filesystem.title]] +== Step 3: Create an Amazon EFS file system + To create an Amazon EFS file system, see https://github.com/kubernetes-sigs/aws-efs-csi-driver/blob/master/docs/efs-create-filesystem.md[Create an Amazon EFS file system for Amazon EKS] on [.noloc]`GitHub`. [[efs-sample-app,efs-sample-app.title]]