mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 00:48:01 +01:00
31 lines
904 B
Plaintext
31 lines
904 B
Plaintext
:_content-type: PROCEDURE
|
|
[id="storage-create-storage-class-console_{context}"]
|
|
= Creating the {StorageClass} storage class using the console
|
|
|
|
[role="_abstract"]
|
|
.Procedure
|
|
|
|
. In the {product-title} console, click *Storage* -> *StorageClasses*.
|
|
|
|
. On the *StorageClasses* page, click *Create StorageClass*.
|
|
|
|
. On the *StorageClass* page, perform the following steps:
|
|
|
|
.. Enter a name to reference the storage class.
|
|
|
|
.. Optional: Enter the description.
|
|
|
|
.. Select the reclaim policy.
|
|
|
|
.. Select *`{Provisioner}`* from the *Provisioner* drop-down list.
|
|
+
|
|
ifeval::["{Provisioner}" == "kubernetes.io/aws-ebs"]
|
|
[NOTE]
|
|
====
|
|
To create the storage class with the equivalent CSI driver, select `{CsiDriver}` from the drop-down list. For more details, see _AWS Elastic Block Store CSI Driver Operator_.
|
|
====
|
|
endif::[]
|
|
|
|
.. Optional: Set the configuration parameters for the selected provisioner.
|
|
|
|
. Click *Create*. |