Skip to content

Commit 0101a3d

Browse files
author
Bob Furu
authored
Merge pull request #31491 from lpettyjo/OSDOC-1984
2 parents 45f6946 + 22cd3e8 commit 0101a3d

File tree

4 files changed

+44
-0
lines changed

4 files changed

+44
-0
lines changed

_topic_map.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,6 +1115,8 @@ Topics:
11151115
File: persistent-storage-csi-migration
11161116
- Name: AWS Elastic Block Store CSI Driver Operator
11171117
File: persistent-storage-csi-ebs
1118+
- Name: Azure Disk CSI Driver Operator
1119+
File: persistent-storage-csi-azure
11181120
- Name: GCP PD CSI Driver Operator
11191121
File: persistent-storage-csi-gcp-pd
11201122
- Name: OpenStack Cinder CSI Driver Operator

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ The following table describes the CSI drivers that are installed with {product-t
1818

1919
|AWS EBS (Tech Preview) | ✅ | - | ✅
2020
|Google Cloud Platform (GCP) persistent disk (PD) (Tech Preview)| ✅ | - | ✅
21+
|Microsoft Azure Disk (Tech Preview) | ✅ | ✅ | ✅
2122
|OpenStack Cinder | ✅ | ✅ | ✅
2223
|OpenStack Manila | ✅ | ✅ | ✅
2324
|Red Hat Virtualization (oVirt) | - | - | -

modules/persistent-storage-csi-tp-enable.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ To enable the {FeatureName} Container Storage Interface (CSI) Driver Operator, y
1717
.Procedure
1818

1919
. Enable feature gates with the `TechPreviewNoUpgrade` feature set (see _Nodes_ -> _Enabling features using feature gates_).
20+
2021
+
2122
[IMPORTANT]
2223
====
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
[id="persistent-storage-csi-azure-disk"]
2+
= Azure Disk CSI Driver Operator
3+
include::modules/common-attributes.adoc[]
4+
:context: persistent-storage-csi-azure
5+
6+
toc::[]
7+
8+
== Overview
9+
10+
{product-title} is capable of provisioning persistent volumes (PVs) using the Container Storage Interface (CSI) driver for Microsoft Azure Disk Storage.
11+
12+
:FeatureName: Azure Disk CSI Driver Operator
13+
include::modules/technology-preview.adoc[leveloffset=+1]
14+
15+
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.
16+
17+
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.
18+
19+
* 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.
20+
21+
* The _Azure Disk CSI driver_ enables you to create and mount Azure Disk PVs.
22+
23+
include::modules/persistent-storage-csi-about.adoc[leveloffset=+1]
24+
25+
[IMPORTANT]
26+
====
27+
{product-title} defaults to using an in-tree (non-CSI) plug-in to provision Azure Disk storage.
28+
29+
In future {product-title} versions, volumes provisioned using existing in-tree plug-ins are planned for migration to their equivalent CSI driver. CSI automatic migration should be seamless. Migration does not change how you use all existing API objects, such as persistent volumes, persistent volume claims, and storage classes. For more information about migration, see xref:../../storage/container_storage_interface/persistent-storage-csi-migration.adoc#persistent-storage-csi-migration[CSI automatic migration].
30+
31+
After full migration, in-tree plug-ins will eventually be removed in later versions of {product-title}.
32+
====
33+
34+
:FeatureName: Azure
35+
include::modules/persistent-storage-csi-tp-enable.adoc[leveloffset=+1]
36+
37+
.Additional resources
38+
* xref:../../storage/persistent_storage/persistent-storage-azure.adoc#persistent-storage-using-azure[Persistent storage using Azure Disk]
39+
* xref:../../storage/container_storage_interface/persistent-storage-csi.adoc#persistent-storage-csi[Configuring CSI volumes]
40+
* xref:../../nodes/clusters/nodes-cluster-enabling-features.adoc#[Enabling features using feature gates]

0 commit comments

Comments
 (0)