From babe98143a8b71ab7f4e2d81f1a90b2f75b2e117 Mon Sep 17 00:00:00 2001 From: Lisa Pettyjohn Date: Wed, 13 Oct 2021 10:41:22 -0400 Subject: [PATCH] OSDOCS-2453: Azure Disk TP -> GA --- .../persistent-storage-csi-drivers-supported.adoc | 6 ++++-- .../persistent-storage-csi-azure.adoc | 14 ++++---------- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/modules/persistent-storage-csi-drivers-supported.adoc b/modules/persistent-storage-csi-drivers-supported.adoc index 3efeed0c3c..b4dd1e0356 100644 --- a/modules/persistent-storage-csi-drivers-supported.adoc +++ b/modules/persistent-storage-csi-drivers-supported.adoc @@ -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 | ✅ | - | - diff --git a/storage/container_storage_interface/persistent-storage-csi-azure.adoc b/storage/container_storage_interface/persistent-storage-csi-azure.adoc index 707d8d8b0e..c1a0c3887a 100644 --- a/storage/container_storage_interface/persistent-storage-csi-azure.adoc +++ b/storage/container_storage_interface/persistent-storage-csi-azure.adoc @@ -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]