# aws-efs-csi-driver-operator **Repository Path**: mirrors_openshift/aws-efs-csi-driver-operator ## Basic Information - **Project Name**: aws-efs-csi-driver-operator - **Description**: The aws-efs-csi-driver-operator installs and maintains the AWS EFS CSI Driver on a cluster. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-01 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > [!warning] > **This repo is obsolete in OCP 4.17.** > AWS EFS CSI driver operator in 4.17 and newer is built from https://github.com/openshift/csi-operator. > 4.16 and older branches in this repo are still in use, until EOL of the corresponding OCP version. > See [this enhancement](https://github.com/openshift/enhancements/blob/master/enhancements/storage/csi-driver-operator-merge.md) for details. # aws-efs-csi-driver operator An operator to deploy the [AWS EFS CSI driver](https://github.com/openshift/aws-efs-csi-driver) in OKD. This operator is installed by OLM. # Quick start To build and run the operator locally: ```shell # Create only the resources the operator needs to run via CLI oc apply -f - </efs-bundle quay.io//efs-index ``` At the end it will print a command that creates `Subscription` for the newly created index image. TODO: update the example to use `quay.io/openshift` once the images are mirrored there. `registry.ci.openshift.org` is not public.