mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 15:46:57 +01:00
44 lines
1.3 KiB
Plaintext
44 lines
1.3 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * storage/persistent_storage-azure.adoc
|
|
|
|
|
|
|
|
[id="storage-create-azure-storage-class_{context}"]
|
|
= Creating the Azure storage class
|
|
|
|
Storage classes are used to differentiate and delineate storage levels and
|
|
usages. By defining a storage class, users can obtain dynamically provisioned
|
|
persistent volumes.
|
|
|
|
.Procedure
|
|
|
|
. In the {product-title} console, click *Storage* -> *Storage Classes*.
|
|
|
|
. In the storage class overview, click *Create Storage Class*.
|
|
|
|
. Define the desired options on the page that appears.
|
|
|
|
.. Enter a name to reference the storage class.
|
|
|
|
.. Enter an optional description.
|
|
|
|
.. Select the reclaim policy.
|
|
|
|
.. Select `kubernetes.io/azure-disk` from the drop down list.
|
|
|
|
... Enter the storage account type. This corresponds to your Azure
|
|
storage account SKU tier. Valid options are `Premium_LRS`, `Standard_LRS`,
|
|
`StandardSSD_LRS`, and `UltraSSD_LRS`.
|
|
|
|
... Enter the kind of account. Valid options are `shared`, `dedicated,`
|
|
and `managed`.
|
|
|
|
.. Enter additional parameters for the storage class as desired.
|
|
|
|
. Click *Create* to create the storage class.
|
|
|
|
.Additional resources
|
|
|
|
* https://kubernetes.io/docs/concepts/storage/storage-classes/#new-azure-disk-storage-class-starting-from-v1-7-2[Azure Disk Storage Class]
|