Skip to content

Commit 0e50991

Browse files
author
Lisa Pettyjohn
committed
OSDOCS-2454: AWS EFS TP-> GA
1 parent 7bebe1f commit 0e50991

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

modules/persistent-storage-csi-drivers-supported.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The following table describes the CSI drivers that are installed with {product-t
1717
|CSI driver |CSI volume snapshots |CSI cloning |CSI resize
1818

1919
|AWS EBS | ✅ | - | ✅
20-
|AWS EFS (Tech Preview) | - | - | -
20+
|AWS EFS | - | - | -
2121
|Google Cloud Platform (GCP) persistent disk (PD)| ✅ | - | ✅
2222
|Microsoft Azure Disk | ✅ | ✅ | ✅
2323
|Microsoft Azure Stack Hub | ✅ | ✅ | ✅

storage/container_storage_interface/persistent-storage-csi-aws-efs.adoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,14 @@ toc::[]
1010

1111
{product-title} is capable of provisioning persistent volumes (PVs) using the Container Storage Interface (CSI) driver for AWS Elastic File Service (EFS).
1212

13-
:FeatureName: AWS EFS Driver Operator
14-
include::snippets/technology-preview.adoc[leveloffset=+1]
15-
1613
Familiarity with xref:../../storage/understanding-persistent-storage.adoc#understanding-persistent-storage[persistent storage] and xref:../../storage/container_storage_interface/persistent-storage-csi.adoc#persistent-storage-csi[configuring CSI volumes] is recommended when working with a CSI Operator and driver.
1714

1815
After installing the AWS EFS CSI Driver Operator, {product-title} installs the AWS EFS CSI Operator and the AWS EFS CSI driver by default in the `openshift-cluster-csi-drivers` namespace. This allows the AWS EFS CSI Driver Operator to create CSI-provisioned PVs that mount to AWS EFS assets.
1916

2017
* The _AWS EFS CSI Driver Operator_, after being installed, does not create a storage class by default to use to create persistent volume claims (PVCs). However, you can manually create the AWS EFS `StorageClass`.
2118
The AWS EFS CSI Driver Operator supports dynamic volume provisioning by allowing storage volumes to be created on-demand, eliminating the need for cluster administrators to pre-provision storage.
2219

23-
* The _AWS EFS CSI driver_ enables you to create and mount AWS EFS PVs. The AWS EFS CSI driver must be manually installed.
20+
* The _AWS EFS CSI driver_ enables you to create and mount AWS EFS PVs.
2421

2522
[NOTE]
2623
====

0 commit comments

Comments
 (0)