Skip to content

Commit 9174351

Browse files
authored
Merge pull request #62104 from mletalie/OSDOCS-6756
[OSDOCS-6756]:Persistent Storage using Amazon EBS Prebuilt Storage Classes
2 parents 2c8867b + 1bffc49 commit 9174351

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

storage/persistent_storage/persistent-storage-aws.adoc

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,11 @@ You can provision your {product-title} cluster with persistent storage by using
3434
endif::openshift-rosa,openshift-dedicated[]
3535

3636
The Kubernetes persistent volume framework allows administrators to provision a cluster with persistent storage and gives users a way to request those resources without having any knowledge of the underlying infrastructure.
37-
You can dynamically provision AWS EBS volumes.
37+
You can dynamically provision Amazon EBS volumes.
3838
Persistent volumes are not bound to a single project or namespace; they can be shared across the {product-title} cluster.
3939
Persistent volume claims are specific to a project or namespace and can be requested by users.
4040
You can define a KMS key to encrypt container-persistent volumes on AWS.
41-
42-
[IMPORTANT]
43-
====
44-
{product-title} defaults to using an in-tree, or non-Container Storage Interface (CSI) plug-in to provision AWS EBS storage. In future {product-title} versions, volumes provisioned using existing in-tree plug-ins are planned for migration to their equivalent CSI driver.
45-
46-
CSI automatic migration should be seamless. Migration does not change how you use all existing API objects, such as persistent volumes, persistent volume claims, and storage classes.
47-
ifndef::openshift-rosa,openshift-dedicated[]
48-
For more information about migration, see xref:../../storage/container_storage_interface/persistent-storage-csi-migration.adoc#persistent-storage-csi-migration[CSI automatic migration].
49-
endif::openshift-rosa,openshift-dedicated[]
50-
51-
After full migration, in-tree plugins will eventually be removed in future versions of {product-title}.
52-
====
41+
By default, newly created clusters using {product-title} version 4.10 and later use gp3 storage and the Amazon Elastic Block Store (Amazon EBS) Container Storage Interface (CSI) driver.
5342

5443
[IMPORTANT]
5544
====

0 commit comments

Comments
 (0)