From f70153a15e8b6cb21440e72dddb85f325fbe1a8e Mon Sep 17 00:00:00 2001 From: Milos Tomic <59831542+tmilos77@users.noreply.github.com> Date: Fri, 5 Jul 2024 10:07:40 +0200 Subject: [PATCH] Update docs/user/resources/04-20-10-aws-nfs-volume.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Małgorzata Świeca --- docs/user/resources/04-20-10-aws-nfs-volume.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/resources/04-20-10-aws-nfs-volume.md b/docs/user/resources/04-20-10-aws-nfs-volume.md index ff8a9436a..e1a7fee25 100644 --- a/docs/user/resources/04-20-10-aws-nfs-volume.md +++ b/docs/user/resources/04-20-10-aws-nfs-volume.md @@ -1,6 +1,6 @@ # AwsNfsVolume Custom Resource -The `awsnfsvolume.cloud-resources.kyma-project.io` custom resource describes the AWS EFS +The `awsnfsvolume.cloud-resources.kyma-project.io` custom resource (CR) describes the AWS EFS instance that can be used as RWX volume in the cluster. Once the AWS EFS instance is provisioned in the underlying cloud provider subscription, also the corresponding PersistentVolume and PersistentVolumeClaim are created in RWX mode, so they can be used from multiple cluster workloads.