From ad796acf46f2567e63858eea7b989a920d65c94a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Ga=C3=A1l?= Date: Mon, 23 Dec 2024 16:22:26 +0100 Subject: [PATCH] Update README.md fix typo in doc --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index b46b951d5..155994218 100644 --- a/docs/README.md +++ b/docs/README.md @@ -160,7 +160,7 @@ You can find previous efs-csi-driver versions' images from [here](https://galler ### Features * Static provisioning - Amazon EFS file system needs to be created manually first, then it could be mounted inside container as a persistent volume (PV) using the driver. -* Dynamic provisioning - Uses a persistent volume claim (PVC) to dynamically provision a persistent volume (PV). On Creating a PVC, kuberenetes requests Amazon EFS to create an Access Point in a file system which will be used to mount the PV. +* Dynamic provisioning - Uses a persistent volume claim (PVC) to dynamically provision a persistent volume (PV). On Creating a PVC, kubernetes requests Amazon EFS to create an Access Point in a file system which will be used to mount the PV. * Mount Options - Mount options can be specified in the persistent volume (PV) or storage class for dynamic provisioning to define how the volume should be mounted. * Encryption of data in transit - Amazon EFS file systems are mounted with encryption in transit enabled by default in the master branch version of the driver. * Cross account mount - Amazon EFS file systems from different aws accounts can be mounted from an Amazon EKS cluster.