Update eks.md (#10625)

* Update eks.md

Added AWS document to create directories under EFS in AWS.

* Update eks.md
This commit is contained in:
dhruvinmaniar123 2023-03-16 16:27:50 +05:30 committed by GitHub
parent b153b79723
commit 144b611933
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,8 @@ The below guide provides Persistent Volumes provisioning as static volumes (mean
Please note that we are using one AWS Elastic File System (EFS) service with sub-directories as `airflow-dags` and `airflow-logs` with the reference in this documentation. Also, it is presumed that `airflow-dags` and `airflow-logs` directories are already available on that file system.
In order to create directories inside the AWS Elastic File System (EFS) you would need to follow these [steps](https://docs.aws.amazon.com/efs/latest/ug/accessing-fs-nfs-permissions-per-user-subdirs.html).
<Collapse title="Code Samples for PV and PVC for Airflow DAGs">
```yaml