diff --git a/openmetadata-docs/content/deployment/kubernetes/eks.md b/openmetadata-docs/content/deployment/kubernetes/eks.md index c1a34fd1151..f219b49851c 100644 --- a/openmetadata-docs/content/deployment/kubernetes/eks.md +++ b/openmetadata-docs/content/deployment/kubernetes/eks.md @@ -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). + ```yaml