1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OSDOCS-2453: Azure Disk TP -> GA

This commit is contained in:
Lisa Pettyjohn
2021-10-13 10:41:22 -04:00
parent c2a9d4ce86
commit babe98143a
2 changed files with 8 additions and 12 deletions

View File

@@ -16,12 +16,14 @@ The following table describes the CSI drivers that are installed with {product-t
|===
|CSI driver |CSI volume snapshots |CSI cloning |CSI resize
|AliCloud Disk | ✅ | - | ✅
|AWS EBS | ✅ | - | ✅
|AWS EFS (Tech Preview) | - | - | -
|AWS EFS | - | - | -
|Google Cloud Platform (GCP) persistent disk (PD)| ✅ | - | ✅
|IBM VPC Block | - | - | ✅
|Microsoft Azure Disk | ✅ | ✅ | ✅
|Microsoft Azure Stack Hub | ✅ | ✅ | ✅
|Microsoft Azure File (Tech Preview) | - | - | ✅
|Microsoft Azure Stack Hub | ✅ | ✅ | ✅
|OpenStack Cinder | ✅ | ✅ | ✅
|OpenShift Container Storage | ✅ | ✅ | ✅
|OpenStack Manila | ✅ | - | -

View File

@@ -10,14 +10,11 @@ toc::[]
{product-title} is capable of provisioning persistent volumes (PVs) using the Container Storage Interface (CSI) driver for Microsoft Azure Disk Storage.
:FeatureName: Azure Disk CSI Driver Operator
include::snippets/technology-preview.adoc[leveloffset=+1]
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.
To create CSI-provisioned PVs that mount to Azure Disk storage assets with this feature is enabled, {product-title} installs the Azure Disk CSI Driver Operator and the Azure Disk CSI driver by default in the `openshift-cluster-csi-drivers` namespace.
To create CSI-provisioned PVs that mount to Azure Disk storage assets, {product-title} installs the Azure Disk CSI Driver Operator and the Azure Disk CSI driver by default in the `openshift-cluster-csi-drivers` namespace.
* The _Azure Disk CSI Driver Operator_, after being enabled, provides a storage class named `managed-csi` that you can use to create persistent volume claims (PVCs). The Azure Disk 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.
* The _Azure Disk CSI Driver Operator_ provides a storage class named `managed-csi` that you can use to create persistent volume claims (PVCs). The Azure Disk 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.
* The _Azure Disk CSI driver_ enables you to create and mount Azure Disk PVs.
@@ -32,10 +29,7 @@ In future {product-title} versions, volumes provisioned using existing in-tree p
After full migration, in-tree plug-ins will eventually be removed in later versions of {product-title}.
====
:FeatureName: Azure
include::modules/persistent-storage-csi-tp-enable.adoc[leveloffset=+1]
.Additional resources
[id="additional-resources_persistent-storage-csi-azure"]
== Additional resources
* xref:../../storage/persistent_storage/persistent-storage-azure.adoc#persistent-storage-using-azure[Persistent storage using Azure Disk]
* xref:../../storage/container_storage_interface/persistent-storage-csi.adoc#persistent-storage-csi[Configuring CSI volumes]
* xref:../../nodes/clusters/nodes-cluster-enabling-features.adoc#[Enabling features using feature gates]