Skip to content

Commit f10bc1a

Browse files
authored
Merge pull request #37580 from lpettyjo/OSDOCS-2453
OSDOCS-2453: Azure Disk TP -> GA
2 parents 9aad1e0 + ba96f4d commit f10bc1a

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

modules/persistent-storage-csi-drivers-supported.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The following table describes the CSI drivers that are installed with {product-t
1919
|AWS EBS | ✅ | - | ✅
2020
|AWS EFS (Tech Preview) | - | - | -
2121
|Google Cloud Platform (GCP) persistent disk (PD) (Tech Preview)| ✅ | - | ✅
22-
|Microsoft Azure Disk (Tech Preview) | ✅ | ✅ | ✅
22+
|Microsoft Azure Disk | ✅ | ✅ | ✅
2323
|Microsoft Azure Stack Hub | ✅ | ✅ | ✅
2424
|OpenStack Cinder | ✅ | ✅ | ✅
2525
|OpenShift Container Storage | ✅ | ✅ | ✅

storage/container_storage_interface/persistent-storage-csi-azure.adoc

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,11 @@ toc::[]
1010

1111
{product-title} is capable of provisioning persistent volumes (PVs) using the Container Storage Interface (CSI) driver for Microsoft Azure Disk Storage.
1212

13-
:FeatureName: Azure Disk CSI Driver Operator
14-
include::snippets/technology-preview.adoc[leveloffset=+1]
15-
1613
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.
1714

18-
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.
15+
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.
1916

20-
* 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.
17+
* 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.
2118

2219
* The _Azure Disk CSI driver_ enables you to create and mount Azure Disk PVs.
2320

@@ -32,10 +29,7 @@ In future {product-title} versions, volumes provisioned using existing in-tree p
3229
After full migration, in-tree plug-ins will eventually be removed in later versions of {product-title}.
3330
====
3431

35-
:FeatureName: Azure
36-
include::modules/persistent-storage-csi-tp-enable.adoc[leveloffset=+1]
37-
38-
.Additional resources
32+
[id="additional-resources_persistent-storage-csi-azure"]
33+
== Additional resources
3934
* xref:../../storage/persistent_storage/persistent-storage-azure.adoc#persistent-storage-using-azure[Persistent storage using Azure Disk]
4035
* xref:../../storage/container_storage_interface/persistent-storage-csi.adoc#persistent-storage-csi[Configuring CSI volumes]
41-
* xref:../../nodes/clusters/nodes-cluster-enabling-features.adoc#[Enabling features using feature gates]

0 commit comments

Comments
 (0)